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

Latest commit

 

History

History
5 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 348 Bytes

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