Skip to content

miriKirsche/NNHelferlein.jl

 
 

Repository files navigation

NNHelferlein.jl

Collection of little helpers to simplify various Machine Learning tasks (esp. building neural networks with Knet).

The German word Helferlein means something like little helper; please pronounce it like hell-fur-line.

See documentation and examples for a first intro.

Tests codecov

Installation

The package is not yet released but can be installed manually with the Julia package manager.

using Pkg
Pkg.add(url="https://github.com/andreasdominik/NNHelferlein.jl.git")

Caveat:

Please be aware that the package is still in development and not yet completely tested. You may already use it on own risk.

While reading this, I must add: the package is almost ready with an not-so-bad test coverage. If you see the tests passing in the moment, it may be save to use the helpers.

As soon as dev. and tests are completed the package will be registered (however maybe under a different name).

About

Little helpers for neural networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 98.2%
  • Jupyter Notebook 1.8%