Browsing Category
Deep Learning
33 posts
Why Everyone In The Business World Chasing Lean Development?
The chase of perfection in the business world is never ending and on the contrary, it’s even taking…
Alert! Hackers are Using Google Search Engine to Transparency your Life
Google Search Engine Is Hackers Next Favorite Tool Well, there isn't any doubt that Google Search Engine is…
Effects of hyperparameters on mlp’s
This week I was doing some simple experiments with MLP, trying out different architecture and on different learning…
Confidence Interval
What is Confidence interval ? "Confidence intervals tells about the certainty of estimations by providing bounds around it."
Feature selection
"How good your machine learning model predict depends upon what data you use to train it." If the…
Introduction to batch normalization
The goal of this article is to answer three simple question, What is batch normalization ? Why we…
Setting up your environment
Setting up environment can sometime be a difficult process, and choosing between different can be confusing. So in…
Importance of randomness in machine learning
Random numbers are very important part of machine learning, they are the staring point for the predicting output…
Introduction to Hypothesis testing
Hypothesis testing is probably the most confusing topic in whole of statistics, even experienced machine learning engineers suffers…
Weight Initialization in neural network
Weight initialization is one of the major factors that directly affects the convergence of the model i.e how…