Skip to content

HeikoRibberink/rann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RANN

Rust Artificial Neural Network crate


A set of experimental libraries for neural networks in Rust, focusing on allocation-free and reusable components.

rann-traits contains all the different traits necessary to compose neural networks and build generic, reusable components.

rann-base contains allocation-free implementations of network layers, such as:

  • Fully connected layer: [Full],
  • Convolution layer,
  • LSTM layer, and utilities such as:
  • activation functions,
  • error functions,
  • network generators, and others.

About

Rust Artificial Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages