quickbrain 0.1.0

A simple neural network library
Documentation
  • Coverage
  • 62.83%
    71 out of 113 items documented9 out of 75 items with examples
  • Size
  • Source code size: 58.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Macs1324/quickbrain
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Macs1324

QuickBrain


What is QuickBrain?

Quickbrain is a library for Deep Learning in the making.

Quickbrain is currently at an extremely early stage of development

What is supported?

Not a lot, as of not it is only CPU-based Dense neural networks. However, there already is some infrastructure to start setting up new types of models and layers.

What will be supported?

I hope to get the library to a state where it supports GPU acceleration and N-dimensional tensors in order to be able to get crazy with different models that can be implemented. The objective is to get it as feature-complete as possible