ecraft2learn / ai

AI extensions of Snap! created by the eCraft2Learn project
https://ecraft2learn.github.io/ai/
Other
26 stars 12 forks source link

Create a reporter for the weights of a neural network #133

Open ToonTalk opened 1 year ago

ToonTalk commented 1 year ago

One cool application can be seen in the middle of this video https://www.youtube.com/watch?v=-at7SLoVK_I&t=11s

The idea is to have a 2 neuron layer just before the output and graph it to show how inputs are transformed into a 2D space that can then be easily partitioned by the last layer.

Lots of other uses too.