novak-99 / MLPP

A library created to revitalize C++ as a machine learning front end. Per aspera ad astra.
MIT License
1.08k stars 155 forks source link

logit function error #9

Closed SmartAI closed 2 years ago

SmartAI commented 2 years ago

return std::log(z / (1 - z)); this is my PR #10

https://github.com/novak-99/MLPP/blob/aac9bd6479a26e092f16cd46e58d790da2bdba8a/MLPP/Activation/Activation.cpp#L224

novak-99 commented 2 years ago

PR merged.