Integrating Microsoft LUIS into the Bot Framework
In our previous post, we went over what Microsoft’s LUIS, or Language Understanding, is and showed how to create a new LUIS app as well as calling it using the […]
Using the Cognitive Services Text Analytics API: Sentiment Analysis
In our previous post, we feed Twitter data to the Text Analytics API which was able to detect the language of each tweet. We will expand upon our previous work […]
Building Language Intelligent Apps with Microsoft’s LUIS
To aid in building applications that have better natural language understanding, Microsoft came out with LUIS or Language Understanding Intelligent Services. LUIS can be used for understanding speech for the […]
Pre-processing Text Data with NLTK and Azure Machine Learning
Data comes in all forms. Lately, we’ve been going over mostly numerical and categorical data. Even though the categorical data contains words, we transform it into numerical data for our […]
Using the Cognitive Services Text Analytics API: Detecting Languages
Microsoft has a lot of fascinating APIs available to build intelligent applications with using their Cognitive Services. Among those services is the Text Analytics API. This API offers a wide […]
Beginning Statistics for Data Science: Analyzing Data
In our last post we discussed different types your data can have. Now let’s focus on how to analyze on those types of data. Python code will be used to […]
Getting Quick Insights on Sales Data with PowerBI
To finish off getting insights from a sales data set, we’re going to look at using Microsoft’s PowerBI. PowerBI is a very helpful tool for looking at our data through […]
Beginning Statistics for Data Science: Types of Data
Statistics is becoming a must learn topic for anyone looking to get into data science. Look at any data scientist job posting, and you will be hard-pressed to find a […]
Creating Web Apps for Your Machine Learning Models with Dash
In the last post, we created APIs for our machine learning models so they could be deployed and clients could invoke them. However, what if you just wanted a simple […]