NeuralNetwork
- 5 Devlogs
- 6 Total hours
A CLI tool using a neural network made from stracth to regognise handwritten digits.
A CLI tool using a neural network made from stracth to regognise handwritten digits.
I worked on the PCB for my Hackpad project for 2 hours and 19 minutes, but accidentally connected the Lapce recording to this project instead. I asked about the situation in #stardance-help, and support confirmed that the time cannot be reassigned due to Hackatime’s data protections. They advised me to mention the situation in both projects’ devlogs so the extra time can be accounted for during review. More details can be found here https://hackclub.slack.com/archives/C0AP0NMSP3P/p1788725484466219
Did the backtpolation to work with many x’s and y’s
Added 2 more hidden neurons, set up lists to manage their related variables and set up backpropagation for each.
I added a hidden neuron and used backpropagation to set the weights
Started practicing with a simple linear regression with 3 points!