ETI Report Format
ETI Report Format
A MICRO-PROJECT REPORT
ON
“Prepare a report on machine learning and deep learning”
Group No. : 22
Submitted by:
Roll No Enrollment Number Student Name
2467 2001410398 Dhanashree Mahadik
2468 2001410400 Nandini Mahadik
2474 2001410179 Shahid Bagwan
2477 2001410175 Aftab Ansari
CO-A-1-2022-23
Page 2 of 32
VISION:
Achieve excellence in quality technical education by imparting knowledge, skills and abilities
to build a better technocrat.
MISSION:
M1: Empower the students by inculcating various technical and soft skills.
VISION:
“Enhance skills by providing value based technical education for fulfilling global needs in the
field of computer engineering.”
MISSION:
M1: To provide quality education in computer engineering by improving Psycho motor
skills.
M2: To develop positive attitude, communication skills, team spirit and entrepreneurship.
M3: To develop awareness about societal and ethical responsibility for Professionalism.
CO-A-1-2022-23
Page 3 of 32
Basic and Discipline specific knowledge: Apply knowledge of basic mathematics, science
PO1 and engineering fundamentals and engineering specialization to solve the engineering
problems.
Problem analysis: Identify and analyze well-defined engineering problems using codified
PO2
standard methods.
Design/ development of solutions: Design solutions for well-defined technical problems and
PO3
assist with the design of systems components or processes to meet specified needs.
Engineering Tools, Experimentation and Testing: Apply modern engineering tools and
PO4
appropriate technique to conduct standard tests and measurements.
Life-long learning: Ability to analyze individual needs and engage in updating in the context
PO7
of technological changes.
PSO 1: Use state-of-the-art technologies for operation and application of computer software
and hardware.
PSO 2: Maintain computer engineering related software and hardware systems.
CO-A-1-2022-23
Page 4 of 32
MICRO PROJECT ON
“Prepare a report on machine learning and deep learning”
Semester: CO-6I.
CO-A-1-2022-23
Page 5 of 32
CERTIFICATE
Certified that this micro project report titled “Prepare a report on
machine learning and deep learning” is the bonafide work of Ms./Mr.
Dhanshree Mahadik, Nandini Mahadik, Shahid Bagwan, Aftab Ansari
Roll nos. 2467,2468,2474,2477 of third year of Diploma in Computer
Engineering for the course: Emerging Trends in Computer and
Information Technology, Course code: 22618, during the academic
year 2022 - 23, who carried out the micro project work under my
supervision.
Prof. A. N. Gedam
Name & Signature of faculty
CO-A-1-2022-23
Page 6 of 32
Acknowledgement
CO-A-1-2022-23
Page 7 of 32
INDEX
2. Rationale [ Annexure II ] 11
5. Resources Used 12
6. Literature Review 12
CO-A-1-2022-23
Page 8 of 32
ANNEXURE I
1.2 Benefits:- We get to learn the importance of machine learning and what can
be achieved through it.
CO-A-1-2022-23
Page 9 of 32
Name of Resource
Sr. No. or Specification Remark
Material
Any desktop or
1. Computer/ Laptop laptop with basic
configuration
MS office, Text
2. Office software package
Editor
3. Software PyChram
inkjet or laser
4. Printer
printer
CO-A-1-2022-23
Page 10 of 32
Prof. A. N. Gedam
Name & Signature of faculty
CO-A-1-2022-23
Page 11 of 32
ANNEXURE II
1.0 Rationale:
Machine Learning plays a significant role among the areas of Artificial
Intelligence (AI). During recent years, Machine Learning (ML) has been attracting
many researchers, and it has been successfully applied in many fields such as medical,
education, forecasting etc., Right now, the diagnosis of diseases is mostly from
expert's decision. Diagnosis is a major task in clinical science as it is crucial in
determining if a patient is having the disease or not. This in turn decides the suitable
path of treatment for disease diagnosis. Applying machine learning techniques for
disease diagnosis using intelligent algorithms has been a hot research area of
computer science. This paper throws a light on the comprehensive survey on the
machine learning applications in the medical disease prognosis during the past
decades. Deep learning has been widely applied in computer vision, natural language
processing, and audio-visual recognition. The overwhelming success of deep learning
as a data processing technique has sparked the interest of the research community.
Given the proliferation of Fintech in recent years, the use of deep learning in finance
and banking services has become prevalent. However, a detailed survey of the
applications of deep learning in finance and banking is lacking in the existing
literature. This study surveys and analyzes the literature on the application of deep
learning models in the key finance and banking domains to provide a systematic
evaluation of the model preprocessing, input data, and model evaluation. Finally, we
discuss three aspects that could affect the outcomes of financial deep learning models.
This study provides academics and practitioners with insight and direction on the
state-of-the-art of the application of deep learning models in finance and banking
CO-A-1-2022-23
Page 12 of 32
Benefits:- We get to learn the importance of machine learning and what can be
achieved through it..
Name of Resource
Sr. No. or Specification Remark
Material
1 Computer System I5, RAM 8GB
3 Software Word
CO-A-1-2022-23
Page 13 of 32
CO-A-1-2022-23
Page 14 of 32
1. Introduction
Machine learning:
Deep learning:
Deep learning is a subset of machine learning, which is essentially a
neural network with three or more layers. These neural networks attempt to
CO-A-1-2022-23
Page 15 of 32
simulate the behaviour of the human brain—albeit far from matching its ability
allowing it to “learn” from large amounts of data. While a neural network with a
single layer can still make approximate predictions, additional hidden layers can
help to optimize and refine for accuracy. Deep learning drives many artificial
intelligence (AI) applications and services that improve automation, performing
analytical and physical tasks without human intervention. Deep learning
technology lies behind everyday products and services (such as digital
assistants, voice-enabled TV remotes, and credit card fraud detection) as well as
emerging technologies (such as self-driving cars).
2. Proposed System
Deep learning vs. machine learning
If deep learning is a subset of machine learning, how do they differ? Deep
learning
distinguishes itself from classical machine learning by the type of data that it
works with and the methods in which it learns.
Machine learning algorithms leverage structured, labelled data to make
predictions meaning that specific features are defined from the input data for the
model and organized into tables. This doesn’t necessarily mean that it doesn’t
use unstructured data; it just means that if it does, it generally goes through
some pre-processing to organize it into a structured format.
Deep learning eliminates some of data pre-processing that is typically involved
with
machine learning. These algorithms can ingest and process unstructured data,
like text and images, and it automates feature extraction, removing some of the
dependency on human experts. For example, let’s say that we had a set of
photos of different pets, and we wanted to categorize by “cat”, “dog”,
“hamster”, et cetera. Deep learning algorithms can determine which features
(e.g., ears) are most important to distinguish each animal from another. In
machine learning, this hierarchy of features is established manually by a human
expert.
Then, through the processes of gradient descent and backpropagation, the deep
learning algorithm adjusts and fits itself for accuracy, allowing it to make
predictions about a new photo of an animal with increased precision.
CO-A-1-2022-23
Page 16 of 32
Machine learning and deep learning models are capable of different types of
learning as well, which are usually categorized as supervised learning,
unsupervised learning, and reinforcement learning. Supervised learning utilizes
labelled datasets to categorize or make predictions; this requires some kind of
human intervention to label input data correctly. In contrast, unsupervised
learning doesn’t require labelled datasets, and instead, it detects patterns in the
data, clustering them by any distinguishing characteristics. Reinforcement
learning is a process in which a model learns to become more accurate for
performing an action in an environment based on feedback in order to maximize
the reward.
3. Procedure followed
CO-A-1-2022-23
Page 17 of 32
• Unsupervised Learning
Unsupervised learning is a process that trains an AI system to find hidden
patterns or intrinsic structures in input data, without regard to outputs.
In this way, unsupervised learning lets the AI system draw inferences directly
from data fed into the system.
Unsupervised learning is typically used for problems that require exploring data
and looking for internal representations within the data, or what machine
learning specialists call “clustering”.
Clustering is the process of automatically grouping together different points of
data that feature similar characteristics, and assigning them to “clusters.
CO-A-1-2022-23
Page 18 of 32
1. Image Recognition
2. Sentiment Analysis
3. News Classification
4. Video Surveillance
5. Speech Recognition
6. Online Fraud Detection
7. Author Identification
8. Regression
9. Online Identification
10.Virtual Personal Assistant
CO-A-1-2022-23
Page 19 of 32
7. Market prediction
8. Digital advertising
9. Fraud detection
10.Earthquake prediction.
Prof. A. N. Gedam
Name & Signature of faculty
ANNEXURE III
Rubric for Assessment of a Micro Project
CO-A-1-2022-23
Page 20 of 32
Addressed
Relevance to the Related to vary Related to Addressed at-
1 more than one
course few Los some Los least one CO
CO
Not more than
Literature two sources At least five
At least 7 About 10
review/ (Primary and relevant
2 relevant relevant
information secondary), sources, at
sources, latest sources, latest
collected very old least 2 latest
references
Completion of Completed
Completed less Completed Completed
3 target as per more than
than 50% 50 to 60% 60 to 80 %
project proposal 80 %
Enough data
Sufficient and collected by
Sufficient and
appropriate sufficient and
appropriate
sample, appropriate
sample,
Sample size enough data sample size.
enough data
small, data generated but Proper
Analysis of data generated
neither not organized interference
4 and which is
organized nor and not drawn by
representation organized and
presented well presented organizing
presented
well. No or and
well but poor
poor presenting
interference
interference data through
drawn.
drawn. tables, charts
and graphs.
5 Quality of Incomplete Just Well, Well,
prototype/Model fabrication/ assembled/ assembled / assembled/
assembly fabricated and fabricated fabricated
parts are not with proper with proper
functioning functioning functioning
well. Not in parts. In parts. In
proper shape, proper shape, proper shape,
dimensions with in with
beyond tolerance intolerance
tolerance dimensions dimensions
limit. and good and good
Appearance/ finish. But no appearance/
finish shabby. creativity in finish.
design and Creativity in
use of design and
material. use of
CO-A-1-2022-23
Page 21 of 32
material.
Nearly
sufficient and
Very
correct details Detailed,
Detailed,
Very short, about correct and
correct and
poor-quality methods, clear
clear
sketches, material, description of
description of
details about precautions methods,
methods,
Report methods, and materials,
6 materials,
Preparation material, conclusion, precautions
precautions
precaution and but clarity is and
and
conclusions not there in conclusions.
conclusions.
omitted, some presentation. Sufficient
Enough
details wrong But not graphical
tables, charts
enough description.
and sketches.
graphic
description.
Includes Includes Well
Major
major major organized,
information is
information information includes
Presentation of not included,
7 but not well well major
the micro project information is
organized and organized but information,
not well
not presented not presented well
organized.
well. well. presented
ANNEXURE IV
CO-A-1-2022-23
Page 22 of 32
Code: 22618
Title of the Micro-project:- Prepare a report on machine learning and deep learning
Roll No.:2467
A. Process and Product Assessment (Convert above total marks out of 6 Marks)
Literature
2 Review/information
collection
Completion of the
3 Target as per project
proposal
Analysis of Data and
4
representation
Quality of the
5
Prototype/Model
6 Report Preparation
B. Individual Presentation/ Viva (Convert above total marks out of 4 Marks)
7 Presentation
CO-A-1-2022-23
Page 23 of 32
8 Viva
(A) (B)
Total
Process and Product Assessment Individual Presentation/ Viva
(10 Marks)
(6 Marks) (4 Marks)
CO-A-1-2022-23
Page 24 of 32
Code: 22618
Title of the Micro-project :- Prepare a report on machine learning and deep learning
Roll No.:2468
B. Process and Product Assessment (Convert above total marks out of 6 Marks)
Literature
2 Review/information
collection
Completion of the
3 Target as per project
proposal
Analysis of Data and
4
representation
5 Quality of the
Prototype/Model
CO-A-1-2022-23
Page 25 of 32
6 Report Preparation
C. Individual Presentation/ Viva (Convert above total marks out of 4 Marks)
7 Presentation
8 Viva
(A) (B)
Total
Process and Product Assessment Individual Presentation/ Viva
(10 Marks)
(6 Marks) (4 Marks)
CO-A-1-2022-23
Page 26 of 32
Code: 22618
Title of the Micro-project:- Prepare a report on machine learning and deep learning
Roll No.:2474
C. Process and Product Assessment (Convert above total marks out of 6 Marks)
Literature
2 Review/information
collection
Completion of the
3 Target as per project
proposal
Analysis of Data and
4
representation
5 Quality of the
Prototype/Model
CO-A-1-2022-23
Page 27 of 32
6 Report Preparation
D. Individual Presentation/ Viva (Convert above total marks out of 4 Marks)
7 Presentation
8 Viva
(A) (B)
Total
Process and Product Assessment Individual Presentation/ Viva
(10 Marks)
(6 Marks) (4 Marks)
CO-A-1-2022-23
Page 28 of 32
Code: 22618
Title of the Micro-project:- Prepare a report on machine learning and deep learning
Roll No.:
D. Process and Product Assessment (Convert above total marks out of 6 Marks)
Literature
2 Review/information
collection
Completion of the
3 Target as per project
proposal
Analysis of Data and
4
representation
Quality of the
5
Prototype/Model
6 Report Preparation
CO-A-1-2022-23
Page 29 of 32
(A) (B)
Total
Process and Product Assessment Individual Presentation/ Viva
(10 Marks)
(6 Marks) (4 Marks)
CO-A-1-2022-23
Page 30 of 32
Course /Course code: Emerging Trends in Computer and Information Technology (22618)
Title of the project: “Prepare a report on machine learning and deep learning”
Assessment of micro project based on rubrics for performance in group activity :( Marks to be given out of 6)
Assessment of performance in individual presentation/Viva of micro project: (Marks to be given out of 4)
Scale used for assessment: Poor (1-3), Average (4-5), Good (6-8), Excellent (9-10)
Rubric
Characteristics to be assessed Marks Obtained out of 10
No.
1 Relevance to course
2 Literature review/information collection
3 Completion of target as per project proposal
4 Analysis of data and representation
5 Quality of prototype/model
6 Report Preparation
Total Out of (60)
Process and Product Assessment (A) :Total Out of (06)
B) Individual Presentation/Viva(B)
Prof. A. N. Gedam
Name & Signature of faculty
Log Book of the Student (Weekly Work Report)
Academic Year: 2022-2023
CO-A-1-2022-23
Page 31 of 32
Name of Student: Dhanshree Mahadik, Nandini Mahadik, Shahid Bagwan, Aftab Ansari
CO-A-1-2022-23
Page 32 of 32
Prof. A. N. Gedam
Name & Signature of faculty
CO-A-1-2022-23