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

https://github.com/syzygianinfern0/ml-tutorial

Basics of ML to Help Beginners made in Jupyter Notebook
https://github.com/syzygianinfern0/ml-tutorial

jupyter-notebook machine-learning machine-learning-algorithms machine-learning-coursera scikit-learn

Last synced: 2 months ago
JSON representation

Basics of ML to Help Beginners made in Jupyter Notebook

Awesome Lists containing this project

README

          

# ML-Tutorial
Basics of ML to Help Beginners made in Jupyter Notebook

## Welcome

Well, this is a tutorial series that will be covering all concepts discussed by Andrew NG in his course but in *Python* rather than the somewhat outdated and pretty-mcuh-no-one-uses-it-anyways-practically Octave/Matlab.

You can check out the lectures provided in the Course [at my Git](https://github.com/Syzygianinfern0/ML-Coursera-Lectures)

## Prerequisites

It's highly recommended that you achieve good comfort with python and learn numpy, matplotlib and pandas before starting.

Check out my tutorials for the same:
* [Numpy](https://github.com/Syzygianinfern0/Numpy-Tutorial)
* [Matplotlib](https://github.com/Syzygianinfern0/Matplotlib-Tutorial)
* [Pandas](https://github.com/Syzygianinfern0/Pandas-Tutorial)