Instructional Video3:39
Curated Video

Discuss the importance of data : Missing value treatment in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In...
Instructional Video2:59
Curated Video

Discuss the importance of data : The Data set for the Course

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In...
Instructional Video8:31
Curated Video

Fix the errors in a computer program or algorithm : Exceptions Handling

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail.<b<br/>r/>

Errors and Exceptions Handling: Exceptions Handling
Instructional Video5:03
Curated Video

Implement different search algorithms : BST from scratch - In-order traversal

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.



Build the in-order traversal method so nodes can be displayed in order...
Instructional Video6:57
Packt

Introduction to computer hardware and software : Boot Order

Higher Ed
From the section: Mass Storage Technologies. In this section, we cover topics related to Mass storage. Today’s computers often use multiple mass storage devices. It’s critical that the system boots from the right device. Boot order is...
Instructional Video3:51
Curated Video

Create a machine learning model of a real-life process or object : Analyzing the Airbnb Dataset and Making a Plan

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a...
Instructional Video33:26
Curated Video

Describe computer programming : Functions

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.<b<br/>r/>

Common Coding Concepts: Functions
Instructional Video5:55
Packt

Use variables to modify data : Intro to Data Types

Higher Ed
From the section: Beginners Python. This section is about Installing Python, Python 3 vs Python 2, Variables, Strings etc.<b<br/>r/>

Beginners Python: Intro to Data Types
Instructional Video7:17
Curated Video

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

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...
Instructional Video7:42
Curated Video

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

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:...
Instructional Video5:40
Curated Video

Discuss the importance of data : Importing Data in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In...
Instructional Video10:59
Curated Video

Test a computer program or algorithm : Raising Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python.<b<br/>r/>

This video explains how to raise an error in Python.
Instructional Video9:11
Curated Video

Evaluate two sorting or two search algorithms : Selection sort demonstration and complexity analysis

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.



Visual presentation and complexity analysis of the...
Instructional Video13:07
Packt

Introduction to computer hardware and software : Graphics Cards and Connections

Higher Ed
From the section: Display Technologies. In this section, we explore our display options for per our uses. Monitors don’t create the images they display; that’s the graphics card’s job. Graphics cards come with different features and...
Instructional Video12:03
Packt

Introduction to computer hardware and software : CPU Speeds and Cores

Higher Ed
From the section: CPUs. In this section, we explore features about CPU. Today’s AMD and Intel CPUs use the same set of instructions. A CPU’s clock speed describes (roughly) how fast it processes these instructions. Most clock speeds...
Instructional Video5:58
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : ReLU Activation, and Preventing Overfitting with Dropout Regularlization

Higher Ed
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level.



Deep Learning and Tensorflow: Part 1: ReLU Activation, and Preventing...
Instructional Video12:04
Curated Video

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

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...
Instructional Video4:41
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : Practical Example of Classification Attacks for MNIST Adversarial Challenge

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 provide practical experience in...
Instructional Video2:57
Curated Video

Explain web security : The Course Overview

Higher Ed
From the section: First Steps. In this section, the viewer will be introduced to the course with a look at the course in general, have a look at some of the operating systems used in this course, and begin to understand basic...
Instructional Video6:59
Curated Video

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

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:...
Instructional Video4:59
Curated Video

Discuss the importance of data : Plotting decision tree in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In...
Instructional Video17:58
Curated Video

Test a computer program or algorithm : Built-in Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python.<b<br/>r/>

This video explains the built-in errors in Python.
Instructional Video2:37
Curated Video

Call a function : List Methods

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:...
Instructional Video6:07
Curated Video

Implement logical operations in a computer program : Exploring Logical Operators – Part 1

Higher Ed
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if...