Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 309 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 309 Bytes

gradient-descent

A MATLAB package for numerous gradient descent optimization methods, such as Adam and RMSProp. The newest algorithm is the Rectified Adam Optimizer.

To test the software, see the included script for a simple multi-layer perceptron or the MATLAB code for a recurrent neural network (RNN).