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

Added Smooth Rectified Linear Unit Activation Function ln(1+exp(x)), #27 #32

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

27

EDIT: Following the advice from Codacy, to use log1p(x) over log(1+x), suprisingly the performance is much more acceptable.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 218


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/actf/SRLUActivationFunction.hpp 1 5 20.0%
<!-- Total: 19 23 82.61% -->
Totals Coverage Status
Change from base Build 200: -0.01%
Covered Lines: 1663
Relevant Lines: 2002

💛 - Coveralls