/ML_CL

A implementation of a neural network library to create, train and validate neural network models. In particular the focus is on the implementation of a number of first-order optimization methods, that is using only the information given by the gradient. For an overview of some of the methods implemented you can refer to the [work](https://arxiv.org/abs/1609.04747) of S. Ruder.

Primary LanguagePython

Stargazers