Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.
/ SimpleAutoDiff Public archive

Simple Automatic differentiation made in python

License

Notifications You must be signed in to change notification settings

Phu-archive/SimpleAutoDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleAutoDiff

A simple implementation of auto differentiation system. I have made this before, however, the old project is poorly structured and full of bugs so I decided to create a brand new project.

This is the updated version of NeuralNetwork.

Overall Plans

The final goal is to create a deep learning "library" that is able to perform training (and feedforward of course) on Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN), possibly LSTM and GRU.

All of this is going to be based on using a computational graph If you want to see the whole project plan you can hop to TODO list.

About

Simple Automatic differentiation made in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published