Instructional Video3:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Special Mention - React

Higher Ed
This video explains React; a JavaScript library developed by Facebook. While it has framework-like features, it is not fully featured and, therefore, is considered a library. There are still some architectural decisions that are left...
Instructional Video4:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular

Higher Ed
Developed by Google, Angular is a front-end framework that utilizes the TypeScript Superset. It is an opinionated framework that has many architectural decisions already made for developers. This clip is from the chapter "Libraries and...
Instructional Video1:50
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks

Higher Ed
This video explains the various front-end frameworks. 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 Video3:12
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Library Example with Chart.js

Higher Ed
This video explains Chart.js, a popular charting library for JavaScript. It makes what would be a difficult combination of styling, layout, and data positioning into an easy to manage ordeal, saving developers loads of time in creating...
Instructional Video4:50
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery

Higher Ed
This video explains jQuery, a wildly popular library that rounded its rise before the popularization of technologies such as Angular and React. jQuery makes interacting with the "DOM" much more manageable while also simplifying...
Instructional Video10:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine

Higher Ed
This is a lab video on deploying training code to App Engine. This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section focuses on...
Instructional Video14:29
Curated Video

Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video

Higher Ed
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video8:14
Curated Video

Building Microservices API in Go - JWT Tokens

Higher Ed
In this video, we will introduce JWT tokens and discuss how to store claims inside the token. We will also cover the concept of token validity and discuss best practices for managing JWT tokens in our application. This clip is from the...
Instructional Video16:24
Curated Video

Building Microservices API in Go - Structured Logging

Higher Ed
In this video, we will discuss the importance of structured logging in application development and introduce the popular logging library uber/zap for implementing structured logging in our Go application. This clip is from the chapter...
Instructional Video8:51
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Mapping and Filtering Database Information with Express

Higher Ed
This video demonstrates mapping and filtering database information with Express. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework Fundamentals -...
Instructional Video5:35
Curated Video

Deep Learning - Crash Course 2023 - Train Test Split

Higher Ed
In this video, you will learn how to use Train_Test_Split on our dataset with Scikit-learn. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...
Instructional Video5:24
Curated Video

Advanced Chatbots with Deep Learning and Python - Importing Libraries

Higher Ed
This video demonstrates how to import step by step the four main libraries required for our project, including TensorFlow, NumPy, Keras, and Pickle, and you will learn about importing Sequential and Model.
Instructional Video3:53
Curated Video

Advanced Chatbots with Deep Learning and Python - Project Overview and Packages

Higher Ed
After theoretically learning about chatbots, we will now develop a chatbot practically by importing the requisite libraries—TensorFlow NumPy, Keras, and Pickle. We will build a chatbot based on a story and make predictions of true or false.
Instructional Video4:39
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - ChatGPT API Key for OpenAI and Environment Security Protocol

Higher Ed
In this video, you will learn about ChatGPT API key for OpenAI and how to ensure environment security protocol to protect your system from potential security breaches.
Instructional Video4:58
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage

Higher Ed
In this lesson, you will learn to develop our content-based filtering for the song project.
Instructional Video9:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Recommendation Engine

Higher Ed
In this lesson, we will begin making the recommendation engine and train the model to make recommendations.
Instructional Video7:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Preparation for Content-Based Filtering

Higher Ed
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.
Instructional Video3:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Content-Based Filtering

Higher Ed
In this lesson, we will understand content-based filtering and how to develop it with machine learning.
Instructional Video10:41
Curated Video

Linux PAM Security Administration - PAM Configuration File - Modules

Higher Ed
This video explains the third or the last column of the PAM configuration files, which is the modules column.
Instructional Video1:45
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Project Overview

Higher Ed
This video briefly outlines the project and demonstrates the packages installation for the project, TensorFlow, data preparation, recommender development, and testing.
Instructional Video7:49
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tokens

Higher Ed
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
Instructional Video17:49
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through AngularJS

Higher Ed
This video explains and demonstrates the bypassing of CSP through AngularJS. This clip is from the chapter "Bypassing Content Security Policy in Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation...
Instructional Video13:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Introduction

Higher Ed
This introduction by the instructor delves deep into React, why we should learn it, its features and advantages, and its prerequisites.
Instructional Video8:58
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Router Introduction / 053

Higher Ed
In this video, you will learn how to use the React-Router and its components to create, which we will use in our project. This will help us to include more links and pages to our project in the future.