Classical NN for regression on the UCI Wine data-set: python3 RNet.py wine.txt.shuf 2000 For C++ sum of the weights scheme: g++ -Ofast nn+.cpp -o nn+ nn+ wine.shuf.txt For pytorch implementation of weights sum scheme: python3 RNet+.py wine.txt.shuf 2000