Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Latest commit

 

History

History

NN

Neural Network

This is a neural network library modeled after the popular open-source library, tensorflow. It's built by first created a computation graph, adding in the proper operations needed in neural networks, then by applying gradient descent + backprop to that graph.

Usage

Will update soon