Sort By
Most Recent
8 Articles
We use sentiment analysis to gain insights into a target audience’s feelings about a particular topic. Here are the basics of sentiment analysis types and techniques.
In the Turing Test, a computer and human are asked questions to determine which is human. The computer passes if it is indistinguishable from the human. Here’s how the test works, a brief history, variations, limitations and how it’s used today.
A hypervisor is software that allocates a computer’s hardware resources among virtual machines (VMs), allowing multiple VMs to run simultaneously on a single physical machine. Here's how they work, their types, benefits and risks.
A virtual machine is like having a computer inside your computer. Here’s how to create your own Linux VM.
Variance is a measurement of how far values in a data set differ from the mean. Here’s how to calculate variance by hand or in Python.
Want to practice NLP? Here’s how to use Python to start collecting text through APIs and web scraping.
Explore concrete ways to apply preprocessing, tokenization, vectorization and feature engineering on text data with these 3 projects.
Word2vec is a natural language processing (NLP) technique used to represent words as vectors, where vectors close together in the vector space indicate they have similar contexts. Here's how to vectorize text using word2vec, Gensim and Plotly.