https://github.com/viktorstrate/neuron
An educational neural network library with examples
https://github.com/viktorstrate/neuron
coding-train neural-network p5js
Last synced: 3 months ago
JSON representation
An educational neural network library with examples
- Host: GitHub
- URL: https://github.com/viktorstrate/neuron
- Owner: viktorstrate
- Created: 2018-05-27T14:41:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T15:34:46.000Z (over 6 years ago)
- Last Synced: 2025-04-12T23:47:40.549Z (3 months ago)
- Topics: coding-train, neural-network, p5js
- Language: JavaScript
- Homepage: https://viktorstrate.github.io/neuron/examples/
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neuron
> An educational neural network library with a bunch of examples
_This library is based on [Coding Train's video series on neural networks](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Y7MdSCaIfsxc561QI0U0Tb), and the [Toy Neural Network](https://github.com/CodingTrain/Toy-Neural-Network-JS)_
## Examples
See a list of all the examples [here](https://viktorstrate.github.io/neuron/examples/)
### Sandbox
Construct a neural network, and add custom training data [link](https://viktorstrate.github.io/neuron/examples/sandbox/index.html)

### Function approximator
Use a neural network to approximate a function [link](https://viktorstrate.github.io/neuron/examples/function-approximator/index.html)

### Point classification
Classify color labels on a 2D coordinate space [link](https://viktorstrate.github.io/neuron/examples/point-classification/index.html)
