Hi, what do you want to do?
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well.
<
br/>
This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+...
<
br/>
This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+...
Curated Video
SQL Server Course for Beginners with 100+ examples - AVG() Function
Learn how to implement the AVG() function in SQL. We will find the average of column values.
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Curated Video
SQL Server Course for Beginners with 100+ examples - OR Operator
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions.
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server...
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server...
Curated Video
SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s).
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Mediator
This video demonstrates the basic implementation of the Mediator pattern.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Momentum
In this video, you will learn about momentum.
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive deeper...
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive deeper...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy
In this video, you will learn about categorical cross entropy, which is used in multiclass classification.
<
br/>
This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks...
<
br/>
This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Multiclass Classification
In this video, you will learn about multiclass classification.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Regression Notebook
In this video, we will understand linear regression by proving the Mosse law true.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Histplot
In this video, you will learn how to create a Histplot.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Imputation
In this video, we will understand how to perform imputation on our dataframe.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Working with Null Values
In this video, you will learn how to work with null values.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Mathematical Operations and Functions in NumPy
In this video, we will understand the different mathematical operations and functions that we can perform on NumPy arrays.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Broadcasting
In this video, we will understand the concept of broadcasting.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing
In this video, we will understand how to perform slicing on NumPy arrays.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners...
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input
In this video, you will learn two important inbuilt functions in Python, which are range and input functions.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Conditional Statements in Python - While
In this video, you will learn about the "While" conditional statement and how to implement it.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Python Dictionaries
In this video, you will learn about Python dictionaries.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python
In this video, we will understand the data structures in Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Type Conversion and Type Casting
In this video, we will understand how to convert one data type to another data type.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Boolean Data Type
In this video, we will understand the Boolean data type.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - String Data Type
In this video, you will learn about the string data type.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Numerical Data Types and Arithmetic Operations in Python
In this video, you will learn about numerical data types and arithmetic operations in Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Print Function
In this video, you will learn about the Print function.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...