A Deep Neural Network Framework for Elixir.
Annex is a framework for building and executing machine learning with deep neural networks in Elixir.
Annex can be installed by adding annex
to your list of dependencies in mix.exs
:
def deps do
[
{:annex, "~> 0.2.0"}
]
end
- Sequence
- Dense
- Activation
- Dropout
- Convolution
- Pooling
- List1D (list of floats)
- List2D (list of lists of floats)
- DMatrix (Dense Matrix) dep
- 2D Annex.Data implementor that computes at native speed.
- Uses BLAS.
- Github: https://github.com/elbow-jason/annex_matrex/
- Dependency: https://github.com/versilov/matrex