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.
- Host: GitHub
- URL: https://github.com/prakshal0809/machine_learning_algorithms
- Owner: Prakshal0809
- Created: 2023-05-08T19:15:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:15:41.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T22:44:56.118Z (8 months ago)
- Topics: machine-learning, matplotlib, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: Support Vector Machine.ipynb
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