leaf 0.0.1

Machine Learning Framework
docs.rs failed to build leaf-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: leaf-0.2.1

Leaf • Join the chat at https://gitter.im/autumnai/leaf Build Status Coverage Status Crates.io License

A modular, fast and open Deep Learning Framework for distributed state of the art Deep Learning on both {C, G}PUs

For more information see the Documentation.

Getting Started

Disclaimer: Leaf is currently in a very early and heavy stage of development. If you are experiencing any bugs that are not due to not yet implemented features, feel free to create a issue.

If you're using Cargo, just add Leaf to your Cargo.toml:

[dependencies]
leaf = "0.0.1"

If you're using Cargo Edit, you can call:

$ cargo add leaf

Contributing

Want to contribute? Awesome! We have instructions to help you get started contributing code or documentation.

Leaf has a mostly real-time collaboration culture and happens here on Github and on the Leaf Gitter Channels. You can also reach out to the Maintainers {@MJ, @hobofan}.

Examples

You can find examples at Leaf Examples. Leaf Examples provides a CLI, so you can run popular Deep Learning examples with Leaf right from the command line.

License

Leaf is released under the MIT License.