Soarex16 / NeuralNetStudy

Just practice with implementation of multilayer NN using python
GNU General Public License v3.0
0 stars 0 forks source link

Add logit activation function and their derivative #6

Open Soarex16 opened 6 years ago

Soarex16 commented 6 years ago

y = ln(x / (1 - y))