Instructional Video11:03
Brian McLogan

Master How to determine the domain of a rational function

12th - Higher Ed
Master How to determine the domain of a rational function
Instructional Video5:52
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Writing Glue Shell Job

Higher Ed
In this session, we will take the code from the data bricks and put it inside the closure. In other words, we will be writing a Glue Shell job. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the...
Instructional Video6:29
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 2

Higher Ed
This video explains how to create a function with annotations and use them to check the types of arguments and their return types. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python...
Instructional Video3:04
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1

Higher Ed
This video explains what function annotations and annotations for simple parameters are. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the most...
Instructional Video8:43
Curated Video

Fundamentals of Machine Learning - Going Beyond Linearity

Higher Ed
This video explains going beyond linearity; specifically, we will look at a couple of interesting examples to improve the linear regression model to see if we can create models that are non-linear. This clip is from the chapter...
Instructional Video9:05
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Applying Chain Rule

Higher Ed
This video explains how to apply the chain rule. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video8:56
Packt

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 Video7:58
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Basics of Feed Forward

Higher Ed
In this video, you will learn about the basics of Feed Forward. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep...
Instructional Video9:05
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Applying Chain Rule

Higher Ed
In this video, we will cover applying chain rule. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video1:52
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Continuous Random Variables: Exponential Exercise 01

Higher Ed
In this video, we will cover Exponential exercise 01. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video6:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Why Gradients

Higher Ed
In this video, we will understand why gradients. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Instructional Video6:32
Curated Video

Data Structures and Algorithms The Complete Masterclass - Why We Need Big O Notation?

Higher Ed
This video explains the need for big O notation. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video7:20
Curated Video

Data Structures and Algorithms The Complete Masterclass - Simplifying Big O - Part 1

Higher Ed
This is the first part of the two-part video that simplifies big O. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in...
Instructional Video1:44
Curated Video

Data Structures and Algorithms The Complete Masterclass - Section Introduction

Higher Ed
This video provides an introduction to this section. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video3:32
Curated Video

Data Structures and Algorithms The Complete Masterclass - Counting Operations

Higher Ed
This video explains counting operations in data structures. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Instructional Video5:25
Curated Video

Data Structures and Algorithms The Complete Masterclass - Complexity Analysis

Higher Ed
This video highlights the concept of complexity analysis. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Instructional Video7:48
Curated Video

Data Structures and Algorithms The Complete Masterclass - Big O(n) Complexity

Higher Ed
This video explains the concept of big O(n) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Instructional Video4:04
Curated Video

Data Structures and Algorithms The Complete Masterclass - Big O(1) Complexity

Higher Ed
This video introduces you to big O(1) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video1:39
Curated Video

Data Structures and Algorithms The Complete Masterclass - Section Summary

Higher Ed
This video provides a summary of this section. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video11:31
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Mathematical Foundation: Matrix Product

Higher Ed
In this video, we will cover Matrix Product. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video1:19
Brian McLogan

What is the definition of scientific notation

12th - Higher Ed
👉 Learn about scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first non-zero number between 1 and...
Instructional Video3:58
Packt

Big O(1) Complexity

Higher Ed
This video introduces you to big O(1) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video1:38
Packt

Section Introduction

Higher Ed
This video provides an introduction to this section. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Instructional Video6:35
Curated Video

Calculating Probability of Disjoint Events: The Addition Rule

K - 5th
In this video, the teacher explains how to calculate the probability of disjoint events using the addition rule. They provide examples and clarify the meaning of disjoint events, emphasizing that they cannot occur at the same time.