Priority
Medium
Status
In Progress
https://github.com/061375/Perceptron
This is my version of the video ChatGPT is made from a 100 million of these - The Perceptron, except mine is built in a browser using Vite React
I was just going to build a simple interface with no bells and whistles. Basically just take a screenshot from the video but, started fiddling around and decided eventually to build as much as I could using CSS. I think it's pretty good, personally.
The switches and knobs are stored in a SQLite database.
Tasks
| Task | Done |
|---|---|
| Setup development environment | X |
| Build schema | X |
| Build visual UI | X |
| Build UI logic | X |
| - Knobs | X |
| - Switches | X |
| - Lights | X |
| - Meter | X |
| Store the knobs and dials in db | X |
| Tie the logic together | X |
| Add a demo to this website | |
| Refactor the code | |
| ( optional) Add wires and such | |
| ( optional ) Add ability to add nodes | |
| ( optional ) Add layers |
Bugs
| Bug | Fixed |
|---|---|
| I think some events are firing multiple times. It's not affecting the calculations but it's overhead | |
| meter.tsx resolution was too low | X |
| Math was wrong in Perceptron.Node | X |
| Extra knob was being added when a switch was thrown | X |
| The Store is not storing the initial settings | X |
Header Image

Private
Off

