Skip to content

RichTools/RichNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RichNN

RichNN is a small example of training neural networks from scratch in C, it is training on an XOR Gate, and the Iris classification dataset.

This code is a work in progress and thus has no documentation. If you are interested, I suggest you look at the following:

  • RichNN
  • examples/xor.c
  • examples/iris.c

Learn More

https://richtools.github.io/articles/neuralnet.html

Todo:

  • Using Back Propagation instead of Finite Difference
  • Iris
  • Optimisers: Stochastic GD, SGD with Momentum etc..
  • Cleaner API
  • Releasing and Licensing
  • Visualisation of the Network

References

About

A Neural Network Library written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published