Recent posts

Tensorflow Nuggets

August 15, 2021

4 minute read

Nuggets of information to deal with Deep learning problems.

CNN Filter Visualization

October 07, 2020

9 minute read

Convolutional neural network learn simple features in the initial layers and it starts to learn more abstract features in the higher convolutional layers. Th...

Clustering Analysis

September 09, 2020

8 minute read

Clustering is an unsupervised learning problem , its aim is to identify or discover interesting patterns from the data.This aim of this tutorial is to apply ...

CenterNet Object Detection

July 28, 2020

12 minute read

CenterNet is a Deep learning based object detection model ,which detects each object as a triplet (pair of corners(top left and bottom right) and a center ke...

Word Embeddings

March 12, 2020

6 minute read

Word embedding is the collective name for a set of language modeling and feature learning techniques in natural language processing where words or phrases fr...