Commit f3fc8199 authored by Davis King's avatar Davis King

fixed grammar

parent 4d121e7e
...@@ -534,7 +534,7 @@ namespace dlib ...@@ -534,7 +534,7 @@ namespace dlib
This object implements the loss layer interface defined above by This object implements the loss layer interface defined above by
EXAMPLE_LOSS_LAYER_. In particular, it allows you to learn to map objects EXAMPLE_LOSS_LAYER_. In particular, it allows you to learn to map objects
into a vector space where objects sharing the same class label are close to into a vector space where objects sharing the same class label are close to
each other while objects with different labels are far apart. each other, while objects with different labels are far apart.
To be specific, it optimizes the following loss function which considers To be specific, it optimizes the following loss function which considers
all pairs of objects in a mini-batch and computes a different loss depending all pairs of objects in a mini-batch and computes a different loss depending
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment