Skip to content

Simple header only Neural Net library for learning C and reviewing ML basics.

Notifications You must be signed in to change notification settings

GillesRamstein/nn-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML fun in C

Implementing simple Neural Networks from scratch in C:

  • Naive Matrix implementation
  • Finite Differences as poor-mans Gradient
  • Proper Backpropagation
  • Simple STB-Style header only library nn.h

A purely educational and recreational adventure.

About

Simple header only Neural Net library for learning C and reviewing ML basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published