Instructional Video9:15
Communication Coach Alex Lyon

How to Get to the Point when Speaking

Higher Ed
Learn how to Get To The Point when Speaking with These 3 Tips.
Instructional Video6:36
Communication Coach Alex Lyon

Straw Man Fallacy Explained

Higher Ed
Is it the straw man fallacy or a straw man argument? I will also give you some examples so that you can recognize the signs and learn how to respond when you find yourself in this situation.
Instructional Video9:25
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)

Higher Ed
In this video, we will get introduced to simple recurrent neural networks also called as Elman Unit. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video25:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 1

Higher Ed
In this video, you will learn how to create an animated clock using the Canvas API and the requestAnimationFrame() method. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video13:53
Curated Video

Modern JavaScript from the Beginning - Second Edition - Canvas Element and API

Higher Ed
In this video, you will learn about the Canvas element and the Canvas API. You will learn how to create shapes, draw paths, and add text to the canvas. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Instructional Video1:38
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Functions, Scope and Execution Context

Higher Ed
This video provides an overview of the topics that will be covered in this section, which includes functions, scope, and execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video2:36
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Operators in Rust

Higher Ed
In this video, you will look at operators in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video1:05
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Write Variables in Rust

Higher Ed
This is an exercise video on writing variables in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in...
Instructional Video10:29
Curated Video

Concurrent and Parallel Programming in Python - Using Asynchronous Libraries

Higher Ed
Here, you will learn how some libraries support asynchronous libraries, and others do not. You will also learn to look for those libraries and compare them.
Instructional Video7:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript

Higher Ed
In this video, you will learn about the concept of scope in JavaScript functions. You will explore how variables declared inside a function have local scope, meaning they can only be accessed within that function, while variables...
Instructional Video2:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Course Overview

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews".This section provides an introduction to...
Instructional Video4:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - APIs

Higher Ed
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework. This clip is from the chapter "Client / Server Communications" of the...
Instructional Video2:20
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Course Note

Higher Ed
This video explains the course outcomes and what to expect out of the course. This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section to the course.
Instructional Video8:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Get Comfortable with Basics of gcloud CLI

Higher Ed
This video is designed to help you become familiar with the basics of the gcloud CLI, providing you with a comprehensive overview of its main features and showing you how to use them to perform common tasks and manage your GCP resources...
Instructional Video12:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring Java Spring XML Configuration

Higher Ed
In this video, you will explore the XML configuration option in the Spring framework. You will learn how to create and configure beans using XML and see how it can be used as an alternative to annotations.
Instructional Video7:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Exploring Spring Beans - PostConstruct and PreDestroy

Higher Ed
In this video, you will explore Spring beans, including postconstruct and predestroy, and learn how to manage them effectively.
Instructional Video10:50
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App

Higher Ed
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Instructional Video10:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Our First Java Spring Bean and Launching Java Spring Configuration

Higher Ed
In this video, you will learn how to create your first Java Spring bean called Name and launch the Java Spring configuration.
Instructional Video8:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Exploring Lazy and Eager Initialization of Spring Framework Beans

Higher Ed
In this video, you will explore lazy and eager initialization of Spring framework beans and learn when to use them.
Instructional Video3:22
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring Spring Framework with Java - Review

Higher Ed
In this video, you will review the key concepts covered in this and the previous section.
Instructional Video2:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 17 - Exploring Spring Framework with Java - Review

Higher Ed
This video provides a review of the key topics covered in the section, which includes an introduction to the Spring framework, the basics of bean configuration, and the use of auto-wiring and annotations in Spring framework applications....
Instructional Video3:57
Curated Video

Chatbots Development with Amazon Lex - Making Utterances

Higher Ed
After understanding intents and slots in detail, we will make utterances in our chatbots. We will begin with creating intent and then create an utterance using the sample utterances tab.
Instructional Video11:20
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quality of Recommender System

Higher Ed
In this lesson, we will look at the quality of recommender systems through inferred preferences and ways to collect user opinions.
Instructional Video9:11
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Taxonomy of Recommender Systems

Higher Ed
In this lecture, we will discuss the taxonomy of recommender systems, the personalized and non-personalized recommender systems.