|
ca7978929a
|
Changed default functionality of activation functions so they are all lined up with eachother.
|
2023-04-09 20:15:07 -04:00 |
|
|
134be057fb
|
Made mcmc example. Added ability to view matplotlib plots.
|
2023-02-02 21:59:31 -05:00 |
|
|
9698907cbf
|
Fixed padding bug with max pooling
|
2023-02-02 09:42:08 -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 |
|
|
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 |
|
|
99dbda915b
|
Finshed adding construct_layer methods for refactor.
|
2023-01-15 16:52:22 +09: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 |
|