Published inQuick CodeAlgorithm Design paradigms — Divide and ConquerOne of the most powerful and ubiquitous technique for solving complex problems is to break them down into smaller problems. Firstly, and…Oct 31, 2018Oct 31, 2018
Published inQuick CodeAdvanced Python made easy — 2In the previous article, we’ve gone through several useful features of python programming language in general. So, consider this just a…Oct 30, 2018Oct 30, 2018
Published inTDS ArchiveDemystifying Convolutional Neural NetworksBrief HistoryOct 24, 2018A response icon5Oct 24, 2018A response icon5
Published inTDS ArchiveTraining Deep Neural NetworksDeep Learning AccessoriesSep 11, 2018A response icon1Sep 11, 2018A response icon1
Published inQuick CodeAdvanced Python made easyPython is an object-orientated language that closely resembles the English language which makes it a great language to learn for beginners…Sep 6, 2018A response icon15Sep 6, 2018A response icon15
Published inTDS ArchiveDemystifying Optimizations for machine learningOptimization is the most essential ingredient in the recipe of machine learning algorithms. It starts with defining some kind of loss…Sep 5, 2018A response icon1Sep 5, 2018A response icon1
Published inTDS ArchiveCommon Loss functions in machine learningMachines learn by means of a loss function. It’s a method of evaluating how well specific algorithm models the given data. If predictions…Sep 2, 2018A response icon10Sep 2, 2018A response icon10
Published inTDS ArchiveDetection and Segmentation through ConvNetsThere are wide variety of applications of neural networks in the realm of computer vision. And with a bit of twist same tools and…Sep 2, 2018Sep 2, 2018
Published inDataDrivenInvestorWord vector representations — Word2VecNatural language processing (NLP) is a way for computers to understand, analyze and derive meaning from human language in a smart and…Aug 31, 2018Aug 31, 2018