You have no idea What’s Coming

‘Be prepared’ something worse is coming. Unfortunately, most governments to most people, from China to the US, have ignored this and their people are suffering the tremendous onslaught of the Coronavirus. Most of the countries from Europe to US, India to china are in state of quarantine because of this Coronavirus outbreak. It is timeContinue reading “You have no idea What’s Coming”

Topic Modelling – Part I

Topic Modelling is an unsupervised Machine Learning Technique used for identifying multiple topics in text or you can say identifying abstract or “topics” that are talked in multiple documents. Let us say I Phone or Galaxy Note series have launched newer version of Phone and they want to understand about the the features which customersContinue reading “Topic Modelling – Part I”

How to Use PySpark with Jupyter Notebook in Remote Environment

Apache Spark is a most common for Big Data people. In a few words, Spark is a fast and powerful framework that provides an API to perform massive distributed processing over resilient sets of data. Jupyter Notebook is a popular application that enables you to edit, run and share Python code into a web view. You canContinue reading “How to Use PySpark with Jupyter Notebook in Remote Environment”

Google AutoML

Automated Machine Learning Model Automated Machine Learning Model is the process of applying automated process for Machine Learning Model.It generally cover the automated approach from Raw Data set to deployable Machine Learning Model including Data Preprocess steps, Model Building, Model Ewvaluation, Model Training and Testing etc. This approaches are great in reducing full development lifeContinue reading “Google AutoML”

Chat Bot Challenges(Azure Services)

Chat Bots, Recommendation Engine etc. have become popular in large number of business domains such as Finance, Banking, Tour & Travel etc. Companies are building chatbots for booking hotel, movies, suggestion etc., customer support, enquiring bus flights, tax saving advice, stock advice etc and many more. They are required in such a large number becauseContinue reading “Chat Bot Challenges(Azure Services)”

Tokenisation

As we are in fourth blog of this Lexical Processing series. Please watch the first three video as we will be considering a Spam/Ham detector model by end of this module which will use all the algorithms that we are considering one by one. https://kite4sky.wordpress.com/2019/09/16/introduction-to-nlp/ , https://kite4sky.wordpress.com/2019/09/18/lexical-processing-part-i/ , https://kite4sky.wordpress.com/2019/09/24/lexical-processing-part-ii/ In the spam detector model, whichContinue reading “Tokenisation”

Lexical Processing Part II

So in the current part of Lexical Processing we will first focus on Word Frequency and Stop words and then we will have some practical demonstration. While working with any kind of data whether it is structured or unstructured data we should have proper understanding of data , and thus we have to do someContinue reading “Lexical Processing Part II”

Lexical Processing Part I

So As discussed in our last post we will be focusing on Lexical Processing. It generally mean extracting the raw text, identifying and analyzing the structure of words. Lexical analysis is extracting the whole document to sentence, sentence to words or we can simply term as breaking whole chunk of words in tokens or smallerContinue reading “Lexical Processing Part I”

Introduction To NLP

Natural Language Processing What is and why text Analytics required ? NLP is a technology that allows machine to understand human language or unstructured data in form of text. As human we all can understand the tenses(past, present, future etc.), we can understand the meaning of sentence(making a clear differentiation between words when they areContinue reading “Introduction To NLP”