Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.18 KB

made-with-python

Some-Machine-Learning-Algorithms

Some Machine Learning Algorithms implemented in python some of them are imlpmented from scratch and some of them using libraries such as scikit-learn

Classification algorithmes :

1- KNN
2- MKNN
3- MCNN
4- MDC
5- KNN using scikit-learn
6- Naive Bayes Classifier Scikit Learn
7- Naive Bayes Classifier Implemented from scratch
8- Naive Bayes Classifier Implemented from scratch (Gaussian Distribution)
9- Decision tree classifer using Scikit Learcn
10- SVM - sklearn
11- Random Forest - sklearn

And visualize some of them (KNN - SVM - Random Forest)

Using streamlit and some datasets (Iris/Wine/Breast Cancer) to visualize them on the web

Screenshot