README.md

# Neurotick

**Common Neural Network functionalities to improve a TWEANN mechanism..**

## Installation

The package can be installed by adding `neurotick` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:neurotick, "~> 0.0.1"}
  ]
end
```

The docs can be found at [https://hexdocs.pm/neurotick](https://hexdocs.pm/neurotick).