Instructional Video4:13
Packt

Compare the breadth-first and depth-first search algorithms : Graph Data Structure

Higher Ed
From the section: Shortest Path Search (Breadth First Search). In this section, we will develop LinkedIn’s connection feature using Breadth First Search. We take the concepts of the earlier section forward and learn about queue and graph...
Instructional Video4:37
Curated Video

Call a function : Demo - String Operations

Higher Ed
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo -...
Instructional Video10:57
Curated Video

Describe the different types of malware that could affect a computer system or network : Backdoors

Higher Ed
From the section: Exploring Malware Functionalities. In this section, you learn how the behavior of malware is different in various classes of malware, and such an insight helps you to understand the class of malware while you are...
Instructional Video4:55
Curated Video

Learning R for Data Visualization (Video 22)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video3:15
Packt

Learning R for Data Visualization (Video 2)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video4:16
Packt

Describe a data structure : What Are Data Structures and Why Are They Important?

Higher Ed
From the section: Introduction to Data Structures and Important Concepts. This section introduces Data Structures and important concepts of DS and explains why they are important Introduction to Data Structures and Important Concepts:...
Instructional Video6:48
Pitsco Education

Code Cube Lesson 10: A Little Extra!

9th - 12th
In this lesson, you will learn how to make exciting patterns with your Code Cube.
Instructional Video8:55
APMonitor

Linear and Polynomial Regression in MATLAB

10th - Higher Ed
Data regression is an empirical method to develop correlations. This tutorial demonstrates how to use MATLAB to fit a line and polynomial functions along with plotting the results and performing a basic statistical analysis.
Instructional Video5:59
Curated Video

Bug Bounty Program Certification 3.1: Overview of Preparation Steps

Higher Ed
In this video, we will have a look at the preparation steps. • Explore various technologies • Learn about ports and services information • Explore vulnerability scanning and tools
Instructional Video2:23
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : Attacks on Classification and How They Work

Higher Ed
From the section: Security Test Using Adversarial Attack. In this section, you will test any AI system against the latest attacks with the help of simple tools. The aim of this video is to describe why adversarial attacks occur and how...
Instructional Video3:05
Packt

Explain the negative impacts of artificial intelligence systems on society : Comparing Metrics and Choosing the Best Attack

Higher Ed
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Instructional Video3:59
Packt

Explain the negative impacts of artificial intelligence systems on society : PGD Attack Practical Configuration

Higher Ed
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Instructional Video11:22
Curated Video

Test a computer program or algorithm : The On-success Block and Re-raising Exceptions

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the concept of on-success block and re-raising exceptions in Python.
Instructional Video9:01
Curated Video

Test a computer program or algorithm : Dealing with Python Errors

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.
Instructional Video5:21
Curated Video

Implement a computer program using a classic algorithm : Project handoff: Bringing it together

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Design and build a project that utilizes the algorithms and tools that have been...
Instructional Video13:02
Curated Video

Evaluate two sorting or two search algorithms : Selection sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step
Instructional Video11:09
Curated Video

Describe cyber attacks that could affect a computer system or network : Taking Control Over Target Browser with BeEf

Higher Ed
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will learn about variety of dangerous...
Instructional Video2:15
Curated Video

Describe computer programming : Section Goal

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Section Goal • Use Python's def statement...
Instructional Video7:23
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Edge Detection and Gradient Calculations (Sobel, Laplace and Canny)

Higher Ed
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: [Activity] Edge Detection and Gradient Calculations (Sobel, Laplace and Canny)
Instructional Video17:56
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Introduction to Seaborn

Higher Ed
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Instructional Video5:57
Programming Electronics Academy

Switch Case: Arduino Course 5.6

Higher Ed
A demonstration of how "switch-case statements" are used in programming.
Instructional Video8:39
Programming Electronics Academy

Arduino Toolchain: Arduino Course 2.7

Higher Ed
A high level description of the software tools used to get the code you write on an Arduino board.
Instructional Video3:12
Curated Video

Learning R for Data Visualization (Video 23)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video7:59
Curated Video

Ensemble Machine Learning Techniques 3.3: Making Predictions on Movie Ratings Using SVM

Higher Ed
In this video, we will use Python to implement the Bagging technique using SVM. • We will use Jupyter Notebook to execute our code • Use Movie Rating to perform classification • Implement Bagging in python for classification