Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Experiment: Recap and Homework
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...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Delete Data in MongoDB (CRUD Series)
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Experiment: Random Experiment
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...
TMW Media
Robotics Challenges for the Future: Robots in the wild
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
Curated Video
Creational Design Patterns in Modern C++ - Issues
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...
Curated Video
The Complete Practical Docker Guide - Using Mongo Shell and mongo-express GUI
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.
Curated Video
The Complete Practical Docker Guide - Connecting to the Linux Server Remotely Via SSH
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.
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Scripting - Part 1
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...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Functions
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming RDD Transformations
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Full Load Pipeline
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Extracting Data
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)...
Curated Video
Learning Splunk - Backing up Your Splunk Instance
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Installing TLS Certificate of Intermediate CA
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Advantages of Neural Networks
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Parametric Shape Detection
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.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - LeNet
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.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Hand Engineering Versus CNNs
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.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Filters Padding Strides
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...
Curated Video
PMI-RMP Certification Training - Perform Qualitative Risk Analysis Process – Tools and Techniques
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Using Item Loaders for Data Processing in Scrapy
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Operator Overloading on User-Defined Classes
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Iterating over Datatypes Using For Loops
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 -...