Skip to content

Alpha version release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramon-oliveira ramon-oliveira released this 26 Mar 06:52
· 16 commits to master since this release

Features included:

  • Models:
    • Sequential
  • Layers:
    • Dense
    • ProbabilisticDense
    • Conv2D
  • Activations:
    • Relu
    • Softmax
  • Optimizers:
    • SGD (with momentum)
    • Adam
  • Losses:
    • Mean Squared Error
    • Binary Crossentropy
    • Categorical Crossentropy
    • Variational
  • Datasets:
    • MNIST
  • Examples:
    • Simple classification
    • Simple regression
    • Simple probabilistic classification
    • Simple probabilistic regression
    • MNIST classification