Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.34 KB

README.md

File metadata and controls

58 lines (44 loc) · 2.34 KB

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).