This post explains the implementation of Support Vector Machines (SVMs) using Scikit-Learn library in Python. We had discussed the math-less details ...
GOTURN : Deep Learning based Object Tracking
In this post, we will learn about a Deep Learning based object tracking algorithm called GOTURN. The original implementation of GOTURN is in Caffe, ...
Support Vector Machines (SVM)
Ideas in Machine Learning have a "winner takes all" quality. When an idea takes off, it dominates the field so completely that one tends to believe it ...
Image Quality Assessment : BRISQUE
Photography is the favorite hobby of millions of people around the world. After all, how difficult can it be! In the words of Diane Arbus, a famous ...
Face Reconstruction using EigenFaces (C++/Python)
In this post, we will learn how to reconstruct a face using EigenFaces. This post is written for beginners. If you don't know about Principal ...