Skip to content

latentCall145/nnfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

nnfs

A basic neural network framework similar to Pytorch and Keras made from Numpy ops. The framework includes fully connected layers and 2D convolution layers, L2 and crossentropy losses, and SGD (with Nesterov momentum) and Adam optimizers.

This framework is really slow (about 30x slower than normal frameworks on CPU) and doesn't run on the GPU at all, but was made for educational purposes.

Example datasets like MNIST, CIFAR10, and XOR are found in the examples folder.

About

A slightly less basic neural network framework made from scratch (if you include Numpy as "from scratch")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages