Implementations

Linear Regression - Python

Dec 08, 2019 by Rutvik

In this article, I will be providing the implementation of Linear Regression both, self-implemented as well as using a pre-built library. The language of usage will be Python and we will be using Scikit Learn as our library.

Continue Reading

Face Recognition using Siamese Network and Triplet Loss

Oct 11, 2020 by Rutvik

Normally, when we train any Machine Learning algorithm, we require lots of similar type of data for the algorithm to train. But, this approach is not effective for tasks like face recognition. Face Recognition aims not only to detect a human face in a given image, but also to recognize whose face it is in the image. But to train such an algorithm in the traditional approach, we will require tens, if not hundreds of images of each person as a different class and train the algorithm to learn to classify the faces. This is not practical as one might not be able to get so many images of a single person. In this article, we imply One Shot Approach for image recognition. This approach enables us to recognize faces using a single image for each person.

Continue Reading

SO WHAT DO YOU THINK ?

Did you find the articles interesting?
Please share your thoughts with me

Contact Me