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

Supervised vs Unsupervised vs Reinforcement

The amount of data generated in the world today is very huge. This data is generated not only by humans but also by smartphones, computers and other devices. Based on…

Sandeep Kumar

Understand Machine Learning with Examples

Introduction Ever since computers have been created, we are progressively trying to make them advanced and powerful. From the room-sized machines to the gadgets in our pockets, And are now…

Sandeep Kumar

Building Facebook Messenger Bot on Localhost

This tutorial is a step-by-step guide to create a simple Facebook Messenger bot using node.js on the localhost. For testing the bot, No need to upload on a cloud server.…

Sandeep Kumar

How to Host Node.js App on Heroku

This tutorial will guide you step-by-step to create a node.js app on localhost and then deploy it on Heroku and test on live URL SETUP GITHUB REPOSITORY First, create a…

Sandeep Kumar

Creating API Service Using Node.js

This guide to walk through you to create API service using node.js from scratch. Node.js is a developer choice for creating APIs for mobile or web applications. I'd recommend that…

Sandeep Kumar

What does Mean Stack Mean

In Node.js development, The Mean Stack is a popular term. This Guide describes what does it means and how they work together. "Mean" word stands for MongoDB, Express, AngularJS, and…

Sandeep Kumar

Creating a Local Web Server using Node.js

In this guide, we're going to create our own web server using Node.js which can respond back to an HTTP request. Node.js is popular because you can write both server-side…

Sandeep Kumar