Skip to content

Releases: gosha20777/keras2cpp

CI

11 Feb 08:52
b574755
Compare
Choose a tag to compare

Add ci-cd and fix some bugs

Fix some small bugs

31 Jan 17:54
1adf093
Compare
Choose a tag to compare

Fix register and CMakeLists bugs

Big update

29 Jan 10:47
dab2abe
Compare
Choose a tag to compare

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)

18 Jan 13:48
22f3df3
Compare
Choose a tag to compare

Fix: Fully fix Conv2d (40f7091).

Add: Add BatchNormalization layer (experimental)

Minimal activation types

17 Jan 11:38
40312fd
Compare
Choose a tag to compare

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!

19 Nov 12:28
7d7e7d8
Compare
Choose a tag to compare
  • Embedding, Flatten
  • Dense, Conv1D
  • LSTM
  • MaxPooling
  • Layer activation: HardSigmoid, Linear, ReLU, Sigmoid, SoftSign, Tanh