Artificial Neural Network – Activation Function

Viewer RatingYou must sign in to voteToday’s topic is Activation functions of ANN. Let me list out the most common activation functions. Sigmoid function . ReLU ( Rectified linear unit). Tanh Leaky ReLU. Let’s start the discussion with a simple example: If we try to predict house price then which function can we use? If … Read more

Machine Learning is Fun – Part 15 – Recommendation System

Viewer RatingYou must sign in to voteHello! I hope you enjoyed my last few articles on Machine learning. Today, I want to talk about a very interesting topic, that is recommendation system. There are a number of articles on this topic. But I do not want to re-explain any of these. My intention is to … Read more

Machine Learning is Fun – Part 14 – Bias/Variance

Viewer RatingYou must sign in to voteLet us try to explain today’s topic without delving into statistics. Consider that we are analysing height of men for a population of m number of dataset. Now, if we are Indian, we shall attempt to collect data from Indian men because it is the easiest way to collect. … Read more

Machine Learning is Fun – Part 13 – Decision Tree

Viewer RatingYou must sign in to voteHi Friends, Today I would like to discuss on the most popular classification and regression algorithm (better to say a set of algorithms) named Decision Tree. What is Decision tree? By the name suggested in the model, it is a tree-based structural model to identify or classify or predict … Read more

Machine Learning is Fun – Part 10 – K-Means Clustering

Viewer RatingYou must sign in to voteHello! I hope you are well and exploring lots of topics in Machine Learning (ML). To continue with my series of ML posts, today, I feel that I need to share a common unsupervised algorithm for a classification problem in ML. My favorite is K means clustering. K-Means: Let’s … Read more

What is Deep Learning?

Viewer RatingYou must sign in to voteDeep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning methods based on learning data representations, as opposed to task-specific algorithms. Learning can be supervised, semi-supervised or unsupervised. Deep learning architectures such as deep neural networks, deep belief networks … Read more

Machine Learning is Fun – Part 9 – Logistic Regression

Viewer RatingYou must sign in to voteHi Friends, Let’s get back to technical things again. In my last topic, I have explained the concept of linear regression. Today, I am going to explain what is logistic regression. Let’s start with an example: suppose, you want to predict a diagnostic test for cancer. Now, you have … Read more