Tensorflow Nuggets
Nuggets of information to deal with Deep learning problems.
Nuggets of information to deal with Deep learning problems.
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 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 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 embedding is the collective name for a set of language modeling and feature learning techniques in natural language processing where words or phrases fr...