DCM-UPB / QNets

C++ library that allows to use (Feed Forward) Neural Networks in C++ with a few simple commands.
Other
2 stars 3 forks source link

Small change/fix to example 8 #1

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

For me the example 8 didnt execute, because input.txt was not part of the repo due to gitignore. So the input file name is changed to ffnn.in. @francesco086 Please commit the correct input and push it into this branch. Also I changed the ffnn construction a bit by using the provided constructor from filename, instead of creating the activation function myself. Change if you don't like.