Skip to content

Instantly share code, notes, and snippets.

@xxGus
Created December 17, 2019 01:20
Show Gist options
  • Save xxGus/385dcc5f59f4cf39064f7d3227e7e7d8 to your computer and use it in GitHub Desktop.
Save xxGus/385dcc5f59f4cf39064f7d3227e7e7d8 to your computer and use it in GitHub Desktop.
Machine learning notes
Loss function —This measures how accurate the model is during training. You want to minimize this function to "steer" the model in the right direction.
Optimizer —This is how the model is updated based on the data it sees and its loss function.
Metrics —Used to monitor the training and testing steps. The following example uses accuracy, the fraction of the images that are correctly classified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment