Blog

Creating Virtual Environment in Python

Virtual Environment: is a resource that helps keep the dependencies provided by various projects apart by developing independent python virtual environments.

Sentiment Analysis - Methods and Pre-Trained Models Review

Sentiment Analysis It is the process of identifying and categorizing opinions expressed in a piece of text to determine whether the attitude of the writer towards a specific subject, product,...

Name Entity Recognition (NER) - Methods and Pre-Trained Models Review

Name Entity Recognition NER is extraction of named entities and their classification into predefined categories such as location, organization, name of a person, etc. The named entity is any real...

Email Marketing Automation - Using Google Scripts

What is Email Marketing Automation? Email marketing is the process of delivering a promotional letter, primarily by using email to a customer or group of customers.

Deployment Framework - Static Machine Learning Model

- Separate Training from the Server: Static model is trained offline. That is, we train the model exactly once and then use that trained model for a while.

Interpreting Topic Model Visualization - LDAvis Package

Topic Modelling is used to extract topics from a collection of documents.The topics are fundamentally a cluster of similar words. This help in the understanding of hidden semantic structure between...