https://github.com/wesleyhf/perceptron-js
:books: Perceptron studying with Javascript and p5.js
https://github.com/wesleyhf/perceptron-js
javascript p5 perceptron studying the-coding-train
Last synced: about 1 year ago
JSON representation
:books: Perceptron studying with Javascript and p5.js
- Host: GitHub
- URL: https://github.com/wesleyhf/perceptron-js
- Owner: wesleyhf
- Created: 2021-01-30T20:39:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T21:02:43.000Z (over 5 years ago)
- Last Synced: 2025-01-24T08:44:17.616Z (over 1 year ago)
- Topics: javascript, p5, perceptron, studying, the-coding-train
- Language: JavaScript
- Homepage:
- Size: 642 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perceptron-js
:books: Perceptron studying with Javascript and p5.js
> [noise](https://github.com/wesleyhf/perceptron-js/tree/noise) branch contains another studying using a noised image
# Reference
_10.2: Neural Networks: Perceptron Part 1 - The Nature of Code_
https://www.youtube.com/watch?v=ntKn5TPHHAk
Thanks **The Coding Train**!