GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
                             Micro-Project Report On
                 Prepare a Report on Machine Learning
                                   Submitted To
         Maharashtra State Board of Technical Education, Mumbai
       In Partial Fulfilment of the Requirement for the award of Diploma In
                 Electronics & Telecommunication Engineering
                                       Submitted By
                   Student Name                                Roll No.
                   Parth Manoj Janai                               5
                                  Under the Guidance Of
                                  Mrs. Prerna Wankhede
                                    Assistant Professor
                                Academic Year: 2024-25
     Department of Electronics & Telecommunication Engineering (Polytechnic)
G H RAISONI COLLEGE OF ENGINEERING AND MANAGEMENT, NAGPUR
                        Accredited by NAAC with A+ Grade
         B-37 -39 /1, Shardha Park, Hingna –Wadi Link Road, Nagpur -28
               Email: - ghrietn@raisoni.net Web: www.ghrietn.raisoni.net
                                          1
                                          GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
   G H RAISONI COLLEGE OF ENGINEERING AND MANAGEMENT, NAGPUR
                             Accredited by NAAC with A+ Grade
              B-37 -39 /1, Shardha Park, Hingna –Wadi Link Road, Nagpur -28
                     Email: - ghrietn@raisoni.net Web: www.ghrietn.raisoni.net
      Department of Electronics & Telecommunication Engineering (Polytechnic)
                                Certificate of Completion
This is to certify that This Micro-Project report on “Prepare a report on Machine Learning”
is the Bonafide work of “Parth Manoj Janai (5)” who carried out the Project work under my
supervision for the Partial Fulfilment of curriculum prescribed by MSBTE, Mumbai.
Mrs. Prerna Wankhede                      Er.A.N.Sharma                          Dr.G.N.Akhade
    Asst. Professor                           H.O.D                               Dean (Poly)
 GHRCEM, Nagpur                          GHRCEM, Nagpur                          GHRCEM, Nagpur
                                                2
                                            GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
    G H RAISONI COLLEGE OF ENGINEERING AND MANAGEMENT, NAGPUR
                                Accredited by NAAC with A+ Grade
                 B-37 -39 /1, Shardha Park, Hingna –Wadi Link Road, Nagpur -28
                       Email: - ghrietn@raisoni.net Web: www.ghrietn.raisoni.net
               Department of Electronics & Telecommunication Engineering (Polytechnic)
                                              Submission
I am the Students of G H Raisoni College of Engineering and Management, Nagpur “3rd Year /
6th Semester” of course Electronics & Telecommunication Engineering (Polytechnic) humbly
submit that I have completed time to time as a part of project work as prescribed Maharashtra State
Board of Technical Education, Mumbai for the Subject “Emerging Trends in Electronics” and the
project is prescribed in the report by my own skill and study for the academic Session: - 2024-25,as per
the guidance given by “Mrs. Prerna Wankhede /Asst. Professor” of Electronics &
Telecommunication Engineering (Polytechnic).
Projectees Name                    Roll No.                             Projectees Sign
1. Parth Manoj Janai                  5                          ……………………………
                                                  3
                                         GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
Contents
 SN                            Description                                   Page No.
1     Rationale                                                                  5
2     Aim / Benefit of Micro Project                                             5
3     Course Outcome Achieved                                                    5
4     Literature Review                                                          6
5     Actual Methodology Followed                                                7
6     Out Put Of The Micro –project                                              9
7     Skill Developed / Learning Outcome                                        10
8     Application of The Micro Project                                          10
                                             4
                                                 GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
    1.0 Rationale
     Machine Learning (ML) is transforming industries by enabling computers to learn from data,
     identify patterns, and make intelligent decisions. It eliminates the need for explicit programming,
     making it highly efficient for automation and predictive analytics. ML is widely applied in
     healthcare, finance, robotics, and artificial intelligence (AI) systems. With advancements in big
     data and computing power, ML continues to evolve, improving accuracy and efficiency in
     various domains. Understanding ML concepts, algorithms, and real-world applications is
     essential for students and professionals to leverage its potential in solving complex problems and
     driving innovation.
    2.0 Aim / Benefit of Micro Project
    AIM: Prepare a Report on Machine Learning
    BENEFITS: -
     Enhances understanding of data-driven decision-making.
     Enables automation and predictive analytics.
     Improves efficiency and accuracy in various domains.
     insights into deep learning and artificial intelligence.
    3.0 Course Outcome Achieved
    CO2. Suggest the relevant components for the emerging applications.
    CO3. Suggest different telecom network for given application.
    CO4. Suggest the relevant IoT technologies for Digital Factory.
    CO5. Suggest the different electronic systems for smart world.
                                                     5
                                             GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
 4.0 Literature Review
1. Paper: Machine learning and its applications
   Abstract : Nowadays, large amount of data is available everywhere. Therefore, it is very
   important to analyze this data in order to extract some useful information and to develop an
   algorithm based on this analysis. This can be achieved through data mining and machine
   learning. Machine learning is an integral part of artificial intelligence, which is used to design
   algorithms based on the data trends and historical relationships between data. Machine learning
   is used in various fields such as bioinformatics, intrusion detection, Information retrieval, game
   playing, marketing, malware detection, image deconvolution and so on. This paper presents the
   work done by various authors in the field of machine learning in various application areas.
2. Paper: An Introduction to Machine Learning in a Nutshell
   Abstract: Deep Learning, Machine Learning and Artificial intelligence are buzzwords that has
   piqued the curiosity of many researchers. One of the most major and notable advancements in
   the field of computer science has been the ability to the computer systems that they can act, think
   and make decisions like human being. Over time, various algorithms have been developed to
   make such machines and computer systems that can copy human brains, and multiple
   programming languages has been utilized to implement such algorithms. To give the
   unparalleled Data and calculation availability power, interested in leveraging data-driven
   machine learning technologies to solve challenges that traditional engineering solutions hindered
   by algorithm or modeling flaws has revived. That study seeks to investigate the fundamental
   concepts of machine learning and to attempt to implement a few of its applications in Python.
                                                 6
                                              GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
    5.0 Actual Methodology Followed
    1. Data Collection
   Collected datasets from open sources such as Kaggle and the UCI Machine Learning Repository.
   Ensured data quality and relevance to the project.
    2. Data Preprocessing
   Cleaned the dataset by handling missing values and outliers.
   Normalized and standardized data for better model performance.
   Selected key features using feature selection techniques.
    3. Algorithm Selection
   Implemented various ML algorithms including:
o   Supervised Learning: Decision Trees, Support Vector Machines (SVM), and Neural Networks.
o   Unsupervised Learning: K-Means clustering and Principal Component Analysis (PCA).
   Used Python libraries such as Scikit-Learn and TensorFlow for implementation.
    4. Model Training & Testing
   Split the dataset into training and testing sets (e.g., 80% training, 20% testing).
   Trained models using optimization techniques.
   Evaluated performance using accuracy metrics like confusion matrix, precision, recall, and F1-score.
    5. Model Evaluation & Comparison
   Compared models based on accuracy, processing time, and computational efficiency.
   Identified the best-performing model for the given dataset.
    6. Documentation & Analysis
   Recorded all results and findings.
   Analyzed how different models performed under varying conditions.
   Suggested improvements for future research and implementations.
                                                   7
                                    GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
6.0 Out Put Of The Micro –project
                                        8
                                             GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
    7.0 Skill Developed / Learning Outcome
    Understanding of ML Concepts: Gained in-depth knowledge of Machine Learning principles, types,
     and applications.
    Analytical Thinking: Developed the ability to analyze datasets and derive meaningful insights using
     ML algorithms.
    Problem-Solving Skills: Learned to apply ML techniques for real-world problems in various domains.
    Technical Proficiency: Gained hands-on experience with ML tools and libraries such as Scikit-learn,
     TensorFlow, and Keras.
    Project Development Skills: Understood how to design, train, and evaluate ML models for different
     applications.
    8.0 Application
    Healthcare: Disease diagnosis and personalized medicine.
    Finance: Fraud detection and stock market prediction.
    Retail: Customer behavior analysis and recommendation systems.
    Autonomous Systems: Self-driving cars and robotics.
                                                 9
                                                                      GHRCEM/ EJ (Poly) / Emerging trends in Electronics / ETE-22636
            G H RAISONI COLLEGE OF ENGINEERING AND MANAGEMENT, NAGPUR
                                             Accredited by NAAC with A+ Grade
                              B-37 -39 /1, Shardha Park, Hingna –Wadi Link Road, Nagpur -28
                                         Email: - ghrietn@raisoni.net Web: www.ghrietn.raisoni.net
                   Department of Electronics & Telecommunication Engineering (Polytechnic)
                                                      Micro project Evaluation Sheet
Name of Students: Parth Manoj Janai                                                                           Enrolment No: 2201070096
Name of the Program: Diploma in Electronics & Telecommunication Engineering                                         Semester: 6th
Course Title: Emerging Trends in Electronics.                                                                           Code: 22636
Title of Micro- Prepare a Report on Machine Learning
Course Outcome Achieved:
CO2. Suggest the relevant components for the emerging applications.
CO3. Suggest different telecom network for given application.
CO4. Suggest the relevant IoT technologies for Digital Factory.
CO5. Suggest the different electronic systems for smart world.
   SN     Characteristic to be assessed             Poor      Average         Good        Excellent                                     Sub
                                                (Marks 1-3) (Marks 4-5) (Marks 6-8) (Marks 9-10)                                        Total
                      (A) Process and Product Assessment (Convert above total marks out of 6 Marks)
   1      Relevance to the course
   2      Literature Review/information
           collection
   3      Completion of the Target as
           per project proposal
   4      Analysis of Data and representation
   5      Quality of Prototype/Model
   6      Report Preparation
                    (B) Individual Presentation/ Viva (Convert above total marks out of 4 Marks)
   7        Presentation
   8        Viva
            (A) Process & Product Assessment                              (B) Individual Presentation /Viva                    Total Marks
                         (06 Marks)                                                    (04 Marks)                                  10
 Comments/Suggestions about team work/leadership/inter-personal communication (if any)
   ……………………………………………………………………………………………………..
  Name and designation of the Teacher:Mrs.PrernaWankhede, Asst. Professor
 Dated Signa tur e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
                                                                             10