Using the “Valence Aware Dictionary and sEntiment Reasoner” on the IMDB Reviews Dataset for Rule-based Sentiment Analysis
read more
Sentiment Analysis in 10 Minutes with BERT and TensorFlow
Learn the basics of the pre-trained NLP model, BERT, and build a sentiment classifier using the IMDB movie reviews dataset, TensorFlow, and Hugging...
Predict Tomorrow’s Bitcoin (BTC) Price with Recurrent Neural Networks
Using Recurrent Neural Networks to Predict Next Days Cryptocurrency Prices with TensorFlow and Keras
Mastering Word Embeddings in 10 Minutes with TensorFlow
Covering the Basics of Word Embedding, One Hot Encoding, Text Vectorization, Embedding Layers, and an Example Neural Network Architecture for NLP
Mastering Word Embeddings in 10 Minutes with IMDB Reviews
Learn the Basics of Text Vectorization, Create a Word Embedding Model trained with a Neural Network on IMDB Reviews Dataset, and Visualize it with TensorBoard Embedding Projector
Mastering TensorFlow Tensors in 5 Easy Steps
Discover how the building blocks of TensorFlow works at the lower level and learn how to make the most of Tensor objects