View Source PostDNN

Post-processing utilities for Deep Neural Network.

Now, it includes a few operations yet ;-)

platform

Platform

I have confirmed it works in the following OS environment.

  • Windows 10 MSYS2/MinGW64
  • WSL2/Ubuntu 20.04
  • Linux Mint 20 "Ulyana"

requirements

Requirements

python3 is required to build this module.

installation

Installation

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

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

license

License

PostDNN is licensed under the Apache License Version 2.0.