A Tip A Day – Python Tip #8: Why should we Normalize image pixel values or divide by 255?
In our previous post A Tip A Day – Python Tip #7: OpenCV – CV2: imread() and resize(), we have explored a simple image and its pixel values. Why divide image by 255? The pixel values can range from 0…
A Tip A Day – Python Tip #7: OpenCV – CV2: imread() and resize()
Deep Learning – Classification Example
Artificial Neural Network Explained with an Regression Example
How Neurons work? and How Artificial Neuron mimics neurons of human brain?
Artificial Intelligence – A brief Introduction and history of Deep Learning
A Tip A Day – Python Tip #6 – Pandas Merge
Pandas concat & append works like an array concatenation either column wise or row wise. But Merge & Join works similar to Database table joins. Lets see Merge in this article and learn about Join in next post! So, Merge…
Inferential Statistics – Hypothesis Testing Part #1
In Inferential Statistics, there are ways to test and validate our results from an experiment. These methods are called Hypothesis Testing and it can be categorized into two parts. Parametric Testing: This type of tests make assumptions about the Population parameters…
Inferential Statistics – Hypothesis
What is a Hypothesis Testing? The hypothesis is an assumption which is tested to determine whether the assumption is true or not. Hypothesis Testing is a process of testing the assumption. When we do the interpretation, we use statistical methods that provide a…