-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added block-oriented network, ReLU activation function and hinge loss
The BlockNet class is based on the earlier SimpleNet class, but has been designed to better integrate groupwise dropout during training. The rectified linear activation function was added to those already available, and the standard svm-like hinge loss was added. Test files for the new blocky net were also added.
- Loading branch information
1 parent
133c593
commit eabd463
Showing
8 changed files
with
659 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.