Skip to content

This repository contains machine learning projects of all topics based off Andrew Ng's Coursera course

Notifications You must be signed in to change notification settings

irvincardoza/Machine-learning-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains example machine learning projects made by me, of all topics based off Andrew Ng's Coursera course.

Linear Regression

Single Variable Regression:

  • Minimizing cost function.
  • Finding appropriate parameters w and b.
  • Gradient Descent

Multi-Variable Regression

  • 3-D representation of gradient descent algorithm.
  • Dot product to calculate predictions.
  • Plotting learning curve to show decreasing cost function.

About

This repository contains machine learning projects of all topics based off Andrew Ng's Coursera course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages