Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added rectified linear and softplus activation functions
- Loading branch information
added rectified linear and softplus activation functions
6133e2f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in relu's bp, just set d_act = (nn.a{i} > 0);