Skip to content

elbow-jason/annex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f472a3 · Jul 15, 2020
Sep 7, 2019
Jul 29, 2019
Aug 14, 2019
Feb 17, 2020
Feb 17, 2020
Jun 16, 2019
Jul 14, 2019
Jun 15, 2019
Feb 17, 2020
Aug 11, 2019
May 16, 2019
May 14, 2019
Jul 15, 2020
Aug 11, 2019
Feb 10, 2020
Aug 17, 2019

Repository files navigation

annex logo

A Deep Neural Network Framework for Elixir.

Hex Version Hex Docs

TravisCI Status MIT License

Coveralls Test Coverage Report

Annex is a framework for building and executing machine learning with deep neural networks in Elixir.

Installation

Annex is available on Hex

Annex can be installed by adding annex to your list of dependencies in mix.exs:

def deps do
  [
    {:annex, "~> 0.2.0"}
  ]
end

Features

Layers

  • Sequence
  • Dense
  • Activation
  • Dropout
  • Convolution
  • Pooling

Data Types (Backends)

  • List1D (list of floats)
  • List2D (list of lists of floats)
  • DMatrix (Dense Matrix) dep

Extensions

AnnexMatrex

Media

ElixirConf 2019 Annex Presentation by Jason Goldberger