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

Templnet #38

Closed Ithanil closed 5 years ago

Ithanil commented 5 years ago

The former FFNN implementation (now referred to as PolyNet) is retired from development for the moment, but remains and will be kept functional and possibly overhauled in the future. Added new FFNN implementation named TemplNet:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 314


Changes Missing Coverage Covered Lines Changed/Added Lines %
include/qnets/poly/FeedForwardNeuralNetwork.hpp 14 15 93.33%
include/qnets/templ/TemplNet.hpp 116 117 99.15%
src/poly/FeedForwardNeuralNetwork.cpp 35 49 71.43%
include/qnets/templ/TemplLayer.hpp 160 184 86.96%
<!-- Total: 497 537 92.55% -->
Totals Coverage Status
Change from base Build 277: 2.07%
Covered Lines: 3265
Relevant Lines: 3954

💛 - Coveralls