Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 355 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 355 Bytes

Basic Neural Network

A feedforward neural network with backpropagation.

nn

About

This is a simple neural network that I have been building to learn the basics of neural networks. It is written in Python and uses the numpy library for matrix operations.