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
cf8774b3
Commit
cf8774b3
authored
Aug 08, 2013
by
Davis King
Browse files
Fixed grammar in comment
parent
1dd9888b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python_examples/svm_struct.py
python_examples/svm_struct.py
+1
-1
No files found.
python_examples/svm_struct.py
View file @
cf8774b3
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# structural SVM model for your machine learning problems. To illustrate the process, we
# structural SVM model for your machine learning problems. To illustrate the process, we
# use dlib's structural SVM solver to learn the parameters of a simple multi-class
# use dlib's structural SVM solver to learn the parameters of a simple multi-class
# classifier. We first discuss the multi-class classifier model and then walk through
# classifier. We first discuss the multi-class classifier model and then walk through
# using the structural
svm
tools to find the parameters of this classification model.
# using the structural
SVM
tools to find the parameters of this classification model.
#
#
# COMPILING THE DLIB PYTHON INTERFACE
# COMPILING THE DLIB PYTHON INTERFACE
# Dlib comes with a compiled python interface for python 2.7 on MS Windows. If
# Dlib comes with a compiled python interface for python 2.7 on MS Windows. If
...
...
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