Experimental centralized ADMM approach to neural networks.
Numpy >= 1.11 Scipy >= 0.18 Scikit-learn >= 0.18 Cython >= 0.24
First build the cython files:
python3.5 setup.py build_ext --inplace
Then you can run the program with:
python3.5 admm-runner.py [iris | digits]
python3.5 setup.py install
After setup:
admm-runner.py [iris | digits]