Instructional Video7:04
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050

Higher Ed
Here, we will focus on our local storage. When we create tasks in our TaskMate, we need to provide the app a local storage to store the tasks that we create.
Instructional Video10:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038

Higher Ed
In this lecture, you will learn how to create a custom hook, which are functions that perform a task or fetches the information. You will learn to create a custom hook and call that hook in the code whenever we need information.
Instructional Video3:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Controlled Inputs / 027

Higher Ed
In this lecture, you will learn to create a button on our app that will allow us to control the input by resetting the input value in the task name field.
Instructional Video12:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - State Introduction: useState / 010

Higher Ed
In this video, we will explore further about a state and then understand in detail the useState, a React hook that lets you add a state variable to a component.
Instructional Video10:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Why We Need States? / 009

Higher Ed
In this lesson, you will learn about a state, the current value of a variable, which can constantly change, increase or decrease based on the function called. The state defines how a variable behaves at any given point.
Instructional Video12:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create React App

Higher Ed
This lecture demonstrates how to create a React application. We will understand the version and documentation to be used for our learning. We will create the package for our projects, which we will use throughout the course for training.
Instructional Video10:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Resources (Important)

Higher Ed
In this video, you will learn about the resources used in this course and the multiple tools and code files we will use. The instructor explains everything about the code/resources in detail.
Instructional Video8:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title

Higher Ed
In this video, we will learn how to create a dynamic page title using a hook "useTitle.js" and place code to update our title as and when required.
Instructional Video3:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - WriteNode Demo / 159

Higher Ed
This demonstration video of another project called WriteNode, uses Firebase, React router DOM, to create the application. We will also understand about Skeleton.
Instructional Video7:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261

Higher Ed
This guide explains how to use the set, add, or update individual documents in Cloud Firestore. If you want to write data in bulk, see transactions.
Instructional Video6:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258

Higher Ed
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.
Instructional Video5:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Update Environment Variables / 145

Higher Ed
Let's discuss the arithmetic operators available in JavaScript to perform operations on constants and variables and look at the different operators available in JavaScript.
Instructional Video2:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Undefined Value Warning / 131

Higher Ed
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
Instructional Video11:16
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Adam Optimization (Part 2)

Higher Ed
In this video, we will understand more about Adam optimization. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive...
Instructional Video13:20
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Adam Optimization (Part 1)

Higher Ed
In this video, we will talk about Adam optimization, get introduced to Adam, and understand its basics. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video7:57
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Gradient Descent

Higher Ed
In this video, we will get introduced to gradient descent. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive...
Instructional Video6:04
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Binary Cross Entropy

Higher Ed
In this video, you will learn about binary cross entropy, which is the correct loss function to use for binary classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural...
Instructional Video9:18
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Mean Squared Error

Higher Ed
In this video, we will understand MSE (Mean Squared Error) from a probabilistic perspective. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video6:17
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - How to Choose Hyperparameters

Higher Ed
In this video, we will understand how to choose hyperparameters. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Instructional Video11:08
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Regression

Higher Ed
In this video, we will understand regression in ANN. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover...
Instructional Video8:40
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification

Higher Ed
In this video, we will work on image classification with the MNIST dataset. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video8:45
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Multiclass Classification

Higher Ed
In this video, you will learn about multiclass classification. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Instructional Video3:12
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video4:32
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Saving and Loading a Model

Higher Ed
In this video, you will learn how to save a model and then load it later. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...