Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 743 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 743 Bytes

Flax Examples

Each example is designed to be self-contained and easily forkable, while reproducing relevant results in different areas of machine learning.

As discussed in #231, we decided to go for a standard pattern for all examples including the simplest ones (like MNIST). This makes every example a bit more verbose, but once you know one example, you know the structure of all of them. Having unit tests and integration tests is also very useful when you fork these examples.

For more examples including contributions from the community and other projects currently using Flax see the Examples section in the documentation.