|
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 |
|
|
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 |
|
|
27523ad337
|
Fixed bug with the size of images in ImageToConvolutional2DLayer
|
2023-01-15 18:00:40 +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 |
|
|
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 |
|