A lightweight package to perform regression with neural nets
Project description
pugna
Neural Network Fitting Code
Development
conda create -n pugna-dev python=3.7
adding new models
new models should be added to the pugna/models directory as a new python module. See pugna/models/mscalednn.py for an example.
Uploading to pypi
python setup.py clean --all
rm -rf dist/
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pugna-0.2.9.tar.gz
(18.3 kB
view hashes)
Built Distribution
pugna-0.2.9-py3-none-any.whl
(35.0 kB
view hashes)