Instructional Video16:40
Curated Video

Evaluate two sorting or two search algorithms : Bubble 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 bubble sort algorithm step by step
Instructional Video3:13
Curated Video

Describe network protocols : Creating Simple TCP Echo Server

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, will learn how to create a simple TCP echo server. • Learn the process how a server...
Instructional Video4:37
Curated Video

Describe cyber attacks that could affect a computer system or network : Leaving a Backdoor in the Target Machine

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 find out what is persistent...
Instructional Video1:29
Curated Video

Describe computer programming : The Course Overview

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview about the course.
Instructional Video3:01
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Feature Extraction - SIFT, SURF, FAST and ORB

Higher Ed
From the section: Computer Vision Basics: Part 3. In this section, we’ll cover the advanced features of Computer Vision. Computer Vision Basics: Part 3: Feature Extraction - SIFT, SURF, FAST and ORB
Instructional Video3:41
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Code to obtain color histogram

Higher Ed
From the section: Computer Vision Basics: Part 3. In this section, we’ll cover the advanced features of Computer Vision. Computer Vision Basics: Part 3: [Activity] Code to obtain color histogram
Instructional Video17:36
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Convert RGB to HSV color spaces and merge/split channels

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] Convert RGB to HSV color spaces and merge/split channels
Instructional Video8:54
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] View colored image and convert RGB to Gray

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] View colored image and convert RGB to Gray
Instructional Video2:07
Curated Video

Ensemble Machine Learning Techniques 3.2: How Bagging Works

Higher Ed
This video aims to teach the viewer how to use Bootstrapping for Ensemble Learning. • We go into the details of application of Bootstrapping for ensemble Learning • Use understand about Bootstrap aggregating • Look at the Algorithm for...
Instructional Video1:39
Curated Video

Ensemble Machine Learning Techniques 2.2: Ensemble Learning for Classification

Higher Ed
This video aims to teach the viewer how to use Ensemble Learning for Classification. • We go into the details of Majority Voting • We see examples for majority voting in real life • Look at other combination techniques
Instructional Video6:10
Curated Video

Python for Network Forensics 2.2: Populating File Properties

Higher Ed
In this video, we will learn to populate properties of files such as permissions and timestamps. • Understand how to populate file properties • Populate and examine file permissions • Learn and query the different available timestamps of...
Instructional Video6:29
Curated Video

Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators

Higher Ed
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Instructional Video3:00
Curated Video

Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class

Higher Ed
Then, we prepare even more of the basic structure to hold the upcoming logic. • Create a new calculator class and initial method • Run through the basic structure of a Java class
Instructional Video3:02
Curated Video

Mastering Tableau 2018.1, Second Edition 10.2: Develop Geographic Visualizations Using Colors, Shapes, and Filtering

Higher Ed
In this video, we’ll see how we can use the Shape file in Tableau and also apply filters and colors. • Use color to filter data • Explain how analytics improves decision-making • Talk about the kinds of data you’ll deal with
Instructional Video4:59
Curated Video

Learning D3.JS 5.0 5.1: The data() and enter() Methods

Higher Ed
In this video, we will learn what data binding is and how to use the data() and enter() methods. • Learn what data binding is • Get an example with data() and enter() methods • View the result in the browser and discuss it
Instructional Video10:49
Curated Video

Bug Bounty Program Certification 6.3: Create a Virus and Infect the Machines in Network

Higher Ed
In this video, you will learn about virus creation and infect machines. • Download and install Fatrat framework in Kali Linux • Create a virus file using Fatrat and transfer it to victim machine • Exploit victim using that virus
Instructional Video3:34
Curated Video

Cloud Native Development on Azure with Java 3.2: Register Your App with Your Azure Active Directory Tenant

Higher Ed
One of the key steps to securing our app is to register it with our Azure Active Directory tenant. Let’s go ahead and see how to do this! • Test anonymous access for the application • Add other users to the Azure subscription and define...
Instructional Video9:41
Curated Video

Create a computer network: Model Network Devices as Objects

Higher Ed
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Podcast50:28
NASA

‎Houston We Have a Podcast: Your 2017 Astronaut Class

Pre-K - Higher Ed
Anne Roemer, Manager of the Astronaut Selection Office at the NASA Johnson Space Center, talks about the new Astronaut Class of 2017: who they are, what they bring to the table and why these 12 people were chosen out of more than 18,000...
Instructional Video6:15
Curated Video

routing protocols : Static Routes and Dynamic Routes

Higher Ed
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Static Routes and Dynamic Routes
Instructional Video5:54
Curated Video

routing protocols : Routed protocols and Demonstrations

Higher Ed
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Routed protocols and Demonstrations
Instructional Video4:33
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with X-Ray images: Case Study - Part 3

Higher Ed
From the section: CNN-Industry Live Project: Find Medical Abnormalities and Save Life. This section includes a CNN-Industry live project on working with X-Ray images. CNN-Industry Live Project: Find Medical Abnormalities and Save Life:...
Instructional Video5:07
Packt

Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 10

Higher Ed
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images. CNN-Industry Live Project: Playing with Real World Natural Images: Working with...
Instructional Video3:43
Packt

Use functions or APIs from external libraries to develop a computer program : Introduction to Modules

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Modules. Files. Modules. Files. Modules... you get the point. A module is basically...