Skip to content

My machine learning practice using python, include classifying, clustering, predicting etc.

Notifications You must be signed in to change notification settings

Interesting6/my_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My machine learning practice

Classifying

k Nearest Neighbor (knn)

Logistic Regression

Support Verctor Machine (SVM)

Neural Networks

Decision Tree

  • ID3
  • CART

Bayes Methods

  • Naive Bayes
  • Bayes Networks

Ensemble Learning

  • Boosting
  • Bagging
  • Random Forest

Regression

Linear Regression

Support Verctor Regression (SVR)

Clusterring

Prototype-Based Clustering

  • k-means
  • Gauss Mixture Modle (GMM)
  • Learning Verctor Quantization (LVQ)

Density-Based Clustering

  • Density-Based Spatial Clustering of Applications with Noise (DBSCAN)

Hierarchical Clustering

  • AGNES Algorithm

Dimentional reduction

  • Multiple Dimensional Scaling (MDS)

  • Principal Component Analysis (PCA)

About

My machine learning practice using python, include classifying, clustering, predicting etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages