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
- Host: GitHub
- URL: https://github.com/alexius-huang/machine-learning-path
- Owner: Alexius-Huang
- Created: 2017-11-12T17:36:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T11:32:19.000Z (over 7 years ago)
- Last Synced: 2025-01-28T14:39:51.317Z (4 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...)