Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viktorstrate/neuron
An educational neural network library with examples
https://github.com/viktorstrate/neuron
coding-train neural-network p5js
Last synced: 12 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T15:34:46.000Z (about 6 years ago)
- Last Synced: 2024-11-06T03:48:32.969Z (2 months ago)
- Topics: coding-train, neural-network, p5js
- Language: JavaScript
- Homepage: https://viktorstrate.github.io/neuron/examples/
- Size: 831 KB
- Stars: 0
- Watchers: 2
- 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)
![screenshot](./screenshots/sandbox.png)
### Function approximator
Use a neural network to approximate a function [link](https://viktorstrate.github.io/neuron/examples/function-approximator/index.html)
![screenshot](./screenshots/function-approximator.png)
### Point classification
Classify color labels on a 2D coordinate space [link](https://viktorstrate.github.io/neuron/examples/point-classification/index.html)
![screenshot](./screenshots/point-classification.png)