Reading through the article will reveal that Synapse Analytics is set to be the new end to end analytics solution in Microsoft Azure. Having said that, in this article, we will dive into it hands-on. Let’s take a first look at Synapse Analytics. Accordingly, we will see how to load data into the Synapse. Step1: … Continue reading A First Look At Azure Synapse Analytics
Category: Azure Machine Learning
The first look of Microsoft Azure Mobile App with a step by step guide: Part I
Introduction In this article, we will explore the Microsoft Azure Mobile app for Android users, its features, capabilities, and how we, as a user, can make use of this app. Prerequisites Microsoft Azure Subscription – Sign up for Azure Free account Android enabled mobile handset. Overview Microsoft has introduced Azure Mobile App for Android and iPhone Azure subscribers to … Continue reading The first look of Microsoft Azure Mobile App with a step by step guide: Part I
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
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
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