Video Description
Getting started with Deep Learning seems overwhelming with so many options to choose from, so you might be wondering where to start, which tools to choose, and how to actually set them up? The good news is that you already have the key tool in front of you: your web browser with a powerful JavaScript engine inside it. And when you add the TensorFlow.js library to this combo, you can use Deep Learning methods via JavaScript in no time.
In this course, you will through the process of getting started with TensorFlow.js to detect emotions with a lot of different types of data. You will start by learning how to build a deep learning tool to judge whether a piece of text is positive or negative. Since you will want tangible results quickly, you will use a pre-trained model to do that and include it into your own web application. You will move on to learn how to detect human emotions based only on pictures and voices using pre-trained models as well. Towards the end, you will learn how to modify a pre-trained model to train the emotional detector from scratch using your own data.
By the end of this course you will know how to use Deep Learning models and train your own models from the ground up using JavaScript and the TensorFlow.js library.
The code bundle for this video course is available at - https://github.com/PacktPublishing/Deep-Learning-Projects-with-JavaScript
Style and Approach
This course will teach you how to use Deep Learning methods in JavaScript and how to apply them to your own website or web application.