Skip to main content

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


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)

Uploaded Source

Built Distribution

pugna-0.2.9-py3-none-any.whl (35.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page