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

Adding Initializers and Loss functions #36

Merged
merged 6 commits into from
Jul 27, 2017

Commits on Jul 23, 2017

  1. Adding Variable::dims()

    pavanky committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    fc7384b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ff4f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    2a0a15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f481fc0 View commit details
    Browse the repository at this point in the history
  3. Adding necessary functions for Loss modules.

    - log, flat, moddims
    pavanky committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ecc2bad View commit details
    Browse the repository at this point in the history
  4. Adding common loss Modules

    - MeanSquaredError
    - MeanAbsoluteError
    - BinaryCrossEntropyLoss
    
    Added typedefs for some alternative names;
    pavanky committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    7a64564 View commit details
    Browse the repository at this point in the history