pyensmallen
: python bindings for the ensmallen
library for numerical optimizationVery minimal python bindings for ensmallen
library. Currently supports
See ensmallen docs for details.
Installation:
from pypi
pip install pyensmallen
from source
armadillo
and ensmallen
for your system (build from source, or via conda-forge; I went with the latter)pip install -e .
from wheel
.whl
for your system from the more recent release listed in Releases
and run pip install ./pyensmallen...
ORpip install https://github.com/apoorvalal/pyensmallen/releases/download/<version>/pyensmallen-<version>-<pyversion>-linux_x86_64.whl