13 Commits

Author SHA1 Message Date
1406acd43e Refactored makefile, moved around files to more appropriate places, deleted unused files,
reformatted code.
2023-02-01 22:33:42 -05:00
f56620f047 Bug fixes and linting for the activation functions addition. 2023-01-25 08:40:32 -05:00
99dbda915b Finshed adding construct_layer methods for refactor. 2023-01-15 16:52:22 +09: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
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