Measuring Performance of Classification using Confusion Matrix

In this post on Measuring Performance of Classification using Confusion Matrix, I will explain what is a confusion matrix and how to use it with a Machine Learning classifier. Machine Learning offers a number of algorithms for classification and prediction. However, each algorithm performs differently. Hence, we must have some kind of performance measures to evaluate the …

Artificial Neural Network (ANN) Model using Scikit-Learn

In this post on Artificial Neural Network (ANN) Model using Scikit-Learn, I will demonstrate how to use the scikit-learn library of python to build an Artificial Neural Network. Before proceeding further, let us first discuss what is an Artificial Neural Network. Artificial Neural Network (ANN) Basically, an Artificial Neural Network (ANN) has comprises of an input …