Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaitanyak77/sgd-v-s-bgd

Implementation and in-depth comparative analysis of two foundational machine learning optimization algorithms, Stochastic Gradient Descent (SGD) and Batch Gradient Descent (BGD).
https://github.com/chaitanyak77/sgd-v-s-bgd

batch-gradient-descent deep-learning sgd-optimizer

Last synced: about 2 months ago
JSON representation

Implementation and in-depth comparative analysis of two foundational machine learning optimization algorithms, Stochastic Gradient Descent (SGD) and Batch Gradient Descent (BGD).

Awesome Lists containing this project

README

        

# SGD v/s BGD
Implementation and in-depth comparative analysis of two foundational machine learning optimization algorithms, Stochastic Gradient Descent (SGD) and Batch Gradient Descent (BGD).