Skip to content

fportera/nn_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published