Deep Learning
Deep Learning
Data science:
Data science is like being a detective for numbers and information. It’s all about
collecting, organizing, and understanding data to uncover valuable insights
and patterns.
Data analytics:
Data analysts use their skills to examine the data, find trends and create
visualization that make it easier to understand.
Machine learning:
Classification:
Classification is a type of supervised learning that is used to predict
categorical values, such as whether a customer will churn or not,
whether an email is spam or not, or whether a medical image shows a
tumour or not.
Logistic Regression
Support Vector Machines
Decision Trees
Random Forests
Naive Baye
UNSUPERVISED LEARNING :
Clustering Types:-
1. Hierarchical clustering
2. K-means clustering
3. Principal Component Analysis
4. Singular Value Decomposition
5. Independent Component Analysis
6. Gaussian Mixture Models (GMMs)
7. Density-Based Spatial Clustering of Applications with Noise (DBSCAN)
SEMI-SUPERVISED:
REINFORCEMENT:
Linear Regression:
For example, we have two classes Class 0 and Class 1 if the value of the
logistic function for an input is greater than 0.5 (threshold value) then it
belongs to Class 1 otherwise it belongs to Class 0. It’s referred to as regression
because it is the extension of linear regression but is mainly used for
classification problems.
On the basis of the categories, Logistic Regression can be classified into three
types:
1. Binomial: In binomial Logistic regression, there can be only two possible
types of the dependent variables, such as 0 or 1, Pass or Fail, etc.
2. Multinomial: In multinomial Logistic regression, there can be 3 or more
possible unordered types of the dependent variable, such as “cat”, “dogs”,
or “sheep”