1. Artificial Intelligence vs Machine Learning vs Deep Learning vs Data Science
Diagram :
- Artificial Intelligence : A system/program that can execute a task without a need of human intervention.
- Machine Learning : Its a subset of AI, which means it is a technique to train an AI models. It also provides a way to analyze the datasets, visualize patterns in it to help in model training.
- Deep Learning : Is is a subset of ML, which means it is a technique to train AI models that are more complex than ones trained using just ML. It makes use of neural networks to achieve higher accuracy.
- Data Science : It is a field of study which includes all the above practices and techniques.
2. Types of Machine Learning algorithms
Diagram:
Types of ML algorithms:
-
Supervised Machine Learning
- Regression
- Linear Regression
- Simple Linear Regression
- Multiple Linear Regression
- KNN regressor
- Decision Tree regressor
- SVR
- Linear Regression
- Classification
- Logistic Regression
- Naive Bayes
- KNN classifier
- Decision Tree classifier
- SVM
- Ensemble Techniques
- Bagging
- Random Forest Classifier
- Random Forest Regressor
- Boosting
- Adaboost
- Gradient
- XGBoost
- Bagging
- Regression
-
Unsupervised Machine Learning
- Clustering
- KMeans
- Hierarchical
- DBSCAN
- Dimensionality Reduction
- PCA
- Clustering
-
Reinforcement Learning