Releases: gosha20777/keras2cpp
Releases · gosha20777/keras2cpp
CI
Fix some small bugs
Fix register and CMakeLists bugs
Big update
Fully supports layers:
- Dense
- Convolution1D
- Convolution2D
- Convolution3D
- Flatten
- ELU
- Activation
- MaxPooling2D
- Embedding
- LocallyConnected1D
- LocallyConnected2D
- LSTM
- BatchNormalization
Fully supports activations:
- linear
- relu
- softplus
- tanh
- sigmoid
- hard_sigmoid
- elu
- softsign
- softmax
Another changes
- Fixed many bugs
- Make code refactoring
- Make unit tests
- work speedup
Fully fix conv2D and add BatchNormalization (experimental)
Fix: Fully fix Conv2d
(40f7091).
Add: Add BatchNormalization
layer (experimental)
Minimal activation types
Now such activation types are supported:
- linear
- relu
- softplus
- tanh
- sigmoid
- hard_sigmoid
- elu
- softsign
- softmax
Added: elu, softsign, softmax activations.
Fixed: hard sigmoid activation amd Conv2D layer #2.
first release!
- Embedding, Flatten
- Dense, Conv1D
- LSTM
- MaxPooling
- Layer activation: HardSigmoid, Linear, ReLU, Sigmoid, SoftSign, Tanh