16 Commits

Author SHA1 Message Date
f56620f047 Bug fixes and linting for the activation functions addition. 2023-01-25 08:40:32 -05:00
ce184af78e General changes, got basic visualization of an activation function working for a
convolutinoal layer.
2023-01-24 15:44:48 -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
3d6e8072e1 Used Black to reformat the code in the repository. 2023-01-01 23:24:59 -05:00
b1a85ea782 Overall working 3D convolution visualization. 2022-12-30 21:41:50 -05:00
8cee86e884 Working initial visualization of a CNN. 2022-12-29 14:09:16 -05:00
330ba170a0 "Got a basic working animation of a CNN in 3D. 2022-12-26 02:01:56 -05:00
58aec269cf Convolutional Layers 2022-05-15 13:42:21 -04:00
2ef4dcab44 Init bug fix 2022-05-07 00:42:13 -04:00
8d45c13f57 Added working convolutional layer. 2022-04-29 14:36:14 -04:00
11bbd59bb6 Vector layer (Still work in progress) 2022-04-19 02:10:53 -04:00
05f512f185 Added ListGroup class for better management of a group of objects. 2022-04-18 23:56:31 -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