In Machine Learning, we always want to get insights into data: like getting familiar with the training samples or better understanding the label distribution. To do that, we visualize the data in many ...
Search Results for: c
Geometry of Image Formation
In this post, we will explain the image formation from a geometrical point of view. Specifically, we will cover the math behind how a point in 3D gets projected on the image plane. This post ...
Fast Image Downloader for Open Images V4
Last year, Google released a publicly available dataset called Open Images V4 which contains 15.4M annotated bounding boxes for over 600 object categories. It has 1.9M images and is largest among all ...
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 American photographer -- “Taking pictures is like ...
Understanding AlexNet
Billionaire investor and entrepreneur Peter Thiel's favorite contrarian questions is What important truth do very few people agree with you on? If you had asked this question to Prof. Geoffrey ...
Implementing an MLP in TensorFlow & Keras
In this post, we will introduce several new concepts associated with the general problem of classification involving more than two classes. This is sometimes referred to as multinomial regression or ...