First look of ML.NET: Microsoft Machine Learning framework for .Net

Finally a Nuget package for Machine learning I always wanted to have a Nuget package which can be plugged with a .Net application by which we can create Machine learning applications. Microsoft has announced the Open source and Cross-platform Machine learning framework ML.NET ML.NET first version ML.NET is just a baby yet but it has … Continue reading First look of ML.NET: Microsoft Machine Learning framework for .Net

Naive Bayes in sentiment analysis: Machine Learning Questions & Answers Part – IV

This is the fourth post on Machine Learning Questions and Answers series. Look here for previous posts. In this post, we will see some questions related to Naive Bayes Algorithm. What is Naive Bayes Algorithm? Answer - One liner for Naive Bayes Algorithm: Assuming all the feature are independent and are equally important and predicting the things based on … Continue reading Naive Bayes in sentiment analysis: Machine Learning Questions & Answers Part – IV

How to Choose ML Algorithm: Machine Learning Questions & Answers Part – III

This is the third post on Machine Learning Questions and Answers series. Look here for previous posts. The fundamental requirement to start any Machine Learning project is to identify which algorithm we should apply for the business problem on which we are starting the Machine Learning project. For that, you must have the ability to pick … Continue reading How to Choose ML Algorithm: Machine Learning Questions & Answers Part – III

Overfitting in Machine Learning: Machine Learning Questions & Answers Part – II

I have started the series of Machine Learning Questions and Answers, you can find the first post here. Let us see some more questions and answers. What is OverFitting in Machine Learning? OR Is OverFitting good or bad in Machine Learning? Answer -  Overfitting is not good for Machine learning projects. As the name suggests, … Continue reading Overfitting in Machine Learning: Machine Learning Questions & Answers Part – II

Classification and Clustering : Machine Learning Questions & Answers Part – I

I have recently started posting related to Machine Learning and I got some very positive feedback from people because they are liking the way I explain Machine Learning related topics in simple words. As per the demand, I am starting the series of Machine Learning Questions and Answers. I will keep on posting the questions … Continue reading Classification and Clustering : Machine Learning Questions & Answers Part – I

Linear Regression in simple words: Machine Learning Algorithm part I

I have written a post in which I explained Machine Learning in simple words. You can find the post here. Heart of the Machine Learning is the bunch of Algorithms. Algorithm plays very important role in creating the models. Nowadays different languages like Python, R and different tools like Azure, AWS has made our life so … Continue reading Linear Regression in simple words: Machine Learning Algorithm part I

First look of Azure Machine Learning : Azure Machine Learning part II

In my last post, I have explained very basic information for Machine learning and I also explained the development life cycle for a Machine learning project. In this post, I will explain some frequent issues during the Machine Learning development and how you can overcome using Azure Machine Learning along with some basic Data cleansing … Continue reading First look of Azure Machine Learning : Azure Machine Learning part II

Machine Learning in simple words: Azure Machine Learning part I

Nowadays Machine learning is a very hot topic, everyone is talking about Machine learning and discussing how it can be useful in their business or in his or her career. Machine Learning in simple words Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based … Continue reading Machine Learning in simple words: Azure Machine Learning part I