Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSR weight filler #1883

Closed
wants to merge 2 commits into from
Closed

MSR weight filler #1883

wants to merge 2 commits into from

Commits on Feb 16, 2015

  1. Added MSR weight filler, which implements Xavier-like filler designed…

    … for use
    
    with LRUs instead of tanh. Based on paper: He et al, "Delving Deep into
    Rectifiers: Surpassing Human-Level Performance on ImageNet Classification," 2015
    Nick Carlevaris-Bianco committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    4ecea59 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Added fan_in and fan_out filler parameters.

    Nick Carlevaris-Bianco committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    e2b4ae5 View commit details
    Browse the repository at this point in the history