All experiments
My First Neural Network experiment
My first attempt at programming a neural network.
Date | June 2020 |
---|---|
Link | https://experiments.zhincore.eu/myfirstneuralnetwork |
My completely blind jump into the world of AI.
I believe I've seen a CodeBullet video and said "I can do that".
Spoiler alert: I couldn't!
I tried to fix it when posting it here and I kind of did but not really.
It's spaghetti code and at the time of writing this I still don't have a strong grasp on AI.
But! It is a part of my journey and I want to have it here, on record.
Features
- You can play the snake yourself using arrow keys.
- You can make it attempt to play itself.
- Uses Workers for each network instance.
Notes
Although the terrible code, this was a great experiment to understand neural networks better. I think I did a good job visualizing the network.