rmsprop topic

List rmsprop repositories

gradient-descent

5
Stars
2
Forks
Watchers

A research project on enhancing gradient optimization methods

ReinforcementLearning-AtariGame

167
Stars
39
Forks
Watchers

Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and effi...

a-tour-of-pytorch-optimizers

78
Stars
25
Forks
Watchers

A tour of different optimization algorithms in PyTorch.

TimeSeriesLearning

26
Stars
9
Forks
Watchers

The project aimed to implement Deep NN / RNN based solution in order to develop flexible methods that are able to adaptively fillin, backfill, and predict time-series using a large number of heterogen...

CustomXGBoost

24
Stars
8
Forks
Watchers

Modified XGBoost implementation from scratch with Numpy using Adam and RSMProp optimizers.

Gradient-Descent-Algorithms

29
Stars
16
Forks
Watchers

A collection of various gradient descent algorithms implemented in Python from scratch

[Python] [arXiv/cs] Paper "An Overview of Gradient Descent Optimization Algorithms" by Sebastian Ruder

MachineLearning

20
Stars
0
Forks
Watchers

From linear regression towards neural networks...