Skip to content

knighton/zeronn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeronn

Neural network demo, as a series of increasingly awesome rewrites from Pytorch to C to Brainfuck:

  1. Vanilla pytorch zeronn/orig/
  2. torch.nn banned, provide forward pass, use autograd zeronn/auto/
  3. Autograd banned, provide backward pass, like numpy zeronn/fp/
  4. Floats banned, use integer fixed point zeronn/fx/
  5. Rewrite #3 in C99 src/fp/
  6. Rewrite #4 in C99 src/fx/
  7. Ints banned, use byte bignum fixed point, in C99 src/bigfx/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages