• Stars
    star
    3
  • Rank 3,948,608 (Top 79 %)
  • Language
    Python
  • Created almost 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.