Kavin
Kavin
LEARNING
ALGORITHMS :
Machine learning algorithms are computational models that allow
computers to understand patterns and forecast or make judgments based
on data without the need for explicit programming. These algorithms
form the foundation of modern artificial intelligence and are used in a
wide range of applications, including image and speech recognition,
natural language processing, recommendation systems, fraud detection,
autonomous cars etc.
• Supervised Learning
• Unsupervised Learning
• Reinforcement Learning
Regression
• Polynomial Regression
• Bayesian Regression
• Quantile Regression
• Isotonic regression
• Stepwise regression
Classification:
• Logistic Regression
Regularization:
• Ridge regression
• Ridge Classifier
• Elastic Net
• LARS Lasso
5. Decision Tree:
• C5. Algorithms
6. Ensemble Learning:
• Random Forest
• Extra Trees
Boosting
• AdaBoost
• XGBoost
• CatBoost
Stacking
7. Generative Model
Naive Bayes
Gaussian Processes
• Stationarity
• Multiclass classification
• OneVsRest Classifier
• Multilabel classification
• Multioutput Regression
Regression Metrics:
• R-squared
• Adjusted R-squared
Classification Metrics:
• Confusion matrix
• Accuracy
• Precision
• Recall
• Specificity
• F1 score
Probability calibration
• Calibration curves
• Calibrating a classifier
• K-fold cross-validation
• Leave-one-out cross-validation
Optimization Technique:
Gradient Descent
• Newton’s algorithm
• Conjugate Gradient
• Hill Climbing
• Tabu Search
Centroid-based Methods
• K-Means clustering
• K-Means++ clustering
• K-Mode clustering
Distribution-based Methods
• Expectation-Maximization Algorithms
• Dirichlet process mixture models (DPMMs)
• Hierarchical clustering
• Agglomerative Clustering
• Divisive clustering
• Affinity propagation
• Apriori algorithm
Anomaly Detection:
• Z-Score
• Local Outlier Factor (LOF)
• Isolation Forest
• Factor Analysis
• Isomap
REINFORCEMENT LEARNING:
Model-Based Methods:
• Bellman equation
Model-Free Methods:
Value-Based Methods:
• Q-Learning
• SARSA
• REINFORCE Algorithm
• Actor-Critic Algorithm
Actor-Critic Methods