Skip to content

Yuchen-Lian/Introduction-to-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Introduction-to-Machine-Learning

this is the homepage for course Introduction to Machine Learning

Project 1

Housing prices prediction.

  • Model selection: $f_{w,b}(x^{(i)}) = wx^{(i)} + b$
  • Loss: $L(y_i,\ f_{w,b}(x_i)) = \frac{1}{2} (y_i - f_{w,b}(x_i))^2$
  • Optimization: Batch/mini-Batch/Stochastic gradient decent
  • Learning rate: to explore

About

this is the homepage for course Introduction to Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors