Popular Blogs

Installation Guide for TensorFlow on macOS Mojave 10.14.1 for your DeepLearning w/ Java, C, and Go

This installation particularly focuses on macOS High Sierra version 10.13.4. It’s likely that the installation may work on previous version of macOS High Sierra. However, addressing the issues related to previous versions is not considered in this topic.  There are several options to install TensorFlow on macOS. Docker Native Pip Virtual Python environment Installation of TensorFlow with Anaconda Installation of TensorFlow for JDK Installation of Tensor...

Read more

3 Ways to Apply Latent Semantic Analysis on Large-Corpus Text on macOS Terminal, JupyterLab, and Colab

Latent semantic analysis works on large-scale datasets to generate representations to discover the insights through natural language processing. There are different approaches to perform the latent semantic analysis at multiple levels such as document level, phrase level, and sentence level. Primarily semantic analysis can be summarized into lexical semantics and the study of combining individual words into paragraphs or sentences. The lexical semantics classifies and decompo...

Read more

AI Trained to Perform Sentiment Analysis on Amazon Electronics Reviews in JupyterLab

The recent advancements in natural language processing over last few decades allowed a significant number of enterprises to leverage the potential of sentiment analysis by training artificial intelligence through deep learning and machine learning algorithms to teach the machine and perform particular operations similar to what humans apply through cognitive abilities. Though, the machines cannot comprehend, perceive, and process the scenarios through life-like experience, ad...

Read more

Building SMS SPAM Detector and Generating a WordCloud with Kaggle Dataset in JupyterLab

Background problem At least 97% of American use text messages over mobile phones every day. In 2016, according to the research conducted by Portio research, 8.3 trillion messages exchanged over the mobile phones. The rising flood of big data shows an exchange of 23 billion messages per day and 16 million messages per minute. There are around 6.4 billion mobile subscribers around the world by the end of 2012. According to Portio Research, there will be a CAGR growth of 4.8% o...

Read more

Building Email SPAM Detector with Naïve Bayes and AdaBoost Machine Learning Classifiers in JupyterLab

Natural language processing is a sub-branch of artificial intelligence. Building a machine or a tool to process the data through natural language processing requires mathematics, statistics, algorithms, and Python programming. Advanced techniques such as Word2Vec can convert words into vectors which makes it easier to process the text through mathematics and deep learning algorithms. Python language can handle the language humans speak, write, and understand. Before we begin ...

Read more