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: 9 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T23:42:05.000Z (over 3 years ago)
- Last Synced: 2025-02-08T10:21:00.247Z (11 months 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