Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frankiecancino/ml-tutorials

Machine Learning Tutorials in the form of Jupyter Notebooks written in Python 3.
https://github.com/frankiecancino/ml-tutorials

jupyter-notebook machine-learning python tutorial

Last synced: about 1 month ago
JSON representation

Machine Learning Tutorials in the form of Jupyter Notebooks written in Python 3.

Awesome Lists containing this project

README

        

# Machine Learning Tutorials
This repo consists of different Jupyter Notebooks demonstrating how to use different machine learning techniques. New notebooks will continue to be pushed, as this repo is still active. For any requests or feedback, please use GitHub Issues.

## Getting Started
Please go through the [setup steps](https://github.com/frankiecancino/ML_Tutorials/blob/master/setup.md), if you do not have Python or the dependencies installed, prior to running the code yourself.

If you are new to machine learning, I recommend going through the Jupyter Notebooks in this order:

1. [Introduction to Machine Learning](https://github.com/frankiecancino/ML_Tutorials/blob/master/Intro_to_ML.ipynb)
2. [Linear Regression](https://github.com/frankiecancino/ML_Tutorials/blob/master/linear_regression.ipynb)
3. [Logistic Regression](https://github.com/frankiecancino/ML_Tutorials/blob/master/logistic_regression.ipynb)
4. [Evaluation Metrics](https://github.com/frankiecancino/ML_Tutorials/blob/master/evaluation_metrics.ipynb)
5. [Clustering](https://github.com/frankiecancino/ML_Tutorials/blob/master/clustering.ipynb)
6. [ARIMA](https://github.com/frankiecancino/ML-Tutorials/blob/master/arima.ipynb)
7. [Generalized Linear Models](https://github.com/frankiecancino/ML-Tutorials/blob/master/generalized_linear_models.ipynb)
8. [Gradient Descent](https://github.com/frankiecancino/ML_Tutorials/blob/master/gradient_descent.ipynb)
9. [N-Grams](https://github.com/frankiecancino/ML_Tutorials/blob/master/n_grams.ipynb)
10. [Neural Attention](https://github.com/frankiecancino/ML-Tutorials/blob/master/neural_attention.ipynb)