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

Feature maps (raw) #33

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

The feature map technology together with a small set of feature maps has been finished a while ago and is already tested and applied since then. So far it technically seems to work as expected, but there is some polishing and convenience wanted to consider this development completely finished. However, this work has to wait a bit at the moment and will be completed in a separate PR.

Includes:

Lacking:

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 230


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/feature_maps/FeatureMapUnit.hpp 8 9 88.89%
src/feeder/WeightedFeeder.hpp 5 6 83.33%
src/feeder/WeightedFeeder.cpp 25 26 96.15%
src/feeder/VariableFeeder.cpp 36 38 94.74%
src/feature_maps/IdentityMap.cpp 21 26 80.77%
src/feature_maps/PairDifferenceMap.cpp 23 28 82.14%
src/feature_maps/PairSumMap.cpp 23 28 82.14%
src/trainer/NNTrainer.cpp 0 6 0.0%
src/feature_maps/FeatureMapLayer.cpp 94 109 86.24%
src/network/FeedForwardNeuralNetwork.cpp 16 37 43.24%
<!-- Total: 528 648 81.48% -->
Totals Coverage Status
Change from base Build 220: -0.4%
Covered Lines: 2102
Relevant Lines: 2547

💛 - Coveralls