Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f3fc8199
Commit
f3fc8199
authored
Dec 17, 2016
by
Davis King
Browse files
fixed grammar
parent
4d121e7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/dnn/loss_abstract.h
dlib/dnn/loss_abstract.h
+1
-1
No files found.
dlib/dnn/loss_abstract.h
View file @
f3fc8199
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment