FluxML / FluxTraining.jl

A flexible neural net training library inspired by fast.ai
https://fluxml.ai/FluxTraining.jl
MIT License
118 stars 25 forks source link

(Documentation) Document `Learner` components #102

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

This adds better documentation for the components of a Learner, i.e. model, data iterator, optimizer and loss function.

Also makes the README clearer and fixes some broken links.

lorenzoh commented 2 years ago

@darsnack Quick look over this would be much appreciated, to check that the things I wrote make sense

lorenzoh commented 2 years ago

Thanks for the review!