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: 4 months ago
JSON representation
Basic neural network in python
- Host: GitHub
- URL: https://github.com/paul-bokelman/nn
- Owner: paul-bokelman
- Created: 2024-02-27T19:22:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T03:58:40.000Z (over 1 year ago)
- Last Synced: 2025-02-01T09:43:40.762Z (6 months ago)
- Topics: machine-learning, neural-networks, numpy, python
- Language: Jupyter Notebook
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Basic Neural Network
A feedforward neural network with backpropagation.

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