Fixed grammar in comment

This commit is contained in:
Davis King 2013-08-08 18:13:22 -04:00
parent 1dd9888bae
commit cf8774b3c3
1 changed files with 1 additions and 1 deletions

View File

@ -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