Artificial Intelligence & Data Science
Star icon
Most Popular
Hands on Training icon
Hands On Training
Star icon
Hands on Training icon

Sentiment Analysis with Recurrent Neural Networks in TensorFlow

Course Cover
compare button icon

Course Features

icon

Duration

174 minutes

icon

Delivery Method

Online

icon

Available on

Downloadable Courses

icon

Accessibility

Mobile, Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Intermediate

icon

Teaching Type

Self Paced

icon

Video Content

174 minutes

Course Description

Machine learning can solve common problems such as sentiment analysis and natural language processing. Deep learning techniques like neural networks are required to provide accurate and reliable answers to questions, without having to trawl through reviews. This course, Sentiment Analysis using Recurrent Neural networks in TensorFlow will teach you how to use recurrent neural network (RNNs), to classify movie reviews based upon sentiment. You'll first learn how to generate word embeddings with the skip-gram method of the word2vec modeling, and how this neural network can optimize using a special loss function called the noise contrastive estimator. Next, we'll discuss RNNs, how to implement one to classify movie reviews and compare the implementation of the neural network with the Naive Bayes algorithm, a standard machine-learning model. You'll also learn how to use pre-built word embeddings to implement the same RNN. This course will teach you how to use word embeddings to create numeric representations from text.

Course Overview

projects-img

International Faculty

projects-img

Post Course Interactions

projects-img

Instructor-Moderated Discussions

projects-img

Case Studies, Captstone Projects

Skills You Will Gain

What You Will Learn

By the end of this course, you'll be able to understand and implement word embedding algorithms to generate numeric representations of text, and know how to build a basic classification model with RNNs using these word embeddings

Finally, you'll learn how to implement the same RNN but with pre-built word embeddings

First, you'll discover how to generate word embeddings using the skip-gram method in the word2vec model, and see how this neural network can be optimized by using a special loss function, the noise contrastive estimator

Having accurate and good answers to questions without trudging through reviews requires the application of deep learning techniques such as neural networks

In this course, Sentiment Analysis with Recurrent Neural Networks in TensorFlow, you'll learn how to utilize recurrent neural networks (RNNs) to classify movie reviews based on sentiment

Learning techniques

Next, you'll delve into understanding RNNs and how to implement an RNN to classify movie reviews, and compare and contrast the neural network implementation with a standard machine learning model, the Naive Bayes algorithm

Course Cover