An open API service indexing awesome lists of open source software.

https://github.com/prakshal0809/machine_learning_algorithms

This project showcases basic machine learning programs I developed during my studies, written in Python, intended for educational use or as a foundation for more advanced projects.
https://github.com/prakshal0809/machine_learning_algorithms

machine-learning matplotlib numpy pandas python

Last synced: 2 months ago
JSON representation

This project showcases basic machine learning programs I developed during my studies, written in Python, intended for educational use or as a foundation for more advanced projects.

Awesome Lists containing this project

README

          

Programs Included:

1.Linear Regression(with Matloplib)

2.Multiclass Linear Regression

3.Logistic Regression

4.K-fold cross validation

5.Naive Bayes Classifier

6.Support Vector Machine (SVM)

7.Decision Tree

8.Random Forest Algorithm

9.Gradient Descent

10.K-Means Clustering

11.Dummies and one hot encoding