Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/veb-101/machine-learning-practice

Contains code-works from the Hands on scikit-learn and tensorflow book
https://github.com/veb-101/machine-learning-practice

deep-learning keras machine-learning python3 scikit-learn tensorflow-gpu

Last synced: about 9 hours ago
JSON representation

Contains code-works from the Hands on scikit-learn and tensorflow book

Awesome Lists containing this project

README

        

# Machine Learning practice

---

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/veb-101/Machine-Learning-practice/master) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/veb-101/Machine-Learning-practice/blob/master/)

This repository is for my own learning purposes.
Majority of the code in this repository comes from the original repository by [Aurélien Géron](https://github.com/ageron/handson-ml2)

| Sr. No. | Chapter | View |
| ------- | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | The Machine Learning Landscape | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%201/The%20Machine%20Learning%20Landscape.ipynb) |
| 2 | End-to-End Machine Learning Project | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%202/End-to-End%20ML%20Project.ipynb) |
| 3 | Classification | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%203/Classification.ipynb) |
| 4 | Training Linear Models | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%204/linear_models.ipynb) |
| 5 | Support Vector Machines | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%205/support%20vector%20machines.ipynb) |
| 6 | Decision Tree Learning | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%206/decision_trees.ipynb) |
| 7 | Ensemble Learning | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%207/Ensemble%20learning.ipynb) |
| 8 | Dimensionality Reduction | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%208/dim_reduction.ipynb) |
| 9 | Unsupervised Learning | [notebook](https://nbviewer.jupyter.org/github/veb-101/Machine-Learning-practice/blob/master/Chapter%209/unsupervised_learning.ipynb) |