Instructional Video4:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Level Styling / 023

Higher Ed
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it.
Instructional Video12:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton

Higher Ed
Here, we will discuss about an interesting package called the React Loading Skeleton that provides a skeleton structure until we receive a response from the app.
Instructional Video5:26
Healthcare Triage

Misinformation About Health Is Nothing New

Higher Ed
Misinformation. A recent and major problem facing us all, and one that is pervasive in many realms including medicine and healthcare, which are, of course, favorite realms around here. But is all this stuff recent? Is misinformation a...
Instructional Video6:50
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions

Higher Ed
In this video, we will be talking about another important part of creating a model, which is making predictions. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video1:56
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Boolean Data Type

Higher Ed
In this video, we will understand the Boolean data type. 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...
Instructional Video13:13
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - (The Dangers of) Prophet for Stock Price Prediction

Higher Ed
In this video, we will work with Prophet for stock price prediction. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video6:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data

Higher Ed
This video explains how to tidy messy data. This clip is from the chapter "Tidying Messy Data" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to tidy messy data.
Instructional Video7:51
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Comparing Information

Higher Ed
This video explains comparing information in Python. This clip is from the chapter "Comparing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains comparing information in Python.
Instructional Video13:01
Curated Video

Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation

Higher Ed
This video explains and demonstrates item-based filtering data preparation. 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...
Instructional Video9:08
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Bot Finishing

Higher Ed
After setting all elements of the chatbot, we will complete the bot by inputting queries and data and receiving responses from the chatbot based on the question placed. This clip is from the chapter "Basics of Chatbots with Machine...
Instructional Video8:11
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Developing Results

Higher Ed
We will now test the chatbot for response generation and verify that the chatbot is working perfectly. We will assess the results based on the data input and the response. This clip is from the chapter "Basics of Chatbots with Machine...
Instructional Video14:49
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in...
Instructional Video7:40
Curated Video

The Complete Vue.js Course for Beginners - Vue.js Interpolation

Higher Ed
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js This clip is from the chapter "Getting Started...
Instructional Video3:51
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Classes

Higher Ed
In this video, we will look at how we can dynamically overwrite classes in Vue.js. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic coding in Vue.js...
Instructional Video4:33
Curated Video

The Complete Vue.js Course for Beginners - If Else Condition

Higher Ed
In this video, we will discuss the if-else condition using a code. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with the basic code...
Instructional Video4:56
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators

Higher Ed
This video explains logical operators in VBA such as AND, OR, NOT. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the various...
Instructional Video5:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop

Higher Ed
This video explains the Do Loop that allows the user to repeat a certain process in a macro. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains...
Instructional Video2:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements

Higher Ed
This video explains If statements in Excel VBA using an example where if the input is less than 10, the condition will be satisfied or else it won't show an output. This clip is from the chapter "VBA Conditional Statements" of the series...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables

Higher Ed
Before we discuss values in Packer, we will first understand the concept of declaring variables, which can be declared and defined in a “.pkrsvars.hcl” file. Or an “auto.pkrsvars.hcl” file or any other file name referenced when executing...
Instructional Video4:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Find Method / 074

Higher Ed
This video explains the find method, which helps find a number or data and return it. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video8:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061

Higher Ed
This video explains how to validate the input from the user using RegEx patterns. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video7:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1

Higher Ed
This video explains ternary operator in JavaScript. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in JavaScript such as...
Instructional Video13:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024

Higher Ed
This video explains logical operators in JavaScript along with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops...
Instructional Video10:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Else and Else If / 023

Higher Ed
This video explains how to execute two separate conditions in one loop—Else and Else If. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...