Skip to content

raginisharma14/Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning

Deep Learning Mini Projects

Batch Gradient Descent - Entire Dataset to be read into memory. Each iterations walks through the entire dataset.

Stochastic Gradient descent - Each iteration walks through only one sample. Leraning rate is same for all the itertaions,

Hence it doesn't converge to a global minimum. So try decreasing learning rate as no of iterations increase.

Releases

No releases published

Packages

No packages published

Languages