Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paul-bokelman/nn

Basic neural network in python
https://github.com/paul-bokelman/nn

machine-learning neural-networks numpy python

Last synced: 20 days ago
JSON representation

Basic neural network in python

Awesome Lists containing this project

README

        

# Basic Neural Network

A feedforward neural network with backpropagation.

![nn](https://github.com/paul-bokelman/nn/assets/72945168/8e1e41a8-3caa-4dfa-8251-edeab9c99bf4)

## 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.