Skip to content

paul-bokelman/nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.