README.md
[](https://www.gnu.org/licenses/lgpl-3.0)
[](https://hex.pm/packages/neurx)
[](https://travis-ci.org/NeurX/neurx)
[](https://coveralls.io/github/NeurX/neurx?branch=master)
# Neurx
Neural network library for elixir.
### Testing
```bash
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](https://hex.pm/docs/publish), the package can be installed
by adding `neurx` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:neurx, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/neurx_core](https://hexdocs.pm/neurx_core).