Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codejsha/machine-learning-examples
Examples of machine learning using scikit-learn
https://github.com/codejsha/machine-learning-examples
machine-learning scikit-learn
Last synced: 26 days ago
JSON representation
Examples of machine learning using scikit-learn
- Host: GitHub
- URL: https://github.com/codejsha/machine-learning-examples
- Owner: codejsha
- Created: 2022-06-27T07:59:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T23:42:05.000Z (over 2 years ago)
- Last Synced: 2023-03-10T11:41:57.524Z (almost 2 years ago)
- Topics: machine-learning, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 814 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning Examples
## Overview
This is examples of machine learning study.
## Topics
### Classification
- Make Moons Classification
- Make Circles Classification
- Make Blobs Classification
- Iris Flower Classification
- Breast Cancer Wisconsin (Diagnostic) Classification### Regression
- Boston Housing Price Regression
- Boston Housing Price Regression (sklearn)
- Boston Housing Price Regression (mglearn)
- California Housing Price Regression### Clustering
- Make Blobs Clustering
## References
- Introduction to Machine Learning with Python by Andreas Mueller and Sarah Guido
- Hands-On Machine Learning with Scikit-Learn and TensorFlow by Aurelien Geron