Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.16 KB

Optimisers.jl

Optimisers.jl defines many standard gradient-based optimisation rules, and tools for applying them to deeply nested models.

This is the future of training for Flux.jl neural networks, but it can be used separately on anything understood by Functors.jl.

Installation

]add Optimisers

Usage

Find out more about using Optimisers.jl in the docs.