ML Day 1
ML Day 1
ML vs DL vs AI:
AI simulates human intelligence to perform tasks and make decisions. ML is a subset of AI
that uses algorithms to learn patterns from data. DL is a subset of ML that employs artificial
neural networks for complex tasks. AI may or may not require large datasets; it can use
predefined rules.
Example: If we have 10,000 Students Data who have placed or some un placed and
we want to find the new predictive result output. Output
Input Data
There are two main categories of supervised learning that are mentioned below:
1. Classification
2. Regression
Data
Numerical Data (%, Age, marks, weight) Categorical Data (Gender, Name, Nation)
There are two main categories of unsupervised learning that are mentioned below:
1. Clustering
2. Dimensionality Reduction
(3. Anomaly Detection & 4. Association Rule Learning)
K-means clustering
KNN (k-nearest neighbours)
Hierarchal clustering
Anomaly detection
Neural Networks
Principle Component Analysis
Independent Component Analysis
Singular value decomposition
Example: If we have 10,000 Students Data who have placed or some un placed and
we want to find the new predictive result output. Output
Input Data
Package
Student Group 1
Max % Min Package
Student Group 2
Min % | Max Package
Student Group 3
Max % | Max Package
Percentage
Example: Many input columns is not required in the algorithm, it’s remove extra
columns.
Area
370 Sqft
84 Sqft
80 Sqft
3. Anomaly Detection: Anomaly detection in machine learning is the process of
identifying such anomalies in a dataset. Anomaly detection is an important technique
in machine learning and data mining, as it can be used to detect unusual behaviour,
identify errors, and discover new insights in large datasets.