A lightweight package to perform regression with neural nets
pip install pugna==0.2.9
Neural Network Fitting Code
conda create -n pugna-dev python=3.7
python setup.py clean --all
rm -rf dist/
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*