Commit b22f88c3 authored by Davis King's avatar Davis King

Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403542
parent 7d85e87d
...@@ -141,7 +141,7 @@ int main() ...@@ -141,7 +141,7 @@ int main()
// Now that we have some data we want to train on it. However, there are two parameters to the // Now that we have some data we want to train on it. However, there are two parameters to the
// training. These are the nu and gamma parameters. Our choice for these parameters will // training. These are the nu and gamma parameters. Our choice for these parameters will
// influence how good the resulting decision function is. To test how good a particular choice // influence how good the resulting decision function is. To test how good a particular choice
// of these parameters are we can use the cross_validate_trainer() function to perform n-fold cross // of these parameters is we can use the cross_validate_trainer() function to perform n-fold cross
// validation on our training data. However, there is a problem with the way we have sampled // validation on our training data. However, there is a problem with the way we have sampled
// our distribution above. The problem is that there is a definite ordering to the samples. // our distribution above. The problem is that there is a definite ordering to the samples.
// That is, the first half of the samples look like they are from a different distribution // That is, the first half of the samples look like they are from a different distribution
......
...@@ -87,7 +87,7 @@ int main() ...@@ -87,7 +87,7 @@ int main()
// Now that we have some data we want to train on it. However, there is a parameter to the // Now that we have some data we want to train on it. However, there is a parameter to the
// training. This is the gamma parameter of the RBF kernel. Our choice for this parameter will // training. This is the gamma parameter of the RBF kernel. Our choice for this parameter will
// influence how good the resulting decision function is. To test how good a particular choice of // influence how good the resulting decision function is. To test how good a particular choice of
// kernel parameters are we can use the cross_validate_trainer() function to perform n-fold cross // kernel parameters is we can use the cross_validate_trainer() function to perform n-fold cross
// validation on our training data. However, there is a problem with the way we have sampled // validation on our training data. However, there is a problem with the way we have sampled
// our distribution. The problem is that there is a definite ordering to the samples. // our distribution. The problem is that there is a definite ordering to the samples.
// That is, the first half of the samples look like they are from a different distribution // That is, the first half of the samples look like they are from a different distribution
......
...@@ -85,7 +85,7 @@ int main() ...@@ -85,7 +85,7 @@ int main()
// Now that we have some data we want to train on it. However, there are two parameters to the // Now that we have some data we want to train on it. However, there are two parameters to the
// training. These are the nu and gamma parameters. Our choice for these parameters will // training. These are the nu and gamma parameters. Our choice for these parameters will
// influence how good the resulting decision function is. To test how good a particular choice // influence how good the resulting decision function is. To test how good a particular choice
// of these parameters are we can use the cross_validate_trainer() function to perform n-fold cross // of these parameters is we can use the cross_validate_trainer() function to perform n-fold cross
// validation on our training data. However, there is a problem with the way we have sampled // validation on our training data. However, there is a problem with the way we have sampled
// our distribution above. The problem is that there is a definite ordering to the samples. // our distribution above. The problem is that there is a definite ordering to the samples.
// That is, the first half of the samples look like they are from a different distribution // That is, the first half of the samples look like they are from a different distribution
......
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