Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-05-24 | 530 Bytes | |
v0.7.0.tar.gz | 2021-05-24 | 3.1 MB | |
v0.7.0.zip | 2021-05-24 | 3.4 MB | |
Totals: 3 Items | 6.5 MB | 0 |
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.