Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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