Instructional Video6:04
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Binary Cross Entropy

Higher Ed
In this video, you will learn about binary cross entropy, which is the correct loss function to use for binary classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural...
Instructional Video11:08
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Regression

Higher Ed
In this video, we will understand regression in ANN. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover...
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 Video4:35
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy in PyTorch

Higher Ed
In this video, you will learn how to convert a NumPy array 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...
Instructional Video1:14
Great Big Story

Tamanduas, Nature's skilled climbers on a delicate balance

12th - Higher Ed
Explore the world of tamanduas, the adept tree-climbing anteaters with unique defense mechanisms, facing threats in the wild.
Instructional Video12:52
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Graphics Cards and Connections

Higher Ed
Monitors don't create the images they display; that's the graphics card's job. Graphics cards come with different features and capabilities that a good tech understands very well. This clip is from the chapter "Book Chapter 17 - Display...
Instructional Video2:03
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - A Simple 'for' Loop

Higher Ed
This video explains a simple for loop. 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 Python.
Instructional Video6:44
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - What Is Convolution? (Part 3)

Higher Ed
In this video, you will learn how to view convolution as matrix multiplication. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Instructional Video9:27
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Mobile Device Troubleshooting

Higher Ed
Mobile devices can encounter problems ranging from unresponsive touchscreens to complete system lockout. This episode explores common symptoms, such as slow performance (caused by excessive app running) or overheating, and their...
Instructional Video7:22
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Mobile Synchronization

Higher Ed
Synchronization keeps data up to date on each of your mobile devices and other connected devices. This episode explores syncing to the desktop, automobile, cloud, and more. This clip is from the chapter "Book Chapter 25 - Maintaining and...
Instructional Video6:45
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Troubleshooting Wireless Connections

Higher Ed
There are few worse feelings than a wireless connection that just doesn't...connect. In situations like this, good techs will have the right tools and skills to diagnose and repair the issue. This clip is from the chapter "Book Chapter...
Instructional Video5:10
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Network Troubleshooting

Higher Ed
Networks sometimes fail. A good network tech knows how read symptoms and diagnose a network quickly to enable users to get back to work. This clip is from the chapter "Book Chapter 19 - Local Area Networking" of the series "CompTIA A+...
Instructional Video4:35
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Troubleshooting Display Technologies

Higher Ed
The CompTIA A+ exams will challenge you on monitor troubleshooting. Whether it's simply changing the input or replacing a burned-out bulb, troubleshooting displays is critical for techs. This clip is from the chapter "Book Chapter 17 -...
Instructional Video12:23
Curated Video

Recommender Systems with Machine Learning - Making Recommendations with Collaborative Filtering

Higher Ed
This video helps you make recommendations with collaborative filtering. 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...
Instructional Video10:03
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Components

Higher Ed
This video explains the different components of Vault. This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on learning the architecture of Vault.
Instructional Video2:56
Curated Video

HashiCorp Certified - Vault Associate Course - Why Organizations Choose Vault

Higher Ed
This video explains why organizations choose HashiCorp Vault as their go-to solution for managing secrets and sensitive data. This clip is from the chapter "Introduction to Vault" of the series "HashiCorp Certified - Vault Associate...
Instructional Video7:11
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Dot Product

Higher Ed
In this video, we will discuss Dot Product in NumPy. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world of...
Instructional Video4:12
Curated Video

Getting Started with HashiCorp Nomad - Demo - Using the Nomad CLI

Higher Ed
This demonstration explains the Nomad CLI and uses the CLI to interact with export tokens and export the Nomad address to the local Nomad instance. We will also set up DNS addresses to interact with our Nomad instance. We will also look...
Instructional Video5:07
Curated Video

HashiCorp Certified - Vault Associate Course - Create a Token Based on Use Cases

Higher Ed
In this video, you will see how to create a token based on use cases. When would you create a periodic token? When would you opt to use an orphan token instead? Make sure you review this video to better understand. This clip is from the...
Instructional Video4:33
Curated Video

HashiCorp Certified - Vault Associate Course - Service Tokens with Use Limits

Higher Ed
This video will cover service tokens with use limits in Vault. A token with use limits will define the number of times a token can be used. After the last use, the token is automatically revoked. This clip is from the chapter "Assess...
Instructional Video12:09
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Policies—Capabilities

Higher Ed
In this video, we will explore the capabilities component of HashiCorp Vault policies and how to use it to control what actions users and applications can perform on Vault resources. Learn the capabilities available in Vault to create...
Instructional Video5:45
Curated Video

HashiCorp Certified - Vault Associate Course - Differentiate Human Versus System Auth Methods

Higher Ed
In this video, we will explore the differences between human and system authentication methods in HashiCorp Vault, and when to use each type of authentication method. Objective 1C is all about knowing what auth methods are used for...
Instructional Video5:09
Curated Video

The Complete Vue.js Course for Beginners - Reuse Components

Higher Ed
In this video, we will discuss the reuse of components. You will learn to build a reusable component in Vue, which will be used to reuse it in Create or Edit or anywhere that requires the same code and functionality. This clip is from...
Instructional Video6:28
Curated Video

The Complete Vue.js Course for Beginners - Multiple Slots

Higher Ed
In this video, we will look at multiple slots, study different slots, why we make them, and where they are used. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section,...