Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural network anatomy study

A simple codebase to introduce and explain with a simple structure neural networks inner workings.

  • The tasks are simple 1D regression and classification on nonlinear datasets.

  • The slim version is a pure C standalone implementation of a self-contained neural network trained and tested on a regression and a classification task respectively.

  • The SOTA version is a Python version using the Keras library.

About

Neural Network Anatomy Study

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages