Communication Coach Alex Lyon
How to Get to the Point when Speaking
Learn how to Get To The Point when Speaking with These 3 Tips.
Communication Coach Alex Lyon
Straw Man Fallacy Explained
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.
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)
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 -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 1
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Canvas Element and API
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Functions, Scope and Execution Context
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Operators in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Write Variables in Rust
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...
Curated Video
Concurrent and Parallel Programming in Python - Using Asynchronous Libraries
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.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Course Overview
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - APIs
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Course Note
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.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Get Comfortable with Basics of gcloud CLI
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring Java Spring XML Configuration
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Exploring Spring Beans - PostConstruct and PreDestroy
In this video, you will explore Spring beans, including postconstruct and predestroy, and learn how to manage them effectively.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Our First Java Spring Bean and Launching Java Spring Configuration
In this video, you will learn how to create your first Java Spring bean called Name and launch the Java Spring configuration.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Exploring Lazy and Eager Initialization of Spring Framework Beans
In this video, you will explore lazy and eager initialization of Spring framework beans and learn when to use them.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring Spring Framework with Java - Review
In this video, you will review the key concepts covered in this and the previous section.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 17 - Exploring Spring Framework with Java - Review
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....
Curated Video
Chatbots Development with Amazon Lex - Making Utterances
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quality of Recommender System
In this lesson, we will look at the quality of recommender systems through inferred preferences and ways to collect user opinions.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Taxonomy of Recommender Systems
In this lecture, we will discuss the taxonomy of recommender systems, the personalized and non-personalized recommender systems.