Instructional Video3:45
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools

Higher Ed
This video explains how to build automation tools, which are supporting tools that can execute a number of different tasks for developers creating an application. This clip is from the chapter "Web Developer Tools" of the series "Web...
Instructional Video2:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Special Mention - AngularJS Versus Angular

Higher Ed
This video explains the difference between AngularJS and Angular, which is written using JavaScript and TypeScript simultaneously. This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts...
Instructional Video4:23
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - CSS Frameworks and Bootstrap

Higher Ed
This video explains CSS frameworks and Bootstrap. This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
Instructional Video6:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Supersets and TypeScript

Higher Ed
This video explains supersets, which are a language that contains all the features of a given language, but then is expanded or enhanced to include other features as well. TypeScript is a superset of JavaScript developed and maintained...
Instructional Video4:51
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types

Higher Ed
This video introduces you to different programming types such as numbers, strings, and Booleans. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going...
Instructional Video2:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction-GCP - Serverless Spark

Higher Ed
This video provides an introduction to the section. This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, you will learn about Dataproc, a...
Instructional Video6:30
Curated Video

Vue.js 3 and Firebase for Beginners - Views and Routes

Higher Ed
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...
Instructional Video12:44
Curated Video

Linux Crash Course for Beginners - 2023 - Basic Shell Scripts

Higher Ed
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Instructional Video8:20
Curated Video

Linux Crash Course for Beginners - 2023 - File Display Commands

Higher Ed
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Instructional Video11:36
Curated Video

Linux Crash Course for Beginners - 2023 - File Ownership Commands

Higher Ed
In this video, you will learn how files and directories are owned and how we can change their ownership.
Instructional Video12:58
Curated Video

Linux Crash Course for Beginners - 2023 - File Permissions

Higher Ed
In this video, you will learn how we can change the file permissions.
Instructional Video3:15
Curated Video

Linux Crash Course for Beginners - 2023 - Course Overview

Higher Ed
In this video, we will have a look at the course syllabus.
Instructional Video2:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 00 – Step-By-Step Problem Solving with Programming

Higher Ed
We have successfully installed Java. Let's take a look at the next step, which is problem solving.
Instructional Video6:02
Curated Video

Fundamentals of Neural Networks - Bi-Directional RNN

Higher Ed
Bidirectional recurrent neural networks (BRNN) connect two hidden layers of opposite directions to the same output. BRNNs are especially useful when the context of the input is needed. For example, in handwriting recognition, the...
Instructional Video9:38
Curated Video

Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)

Higher Ed
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets. This clip is from the chapter "Recurrent Neural Networks"...
Instructional Video9:32
Curated Video

Fundamentals of Neural Networks - Backward Propagation Through Time

Higher Ed
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers. This clip...
Instructional Video11:23
Curated Video

Fundamentals of Neural Networks - Forward Propagation in RNN

Higher Ed
The forward propagation in an RNN makes a few assumptions: 1) We assume the hyperbolic tangent activation function for the hidden layer. 2) We assume that the output is discrete as if the RNN is used to predict words or characters. This...
Instructional Video8:56
Curated Video

Fundamentals of Neural Networks - VGG16

Higher Ed
This video explains VGG16 which is a convolutional neural network model proposed by K. Simonyan and A. Zisserman from the University of Oxford in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition". This clip...
Instructional Video3:41
Curated Video

Fundamentals of Neural Networks - Tensor and Matrix

Higher Ed
This video explains what we mean by Tensor and Matrix. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you will start...
Instructional Video12:45
Curated Video

Fundamentals of Neural Networks - Gradient Descent

Higher Ed
This video explains the optimization problem using the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Instructional Video9:47
Curated Video

Fundamentals of Neural Networks - Cross-Entropy Loss Function

Higher Ed
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video7:14
Curated Video

Fundamentals of Neural Networks - Backward Propagation

Higher Ed
This video explains backward propagation, which is defined by the optimization problem called the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video8:13
Curated Video

Fundamentals of Neural Networks - Logistic Regression

Higher Ed
This video explains logistic regression and specifically if the target here is discrete or binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video9:40
Curated Video

Fundamentals of Neural Networks - Linear Regression

Higher Ed
This video explains statistical machine learning, where you will start with the linear regression model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...