|
1406acd43e
|
Refactored makefile, moved around files to more appropriate places, deleted unused files,
reformatted code.
|
2023-02-01 22:33:42 -05:00 |
|
|
4b06ce1622
|
Added padding.
Fixed a bug with ImageLayerToConvolutional2D
Padding example
|
2023-01-31 23:37:55 -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 |
|
|
5291d9db8a
|
Refactored parameters for Convolutional2D to make them clearner looking.
|
2023-01-15 18:16:48 +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 |
|