Instructional Video3:45
Curated Video

The Art of Doing - Web Development for Beginners - Guess My Number Preview

Higher Ed
In this video, we will have a quick preview of the "Guess My Number" project. We will discuss the project requirements, including gathering user input, generating random numbers, implementing the game logic, and using functions to...
Instructional Video3:42
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Higher Ed
Learn how to work with the NOT NULL constraint in SQL to enforce a column with values, that is, not null. Remember, as columns can have NULL by default, we use the NOT NULL constraint to enforce a column NOT to accept values. This clip...
Instructional Video7:52
Curated Video

Learn Tableau by Working on Exciting Dashboards - Dimension and Measure Filters

Higher Ed
This video explains the dimensions and measure filters and how to use them.
Instructional Video16:19
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Tailwind CSS Customization / 072

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video5:43
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing Pandas Dataframe

Higher Ed
In this video, we will understand how we can return the required elements from our dataframe using the concept of slicing. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep...
Instructional Video6:05
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing

Higher Ed
In this video, we will understand how to perform slicing on NumPy arrays. This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video4:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops

Higher Ed
In this video, you will learn about for loops. 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 be learning the basics...
Instructional Video7:44
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input

Higher Ed
In this video, you will learn two important inbuilt functions in Python, which are range and input functions. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Instructional Video3:25
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Tensor Slicing and Reshape

Higher Ed
In this video, you will learn how to reshape and slice a Tensor. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive into PyTorch...
Instructional Video6:19
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Create Tensors in PyTorch

Higher Ed
In this video, you will learn how to create Tensors in PyTorch. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive into PyTorch...
Instructional Video2:28
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The 'range' Function - How to Create a List of Numbers

Higher Ed
This video explains how to create a list of numbers. This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing collections using...
Instructional Video8:55
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Data Augmentation

Higher Ed
In this video, you will learn about data augmentation. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we will cover a...
Instructional Video9:18
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Wi-Fi Standards

Higher Ed
Since the original 80 2.11 standard back in 1999, there have been five major and hundreds of minor revisions. It's impossible to support an 802.11 network without a working understanding of these standards. This clip is from the chapter...
Instructional Video5:15
Curated Video

Social Media Automation using Python - Project

Higher Ed
This video is a demonstration plus project work where we will create code based on the lessons learnt so far and link what we have studied in this course in terms of retrieving information using Python coding. This clip is from the...
Instructional Video9:49
Curated Video

Social Media Automation using Python - Project Part 1

Higher Ed
In project parts 1 to 3, we will fetch information regarding the video title, the total number of views, the total number of likes, the comments received, and the video links. This clip is from the chapter "YouTube Automation" of the...
Instructional Video6:00
Curated Video

Recommender Systems with Machine Learning - Making Recommendations-2

Higher Ed
This video explains how to make movie recommendations. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video5:08
Curated Video

Recommender Systems with Machine Learning - Guidelines for ML

Higher Ed
This video demonstrates the guidelines for machine learning. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Instructional Video4:37
Curated Video

Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 1

Higher Ed
In this lesson, you will learn to use filtering conditions to filter data based on conditions. Here, we will explore the WHERE condition. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
Instructional Video8:01
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Accuracy Versus Recommendations

Higher Ed
In this video, we will perform data visualization with the project we created and check the model’s accuracy. This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied...
Instructional Video2:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Each Loop

Higher Ed
This video explains the For Each loop that is normally used with collections and arrays, which helps you run one or more loops to cycle through. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course...
Instructional Video4:12
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Changing Case

Higher Ed
This video explains L case or U case; as the name suggests, these are used to change the letters into lowercase or uppercase. This clip is from the chapter "String Functions" of the series "The Ultimate Excel VBA Course - Learn and...
Instructional Video3:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice

Higher Ed
This video is a practice session on variables where you will declare the variable and store a value to it and read the string that was contained in it. This clip is from the chapter "Mastering Variables in VBA" of the series "The...
Instructional Video4:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Resize Property

Higher Ed
This video explains the resize property that is available in VBA to change or resize the range of cells from the active cell as needed. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and...
Instructional Video6:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Offset Property

Higher Ed
This video explains the offset property, a useful way to refer to a cell or a group of cells. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...