https://github.com/dewanshrawat15/ml-basics
A repo of Machine Learning notebooks.
https://github.com/dewanshrawat15/ml-basics
hacktoberfest
Last synced: about 2 months ago
JSON representation
A repo of Machine Learning notebooks.
- Host: GitHub
- URL: https://github.com/dewanshrawat15/ml-basics
- Owner: dewanshrawat15
- License: mit
- Created: 2020-05-12T11:01:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T18:43:18.000Z (over 3 years ago)
- Last Synced: 2025-02-09T12:15:19.300Z (3 months ago)
- Topics: hacktoberfest
- Language: Jupyter Notebook
- Homepage:
- Size: 2.52 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ML Basics
I'll be maintaining a list of notebooks in which I'm going to try solving different Machine Learning problems.
## Notebooks
- ```Boston Housing Price Prediction``` file houses a Linear Regression Model for predicting the house prices with different features
- ```Wine Classification``` file houses a Logistic Regression Model for classifying different classes of wine
- ```Breast Cancer Detection``` file houses a Support Vector Machine Model for classifying if the tumor is Malignant or Benign.
- ```Iris Class Classification``` file houses a K Nearest Neighbors Model for classifying different categories of leaf.