diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-18 06:20:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-18 06:20:06 +0000 |
commit | 6bb36770f52b40b1fbdee711ffbfa1f3aa1cfc3f (patch) | |
tree | 3728f14f17325a00328b3e941fcb7e87f54e6ebc /science/py-paramz/pkg-descr | |
parent | f6c94712d1804a9000795f6c0e36ca9374fa5e87 (diff) | |
download | ports-6bb36770f52b40b1fbdee711ffbfa1f3aa1cfc3f.tar.gz ports-6bb36770f52b40b1fbdee711ffbfa1f3aa1cfc3f.zip |
Notes
Diffstat (limited to 'science/py-paramz/pkg-descr')
-rw-r--r-- | science/py-paramz/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/science/py-paramz/pkg-descr b/science/py-paramz/pkg-descr new file mode 100644 index 000000000000..63be464b97d4 --- /dev/null +++ b/science/py-paramz/pkg-descr @@ -0,0 +1,17 @@ +Parameterization Framework for parameterized model creation and handling. This +is a lightweight framework for using parameterized models. + +Features: +* Easy model creation with parameters +* Fast optimized access of parameters for optimization routines +* Memory efficient storage of parameters (only one copy in memory) +* Renaming of parameters +* Intuitive printing of models and parameters +* Gradient saving directly inside parameters +* Gradient checking of parameters +* Optimization of parameters +* Jupyter notebook integration +* Efficient storage of models, for reloading +* Efficient caching included + +WWW: https://github.com/sods/paramz |