neural-api icon indicating copy to clipboard operation
neural-api copied to clipboard

Better Documentation and/or Examples

Open joaopauloschuler opened this issue 3 years ago • 2 comments

The documentation should include:

  • Fitting options (Image classification, volume pairs, callbacks).
  • Layer activation functions.
  • How to hide or override warnings and errors when optimizing a NN.
  • Include an autoencoder example and describe the importance of Hyperbolic Tangent with autoencoders and generative networks.

joaopauloschuler avatar Jul 16 '20 05:07 joaopauloschuler

I saw the recent commits with new layer types (like addConcatInputOutput). The description of what does these layer types would be appreciated. I also noted some layers types are not described (or listed) in the documentation, like the dropout layer. Can you update a give a short description of what it does for each layer type. Thanks

HuguesDug avatar Oct 12 '20 04:10 HuguesDug

Thank you for the heads up. I'll work on it.

joaopauloschuler avatar Oct 13 '20 03:10 joaopauloschuler