quickbrain

Crates.ioquickbrain
lib.rsquickbrain
version0.1.0
sourcesrc
created_at2023-04-09 20:06:06.618388
updated_at2023-04-09 20:06:06.618388
descriptionA simple neural network library
homepage
repositoryhttps://github.com/Macs1324/quickbrain
max_upload_size
id834510
size55,438
Max Blank (Macs1324)

documentation

https://docs.rs/quickbrain

README

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

Commit count: 31

cargo fmt