Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Level Styling / 023
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton
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.
Healthcare Triage
Misinformation About Health Is Nothing New
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Boolean Data Type
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...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - (The Dangers of) Prophet for Stock Price Prediction
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Comparing Information
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.
Curated Video
Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Bot Finishing
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Developing Results
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code
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...
Curated Video
The Complete Vue.js Course for Beginners - Vue.js Interpolation
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...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Classes
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...
Curated Video
The Complete Vue.js Course for Beginners - If Else Condition
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Find Method / 074
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Else and Else If / 023
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...