Ever wondered how an app like Amazon, find products that you might be interested in buying? Or how does Netflix give you amazing recommendations that perfectly align with what you like? Well, the answer to both of these questions is simply, Machine Learning. In a world that is constantly looking for ways to reduce human … Continue reading What is Machine Learning?
Category: Artificial Intelligence
Baby Monitor Chrome Extension – Streaming from Raspberry PI using SignalR and Cognitive Vision Service
SignalR Streaming is a latest addition to SignalR library and it supports sending fragments of data to clients as soon as it becomes available instead of waiting for all the data to become available. In this article, we will build a small app for baby monitoring to stream camera content from Raspberry PI using SignalR streaming. This tool … Continue reading Baby Monitor Chrome Extension – Streaming from Raspberry PI using SignalR and Cognitive Vision Service
Machine Learning to prevent Future Disaster
Truly, Machine learning holds the potential to solve and predict the upcoming calamity with its predictive analysis. Not only this, but it can also assist the team by letting them know about the level of damage. Natural calamities are imminent like Cyclone, flood, storm, tsunami etc cannot be avoided by humans. However, there’s a belief … Continue reading Machine Learning to prevent Future Disaster
Demystifying QnAMaker FAQ Bots Supported Language Myth
Image Source: Internet + Editing. Original Image: https://blog.ch.atosconsulting.com/create-bot-faq-4-steps/ Introduction In this article, I will brief you about how QnA Maker knowledge base service deals with languages, how to verify the language associated with the service, and about the recommended way to develop FAQ Bot with multiple languages. Pre-requisite Knowledge about what QnA Maker service is. … Continue reading Demystifying QnAMaker FAQ Bots Supported Language Myth
ChatBot With Azure Authentication – Part One
BotApp | AuthenticationWebApp Highlights of the article series How to register an app with Azure Active Directory? How to get the access token using Azure Active Directory authentication? How to register a bot application with Azure Bot Service? How to user Bot State Service to save user conversation state data such as access token? Prerequisites … Continue reading ChatBot With Azure Authentication – Part One
Convert your sketch to HTML code with Sketch2Code: Microsoft AI
You can find all .Net core posts here. Yesterday I was going through different articles as usual and one site attracted my attention. It is a brand new AI project from Microsoft called Sketch2Code and it is absolutely free of cost. What is Sketch2Code? As the name suggests, it is a site which converts your sketch into … Continue reading Convert your sketch to HTML code with Sketch2Code: Microsoft AI
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
Create your first Bot using Visual Studio 2017: Step by step guide
By looking at how fast the companies adopting the Bots, it is really the best time for you to start learning Bot framework and start adopting Bots for your business. Some pain in the real world without the Bots: You have to read the whole FAQ to find some specific information for any website or … Continue reading Create your first Bot using Visual Studio 2017: Step by step guide
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