Machine learning
Sentiment analysis or opinion mining is the identification of subjective information from text. This tutorial will show how to do sentiment analysis on Twitter feeds using the naive Read More
Machine learning
Logistic regression is a supervised learning algorithm used to classify input data into a categories. If we have two possible categories, then we are using binary or binomial Read More
Machine learning
Linear regression is one of the simplest supervised learning technique. It is a method for modelling the relationship between one or more input variables X and one output Read More
Computer vision
An interesting usage of the classification algorithms is object detection in live images. In this tutorial we will demonstrate how to detect a simple object using the open Read More