Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 877 Bytes

Machine-Learning

Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention.

  1. Linear Regression
  2. Gradient Descent and Cost Function
  3. Train_Test_Split
  4. Logistic Regression
  5. One Hot Encoding
  6. Confusion Matrix
  7. Feature Scaling
  8. K-Nearest Neighbors
  9. Decision Tree, Random Forest
  10. Naive_Bayes_Algorithm
  11. Support Vector Machine
  12. Cross Validation
  13. Hyperparameter Optimization
  14. K-Means Clustering
  15. Hierarchical Clustering
  16. Distance Metrices
  17. Principal Component Analysis (PCA)
  18. Save and Load models
  19. Outlier Detection
  20. Handle Imbalanced Datasets
  21. Batch Learning and Online Learning
  22. Feature Selection
  23. Ensemble Learning