Perceptron

Mon, 09/29/2025 - 18:30
Priority
Medium
Status
In Progress
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

TaskDone
Setup development environmentX
Build schemaX
Build visual UIX
Build UI logicX
- KnobsX
- SwitchesX
- LightsX
- MeterX
Store the knobs and dials in dbX
Tie the logic togetherX
Add a demo to this website 
Refactor the code 
( optional) Add wires and such 
( optional ) Add ability to add nodes 
( optional ) Add layers 

Bugs

BugFixed
I think some events are firing multiple times. It's not affecting the calculations but it's overhead 
meter.tsx resolution was too lowX
Math was wrong in Perceptron.NodeX
Extra knob was being added when a switch was thrownX
The Store is not storing the initial settingsX
Header Image
Private
Off