Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Last active December 2, 2019 12:31
Show Gist options
  • Save mdfarragher/43a994b7c5fde3f03a8b459a38d4da53 to your computer and use it in GitHub Desktop.
Save mdfarragher/43a994b7c5fde3f03a8b459a38d4da53 to your computer and use it in GitHub Desktop.
// set up the loss function and the classification error function
var lossFunc = CNTKLib.BinaryCrossEntropy(network.Output, labels);
var errorFunc = NetUtil.BinaryClassificationError(network.Output, labels);
// the rest of the code goes here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment