Skip to content

Implemented Machine learning programs from scratch - without using scikit-learn or any another libraries. Mainly used Pandas, Numpy, Matplotlib and Seaborn. Here most of the algorithms works on Iris dataset.

Notifications You must be signed in to change notification settings

ngandhi369/ML-Programs-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Programs-from-scratch

  • Basics machine learning programs from scratch - without using scikit-learn or any another libraries.

  • Mainly used Pandas, Numpy, Matplotlib and Seaborn.

  • Most of the algorithms works on 'machine learning hello word' - iris dataset here.


pandas numpy matplotlib seaborn

List of programs:

  1. Get used to with numpy, pandas, matplotlib and seaborn.
  2. Data preprocessing like normalization, standardization.
  3. Linear regression using normal equation.
  4. Linear regression using normal equation.
  5. Logisitc regression.
  6. KNN classification.
  7. K-means clustering.
  8. ID3 - Decision Tree.
  9. CART - Decision Tree.
  10. C4.5 - Decision Tree.
  11. Support Vector Machine.
  12. Neural Network.
  13. Convolutional Neural Network.
  14. Classfication using Tensorflow on MNIST dataset.

About

Implemented Machine learning programs from scratch - without using scikit-learn or any another libraries. Mainly used Pandas, Numpy, Matplotlib and Seaborn. Here most of the algorithms works on Iris dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published