Skip to content

navjindervirdee/machine-learning-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Machine Learning from Scratch

Linear Regression with One Variabale from Scratch

Tutorial Videos on Youtube:

Functions Implemented:

  • Dataset Visualization - Using matplot library
  • Forward Propagation - Simple linear equation
  • Cost Function - Mean squared difference
  • Back Propagation - Simple gradient descent
  • Update Parameters
  • Training

Libraries Used:

  • Numpy
  • Matplot
  • Pandas

Language and Platform

  • Python
  • Jupyter Notebook