dhruvrajan/tensorflow-keras-java

Add various layer types

dhruvrajan opened this issue · 3 comments

  • Conv2D
  • LSTM
  • Dropout
  • Flatten
  • MaxPool2D

I could help with Conv2D or different pooling for example (implemented them in private project)

Sciss commented

How difficult is this to implement? I'm looking for

  • BatchNormalization
  • LeakyReLU
  • Reshape
  • Conv2DTranspose
  • Dropout

@Sciss please have a look at the KotlinDL library