Moot!
I got the neural network working! :)
I trained it on various amounts of data, and it works okay sometimes.
I’m trying to improve it! I’ve spent a lot of time changing things like the amount of data, normalisation algorithm, etc.
I also got async processing working so it works across cores instead of just one, making it SO much faster! I decided on leaky-relu because:
Sigmoid isn’t accurate for the magnitude of values I’m using, and ReLU isn’t changing at all!
I’m still playing around with learning rates and stuff.
Next, I plan to:
Fix the calculator for values above 1000, because I don’t feel like training it for that much data.
And improve the UI and UX!
Sorry for the boring devlog, it’s difficult to show when it’s all code instead of a nice website :)
I designed the UI first too!
I’m also gonna add the annoying messages and delays that are in the image below! They’re gonna show up individually, not all together lol
That’s the Figma design. The other image is the current website look! I also need to get the “+” and “=” signs looking the same.
One last thing! I added this cool system (code image below) which seems to work pretty well!
Sorry for the weird layout, I’m kinda distracted right now lel.
Thanks for reading! :D
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.