Setup Kaggle Notebook for Ml Experiments

This hands-on guide will teach you to use the Kaggle Platform to start your own machine learning experiments. Kaggle.com is an online community of data scientists and machine learning practitioners…

Sandeep Kumar

Basics of K-Nearest Neighbor Algorithm

K-NN or K-Nearest Neighbor works on the simple principle- "Birds of the same feather flock together.” K-NN is a Supervised Machine Learning Algorithm. It solves both Regression and Classification problems.…

Sandeep Kumar

SVM: Difference between Linear and Non-Linear Models

What are Support Vector Machines? SVM is a Supervised Machine Learning Algorithm which solves both the Regression problems and Classification problems. SVM finds a hyperplane that segregates the labeled dataset(Supervised…

Sandeep Kumar

Understanding TensorFlow Architecture

This Guide gives you an overview of TensorFlow architecture which helps you in TensorFlow programming and think of what's going on under the hood. You must have a solid understanding…

Sandeep Kumar

Consume Azure Trained Model in Real-Time

A well-trained machine learning model can make a web or mobile app smart enough to predict future actions and deliver content as per user interest. It can show what a…

Sandeep Kumar

Linear Regression vs Logistic Regression – Key Difference

Both the Machine Learning Algorithms Linear Regression and Logistic Regression comes under the Supervised Machine Learning Technique. Since both the algorithms are of Supervised nature, therefore they use labeled dataset.…

Sandeep Kumar

Building Machine Learning Models in Microsoft Azure

This hands-on guide explains how to build a machine learning model using a drag-n-drop interface in Microsoft azure ml studio. Azure Ml is a very intuitive tool to run ml…

Sandeep Kumar

Supervised Machine Learning Algorithms You Should Know

Introduction Imagine yourself as a first standard student sitting in a classroom wherein your teacher is supervising you, for instance, “this is a dog and this is a cat”. Similarly,…

Sandeep Kumar

Saving Intent Parameters from Dialogflow to CSV

In this tutorial, let's build a small inquiry chatbot in Dialogflow to ask the user's information and save it into a CSV file. Once you understand this tutorial, you will…

Sandeep Kumar

How to Get Dialogflow API Credentials

This post is a step-by-step guide to get Dialogflow API credentials for setting up authentication to send query messages and retrieve intents information using HTTP requests. Step 1 - Google…

Sandeep Kumar