Tools for neural network generalization bounds
Project description
Generalization_Bound_Toolbox
Tools related to computing generlization error bounds for machine-learning applications. Note that standard use depends on the domain of the target functions to be $x \in (-1,1)^d$ where $d$ is the dimension of the feature vectors. If your feature vectors are not in this domain, than they can be rescaled. Additionally, best results are if there is small correlation between any two components of the feature vector.
For directions on use, check out
tests/test_bound.py
tests/TestProductSinesCompression.ipynb
tests/TestProductSines.ipynb.
Installation
A release version is availalbe on PyPI. Currently requires Python version less than 3.12 and greater than 3.7.
pip install gbtoolbox
pip install gbtoolbox[GPU11]
pip install gbtoolbox[GPU12]
The following should be performed to manually install. See pyproject.toml for dependencies.
Install the build package
pip install build
First, from the same directory as this README, build the sdist and wheel using the following command.
python -m build
Then install the wheel (*** indicates text that is version and user specific)
pip install dist/gbtoolbox-***.whl
Build and install the c files
cd src/gbtoolbox
make && make install
Update your ld_library_path environment variable
export LD_LIBRARY_PATH=/usr/local/lib/gbtoolbox/
You may want to add the previous export statement to your ~/.bashrc file, otherwise the change is only for the currently open session.
CUDA
There is a legacy CUDA version of nu_dft that runs much faster than the C version, but that runs slower than the cupy version. The following should be helpful for getting set up to run the legacy CUDA version
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 cuda-toolkit=11.6 numba python-build scipy -c pytorch -c nvidia
conda install pytorch torchvision torchaudio pytorch-cuda cuda-toolkit numba python-build scipy -c pytorch-nightly -c nvidia
Information about pytorch is available at https://pytorch.org/.
Reference
This toolbox was developed by a collaboration between Euler Scientific ( www.euler-sci.com ) and Fermilab ( www.fnal.gov ). Papers are in progress. Initial developmenet was made possible by the National Geospatial-Intelligence Agency (NGA) under Contract No. HM047622C0003.
The central theory behind this was initially developed by Barron and then extended by E et al. Details in
https://arxiv.org/abs/1810.06397
https://arxiv.org/abs/2009.10713
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
Built Distribution
File details
Details for the file gbtoolbox-0.0.4.tar.gz
.
File metadata
- Download URL: gbtoolbox-0.0.4.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92326df4796b292f1dd93f13f6d4c295850e94a04a9bcbec2f66778342daadda |
|
MD5 | d2334cb0bf1294ba1d7dbdc33fd07c8b |
|
BLAKE2b-256 | 2dd3738088bd108248f651250e5874316a9c34df6c3c9d93c6e04c72537406cd |
File details
Details for the file gbtoolbox-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: gbtoolbox-0.0.4-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bbcb3973ea0c097fbccb45c28ce8d7e072b00b9ce640962557010aea58d70bf |
|
MD5 | c7d6b7b2075a255d223e4e71242cc906 |
|
BLAKE2b-256 | 19751449603264d2c69d58f030ff4360f2db3d643b5824663b43ac47f1b00369 |