项目作者: NeurX

项目描述 :
NN library for elixir
高级语言: Elixir
项目地址: git://github.com/NeurX/neurx.git
创建时间: 2018-05-20T16:45:55Z
项目社区:https://github.com/NeurX/neurx

开源协议:GNU Lesser General Public License v3.0

下载


License: LGPL v3
Hex.pm
Travis
Coveralls

Neurx

Neural network library for elixir.

Testing

  1. mix coveralls

Defined Standards

  • Keep the Changelog up to date and change version numbers accordingly
  • Only public functions are documented with @doc
  • If possible, provide an example usage in the @doc block
  • Test everything. We will know if coverage is missing.

Installation

If available in Hex, the package can be installed
by adding neurx to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:neurx, "~> 0.1.0"}
  4. ]
  5. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/neurx_core.