14 Commits

Author SHA1 Message Date
9310b48c56 Finished oracle guidance video. Integrated various changes necessary to complete this. 2022-04-28 01:37:52 -04:00
63427be139 Added ability to pass layer_args dictionary to each forward pass, which allows
for arguments to be passed through to each neural network layer when running a neural
network forward pass.
2022-04-25 16:28:11 -04:00
0152be64b0 Added GAN visualization. 2022-04-22 19:08:28 -04:00
ffd31701bf Working remove neural network animation 2022-04-21 23:18:58 -04:00
229c27fa3f Added support for Neural Network overhead title and per-layer title. 2022-04-19 00:36:15 -04:00
05f512f185 Added ListGroup class for better management of a group of objects. 2022-04-18 23:56:31 -04:00
1b6331d636 Refactored the way connective layers are handled 2022-04-16 00:07:18 -04:00
3031a81bcb Working forward pass for triplet layers. 2022-04-15 02:37:37 -04:00
7be4dfc8a4 Refactored Neural Network Layers into their own files. 2022-04-14 01:53:12 -04:00
b1490c0117 Embedding Neural Network Layer. 2022-04-14 00:33:00 -04:00
09c9c4c093 Added explicit create animations. Fixed bug with images not being allowed in VGroup. Redid forward pass animation. 2022-04-06 01:33:03 -04:00
f282c3e7a6 Composable Nueral Network Skelatan structure 2022-04-02 19:20:30 -04:00
61b47798f3 Working neural network test with refactor 2022-04-02 19:20:30 -04:00
861ae77002 Wide sweeping refactor. Not completely done, but mostly working. Need to look into ways to handle type hinting/checking without causing circular imports. 2022-04-02 19:20:30 -04:00