Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fe0_ml

(pronounced "fee-oh")


Home-brew machine learning library for rust (alpha with a poorly optimized version of SGD has been implemented, working on improving optimizers now)

The goal of this library is to make machine learning projects fully accessible to anyone with a basic understanding of ML theory and rustlang.

Inspired by the python implementation of Tensorflow

To create a model, simply select your model architecture and cost function. When you instantiate a model, you must define an input dim, which is an integer representing the size of an input vector.

About

Homemade machine learning library in rust

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages