.. _PY_Table-Of-Content-ML:

Machine Learning
********************

*  :ref:`KNN`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |ML_KNN|    Learn to use kNN for classification
              Plus learn about handwritten digit recognition using kNN
  =========== ===================================================================

  .. |ML_KNN| image:: images/knnicon.png
                 :height: 90pt
                 :width:  90pt


*  :ref:`SVM`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |ML_SVM|    Understand concepts of SVM
  =========== ===================================================================

  .. |ML_SVM| image:: images/svmicon.png
                 :height: 90pt
                 :width:  90pt

*  :ref:`KMeans_Clustering`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |ML_KM|     Learn to use K-Means Clustering to group data to a number of clusters.
              Plus learn to do color quantization using K-Means Clustering
  =========== ===================================================================

  .. |ML_KM| image:: images/kmeansicon.jpg
                 :height: 90pt
                 :width:  90pt


.. raw:: latex

   \pagebreak

.. We use a custom table of content format and as the table of content only informs Sphinx about the hierarchy of the files, no need to show it.
.. toctree::
   :hidden:

   ../py_knn/py_knn_index
   ../py_svm/py_svm_index
   ../py_kmeans/py_kmeans_index
