Instructional Video5:21
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Experiment: Recap and Homework

Higher Ed
In this video, we will cover Recap and Homework. 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 Z".In...
Instructional Video9:58
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Delete Data in MongoDB (CRUD Series)

Higher Ed
This video explains how to delete data in MongoDB (CRUD series). This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
Instructional Video6:05
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Experiment: Random Experiment

Higher Ed
In this video, we will cover random experiment. 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 Z".In...
Instructional Video3:28
TMW Media

Robotics Challenges for the Future: Robots in the wild

K - 5th
What are remote robots? What are some things that ASIMO can do? How can you work on robots one day? Robotics Challenges for the Future, Part 3
Instructional Video5:46
Curated Video

Creational Design Patterns in Modern C++ - Issues

Higher Ed
This video highlights the design issues with the file example. • Use access modifier “public” + keyword “slots” • Implement the function declaration like any other class method • Define the implementation like any other class method This...
Instructional Video7:15
Curated Video

The Complete Practical Docker Guide - Using Mongo Shell and mongo-express GUI

Higher Ed
This video helps you with using Mongo shell and mongo-express GUI. This clip is from the chapter "Exploring Docker Compose Setup" of the series "The Complete Practical Docker Guide".This section focuses on exploring Docker Compose setup.
Instructional Video8:14
Curated Video

The Complete Practical Docker Guide - Connecting to the Linux Server Remotely Via SSH

Higher Ed
This video explains connecting to the Linux server remotely via SSH. This clip is from the chapter "Networking in Linux" of the series "The Complete Practical Docker Guide".This section focuses on networking in Linux.
Instructional Video8:38
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Scripting - Part 1

Higher Ed
This is the first part of the two-part video that explains how to perform shell scripting. This clip is from the chapter "Shell Scripting" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video9:14
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Functions

Higher Ed
Once your code starts getting larger than a page long, you will want to split out your code into functions to make it easier to control, and easier to read and debug. This lecture explains what functions are and how to use them in your...
Instructional Video7:41
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming RDD Transformations

Higher Ed
In the session, you will learn about Spark streaming RDD transformations. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark...
Instructional Video6:38
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Full Load Pipeline

Higher Ed
This video covers full load pipeline in depth. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers project work on...
Instructional Video3:21
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Extracting Data

Higher Ed
In this video, we will extract the first section from the ETL pipeline. This clip is from the chapter "ETL Pipeline" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers Extract Transform Load (ETL)...
Instructional Video3:35
Curated Video

Learning Splunk - Backing up Your Splunk Instance

Higher Ed
Exploring the process of backing up the configuration of an existing Splunk instance. • Learn how to back up the Splunk kvstore • Learn how to back up Splunk • Watch a demonstration of the backup process This clip is from the chapter...
Instructional Video6:39
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Installing TLS Certificate of Intermediate CA

Higher Ed
In this video, we'll be installing TLS certificate of intermediate CA. This clip is from the chapter "Getting and Installing a Custom Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll be getting...
Instructional Video1:06
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Advantages of Neural Networks

Higher Ed
In this video, you will learn about the advantages of neural networks. This clip is from the chapter "Summary - Overview of Neural Networks" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we...
Instructional Video7:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Parametric Shape Detection

Higher Ed
This video explains about parametric shape detection. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video7:24
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - LeNet

Higher Ed
This video explains the LeNet. This clip is from the chapter "Classical CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on classical CNNs.
Instructional Video8:41
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Hand Engineering Versus CNNs

Higher Ed
This video demonstrates hand engineering versus CNNs. This clip is from the chapter "Object Detection" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the methods of object detection.
Instructional Video8:05
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Filters Padding Strides

Higher Ed
This video explains about filters padding strides. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the deep neural...
Instructional Video4:43
Curated Video

PMI-RMP Certification Training - Perform Qualitative Risk Analysis Process – Tools and Techniques

Higher Ed
This video explains the qualitative risk analysis process – tools and techniques. This clip is from the chapter "Perform Qualitative Risk Analysis" of the series "PMI-RMP® Certification Training".This section explains performing...
Instructional Video8:58
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data

Higher Ed
In this informative tutorial video, we will explore how to extract data from web pages using Scrapy, a powerful Python-based web scraping framework. We will cover the process of selecting and extracting data using CSS selectors, and...
Instructional Video6:08
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Using Item Loaders for Data Processing in Scrapy

Higher Ed
In this video, you will learn how to use item classes and item loaders in Scrapy to structure and process web data. You will see how to convert string data into numeric values and remove unwanted characters using input and output...
Instructional Video5:08
Curated Video

Python In Practice - 15 Projects to Master Python - Operator Overloading on User-Defined Classes

Higher Ed
This video explains the operator overloading on user-defined classes. This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on object-oriented...
Instructional Video12:17
Curated Video

Python In Practice - 15 Projects to Master Python - Iterating over Datatypes Using For Loops

Higher Ed
This video explains for loops, how to iterate over elements in data type, nesting if-else statements, and nesting for loops in a “for loopâ€. This clip is from the chapter "Iterating over Elements" of the series "Python in Practice -...