17 Commits

Author SHA1 Message Date
a09c9da2f6 Got colorschemes setup (not globally yet). Fixed bug with layer placing. 2023-04-03 00:23:09 -04:00
b1c838a45f Added residual layer example. Fixed some bugs in the process. 2023-02-05 12:26:36 -05:00
134be057fb Made mcmc example. Added ability to view matplotlib plots. 2023-02-02 21:59:31 -05:00
1406acd43e Refactored makefile, moved around files to more appropriate places, deleted unused files,
reformatted code.
2023-02-01 22:33:42 -05:00
c824409eee Fixed bug with feed forward layer activation. 2023-01-25 17:41:20 -05:00
301b230c73 Added sigmoid activation, and ability to do activation above linear layers. 2023-01-25 17:36:44 -05:00
f56620f047 Bug fixes and linting for the activation functions addition. 2023-01-25 08:40:32 -05:00
42b6e37b16 Removed Conv2D because it can be done using just Conv3D and renamed Conv3D to Conv2D to correspond to the spatial conv dimenson not the scene dimension, which is more inline with convention. 2023-01-15 14:35:26 +09:00
ba63116b37 Reformatted the code using black, allowd for different orientation NNs, made an option for highlighting the active filter in a CNN forward pass. 2023-01-09 15:52:37 +09:00
1d9cad8587 Working dropout animation 2023-01-02 15:24:51 -05:00
3d6e8072e1 Used Black to reformat the code in the repository. 2023-01-01 23:24:59 -05:00
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
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
7be4dfc8a4 Refactored Neural Network Layers into their own files. 2022-04-14 01:53:12 -04:00