stochastic-gradient-descent topic

List stochastic-gradient-descent repositories

psgd_tf

34
Stars
14
Forks
Watchers

Tensorflow implementation of preconditioned stochastic gradient descent

Yelp-Recommendation-System

19
Stars
7
Forks
Watchers

Recommend Restaurants to User based on the ratings given by them to the restaurants

RMSGD

45
Stars
13
Forks
Watchers

Exploiting Explainable Metrics for Augmented SGD [CVPR2022]

python-svm-sgd

34
Stars
21
Forks
Watchers

Python implementation of stochastic sub-gradient descent algorithm for SVM from scratch

gradient-descent-variants

19
Stars
21
Forks
Watchers

My implementation of Batch, Stochastic & Mini-Batch Gradient Descent Algorithm using Python

OLSTEC

34
Stars
13
Forks
Watchers

OnLine Low-rank Subspace tracking by TEnsor CP Decomposition in Matlab: Version 1.0.1

SimpleDeepNetToolbox

16
Stars
10
Forks
Watchers

Simple MATLAB toolbox for deep learning network: Version 1.0.3

pSGLD

35
Stars
12
Forks
Watchers

AAAI & CVPR 2016: Preconditioned Stochastic Gradient Langevin Dynamics (pSGLD)

fmin_adam

48
Stars
25
Forks
Watchers

Matlab implementation of the Adam stochastic gradient descent optimisation algorithm

Digit-Classifier

20
Stars
12
Forks
Watchers

Wrote a neural network that uses fundamental DL algorithms to identify handwritten digits from MNIST dataset.