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

https://github.com/alexius-huang/machine-learning-path

Codes introduced in my Medium blog article series - Machine Learning Path
https://github.com/alexius-huang/machine-learning-path

Last synced: 3 months ago
JSON representation

Codes introduced in my Medium blog article series - Machine Learning Path

Awesome Lists containing this project

README

        

#

Machine Learning Path

Welcome to Machine Learning Path - this series of article are from my Medium Blog. This series of article aims for introducing the field of Machine Learning in an easier and detailed way. I've learned Machine Learning from the course held by Andrew Ng's Machine Learning on Coursera. This series of article also are my notes taken from the coures! Enjoy!

## List of Contents

- (I) Introduction
- (II) Linear Regression - Hypothesis Function
- (III) Linear Regression - Cost Function
- (IV) Linear Regressino - Gradient Descent
- (V) Gradient Descent - Simple Implementation
- (VI) Vectorization (i) (Working on...)