43 Commits

Author SHA1 Message Date
0489dd5745 Added epsilon nearest neighbor graph visualization. 2022-07-26 23:47:20 -04:00
58aec269cf Convolutional Layers 2022-05-15 13:42:21 -04:00
2ef4dcab44 Init bug fix 2022-05-07 00:42:13 -04:00
0fa7066430 .nojekyll file 2022-05-07 00:26:36 -04:00
13d379e2ec Create .nojekyll 2022-05-06 23:30:44 -04:00
8d45c13f57 Added working convolutional layer. 2022-04-29 14:36:14 -04:00
9d6edbc6d7 Started adding a documentation website using Sphinx 2022-04-29 10:58:06 -04:00
9310b48c56 Finished oracle guidance video. Integrated various changes necessary to complete this. 2022-04-28 01:37:52 -04:00
95a36eb234 Added basic example neural network 2022-04-26 12:15:00 -04:00
7175728568 Added a basic neural network example 2022-04-26 12:11:38 -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
7d04bf55ec Added updated VAEScene to the readme. 2022-04-23 23:10:15 -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
11bbd59bb6 Vector layer (Still work in progress) 2022-04-19 02:10:53 -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
0febbe547d Refactored LabeledColorImage 2022-04-16 00:37:19 -04:00
2306ab39d1 Paired Query Layers and tests 2022-04-16 00:23:10 -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
93a0bf64c5 Added new video to readme 2022-04-04 23:25:04 -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
a3f972bbaf Initial working probability distribution drawing. 2022-04-02 19:20:30 -04:00
8d54a2f69f Updated logo gif 2022-03-29 15:34:46 -04:00
068b0746f0 Made new neural network forward pass animation 2022-03-28 21:24:49 -04:00
3be5c54d26 Changed directory structure to accomodate examples as apposed to everything being a part of the core library. May need to rethink this in the future. Added some boilerplate for pip packaging to the .gitignore. 2022-03-28 14:01:00 -04:00
4eb5296c9c Readme changes, logo added, tags in readme 2022-03-28 00:55:06 -04:00
ca0e93d657 Finished VAE Disentanglement video 2022-03-07 02:06:17 -05:00
a7c43d0f8b Readme changes 2022-02-16 22:35:07 -05:00
e8857acc83 Final animations 2022-02-16 22:01:53 -05:00
92d8a3d59a Changed examples 2022-02-10 00:45:40 -05:00
fe7089abbf Got VAE forward pass animation finished. TODO Interpolation animation 2022-02-06 02:02:47 -05:00
8140aec3be Working VAE forward pass animation. All I need now is valid images. 2022-02-03 01:29:02 -05:00
1ec32f377a Made basic VAE forward propagation animation 2022-02-01 15:20:48 -05:00
212c3bd8d9 Added basic readme file and .gitignore 2022-02-01 14:25:32 -05:00
4dd66c04d6 Fixed some little things with the neural network flow animation 2022-01-31 14:12:58 -05:00
ea63ef5ec0 Created neural network visualization and feed forward animation 2022-01-31 01:27:38 -05:00