PostDNN

Post-processing utilities for Deep Neural Network.

Now, it includes a few operations yet ;-)

Platform

I have confirmed it works in the following OS environment.

Requirements

python3 is required to build this module.

Installation

You can install it by adding postdnn to the mix.exs dependency list as follows:

def deps do
  [
    {:postdnn, "~> 0.1.5"}
  ]
end

License

PostDNN is licensed under the Apache License Version 2.0.