Commit Graph

16 Commits

Author SHA1 Message Date
86d2b8b48a Implement some visualisation for ReLU layers. 2018-02-22 16:20:59 +01:00
3c5358d8d6 Fix out-of-bounds read on node coordinates. 2018-02-20 12:26:51 +01:00
219e8cbec9 Implement visualisation of dropout layers. 2018-02-19 16:51:18 +01:00
6d64830a46 Revert "Remove unused parameter."
This reverts commit 284d32816f.
2018-02-19 16:26:24 +01:00
1e9cc7c6c5 Generalize animation generation. 2018-02-19 16:23:47 +01:00
ed5a71fbf1 Fix from/to calculation. 2018-02-18 18:32:08 +01:00
3f258b1bea Actually send particles in the right direction. 2018-02-18 18:28:29 +01:00
284d32816f Remove unused parameter. 2018-02-18 18:04:07 +01:00
c854eb07d2 Range does not need to be sorted. 2018-02-18 17:49:30 +01:00
9d2e7c3104 Optimize activity strength computation. 2018-02-15 18:06:44 +01:00
ea4b5e486a Simplify construction of the activity animation. 2018-02-13 16:42:34 +01:00
230cc5ee76 Extract animation base class.
Skips some complicated computations, so yay.
2018-02-13 15:53:47 +01:00
16665a588a Implement some kind of animation.
The animation is still all wrong, but it is there at least.
2018-02-13 15:41:01 +01:00
74cf511436 Slightly more consise. 2018-02-13 11:07:22 +01:00
35ad3df4ca Compute the 1000 most interacting nodes in each layer.
This works for fully connected layers only, but it works.
2018-02-12 15:51:50 +01:00
37c6cef733 Move visualiser generation out of main. 2018-02-09 12:27:01 +01:00