Skip to content

v0.7.0

Compare
Choose a tag to compare
@marco-nicola marco-nicola released this 24 May 14:57
· 802 commits to main since this release

Added

  • New package ml/ag/encoding/dot, for simple serialization of a Graph to
    DOT (Graphviz) format.
  • New package ml/nn/sgu, implementing a Spatial Gating Unit (SGU) model.
  • New package ml/nn/conv1x1, implementing a simple 1-dimensional
    1-sized-kernel convolution model.
  • New package ml/nn/gmlp, implementing a gMLP
    model.

Changed

  • ml/nn/activation/Model.Forward now simply returns the input as it is if
    the activation function is the identity.