Published inGeek CultureBuilding a Visual Similarity based Recommendation System using PythonA Comprehensive guide to Perform Image-based Recommendation from scratchApr 15, 2021Apr 15, 2021
Published inTowards Data ScienceRecommending news articles based on already read articlesContent based recommendation in Python from scratchJan 21, 20201Jan 21, 20201
Published inTowards Data ScienceWhy Probability distribution is must in DS/ML —As the name suggests probability distribution is the distribution of total probability across all the possible outcomes of a random…Jan 2, 20203Jan 2, 20203
Published inTowards Data ScienceFeature selection using Wrapper methods in PythonIn today’s era of Big data and IoT, we are easily loaded with rich datasets having extremely high dimensions. In order to perform any…Oct 4, 20191Oct 4, 20191
Published inTowards Data ScienceAnalyzing different types of activation functions in neural networks — which one to prefer?While building a neural network, one of the mandatory choices we need to make is which activation function to use. In fact, it is an…May 7, 20191May 7, 20191
Published inTowards Data ScienceWhy better weight initialization is important in neural networks?At the beginning of my deep learning journey, I always underrated weight initialization. I believed weights should be initialized to…May 7, 2019May 7, 2019
Published inTowards Data ScienceWhy Gradient descent isn’t enough: A comprehensive introduction to optimization algorithms in…The goal of neural networks is to minimize the loss, for producing better and accurate results. In order to minimize the loss, we need to…May 7, 20193May 7, 20193
Published inTowards Data ScienceForward propagation in neural networks — Simplified math and code versionAs we all know from the last one-decade deep learning has become one of the most widely accepted emerging technology. This is due to its…May 7, 20194May 7, 20194
Published inTowards Data ScienceDealing with Apply functions in RIterative control structures (loops like for, while, repeat etc.) allow repetition of instructions for several numbers of times. However…Mar 27, 2019Mar 27, 2019
Published inTowards Data ScienceSimulating(Replicating) R regression plot in Python using sklearnWhen it comes to data science and machine learning workloads, R and Python are the most popular and powerful languages. Python is often…Feb 22, 20191Feb 22, 20191