Hi, what do you want to do?
Curated Video
Implement a computer program using a classic algorithm : Recursion mini-project 3 - Fibonacci series
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation.
Understand, break down and implement a recursive fibonacci...
Understand, break down and implement a recursive fibonacci...
Curated Video
Evaluate two sorting or two search algorithms : Bubble sort demonstration and complexity analysis
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 bubble...
Visual presentation and complexity analysis of the bubble...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Two and Multi-layer Perceptron ANN
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN.<b<br/>r/>
Artificial Neural Networks: Two and Multi-layer Perceptron ANN
Artificial Neural Networks: Two and Multi-layer Perceptron ANN
Curated Video
Compare different types of data structures : Treaps
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems.
In this video, we cover...
In this video, we cover...
Curated Video
Compare different types of data structures : Segment Trees with Lazy Updates
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems.
This video continues...
This video continues...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Bayes Theorem and Naive Bayes
From the section: Machine Learning: Part 2. In this section, we’ll cover Bayes Theorem, Naive Bayes, SVM and SVC to classify data.<b<br/>r/>
Machine Learning: Part 2: Bayes Theorem and Naive Bayes
Machine Learning: Part 2: Bayes Theorem and Naive Bayes
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 11
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:...
CNN-Industry Live Project: Playing With Real World Natural Images:...
Curated Video
Create a machine learning model of a real-life process or object : Adding More Metrics to Gain a Better Understanding
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...
Curated Video
Design test cases to verify a computer program : Writing a Printer Class for Testing
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python.<b<br/>r/>
This video demonstrates how to write a printer class for testing in Python.
This video demonstrates how to write a printer class for testing in Python.
Curated Video
Evaluate two sorting or two search algorithms : Bisection/Binary search - Iterative implementation
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.<b<br/>r/>
Build the binary search function using iteratively
Build the binary search function using iteratively
Curated Video
Describe computer programming : Loops
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: Loops
Common Coding Concepts: Loops
Packt
Create visual representations of data that models real-world phenomena or processes : Line Charts
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization.
Data...
Data...
Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Poisoning Attacks, Privacy, and Backdoor Attacks Theory
From the section: Build a Threat Model and Learn Different Attacks on AI. In this section, you will create a high-level threat model for AI solution to choose the right priorities against various threats.
The aim of this...
The aim of this...
Curated Video
routing protocols : Benefits of link state routing and Drawbacks of link state routing
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: Benefits of link state...
Routing Introduction: Benefits of link state...
Packt
Evaluate the impact of privacy issues, cyberattacks, and malware on your AI application : Testing Practical Defence from Modified Model Category
From the section: Choosing the Right Defense. In this section, you will deploy the right defense methods to protect AI systems from attacks by comparing their efficiency.
The aim of this video is to show a practical...
The aim of this video is to show a practical...
Curated Video
Test a computer program or algorithm : Handling User Errors
From the section: Errors in Python. This section introduces you to errors in Python.<b<br/>r/>
This video explains how to handle user errors.
This video explains how to handle user errors.
Curated Video
Modify a data structure : Linked List - Independent Exercise
From the section: Linked Lists. Linked Lists: Linked List - Independent Exercise<b<br/>r/>
Linked Lists: Linked List - Independent Exercise
Linked Lists: Linked List - Independent Exercise
Curated Video
Implement different search algorithms : BST - Deleting leaf nodes
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.<b<br/>r/>
Delete scenario one - deleting nodes with no children (leaf nodes)
Delete scenario one - deleting nodes with no children (leaf nodes)
Curated Video
Implement different search algorithms : Build a Binary Search Tree from scratch - Insert
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.<b<br/>r/>
Inserting nodes into a BST in-depth with test cases
Inserting nodes into a BST in-depth with test cases
Curated Video
Describe network protocols : Multi-thread Echo Server
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, we will have a look at how multi-thread TCP echo ser
ver works.
• ...
In this video, we will have a look at how multi-thread TCP echo ser
ver works.
• ...
Curated Video
Describe a neural network : Neural Network with PCA for Binary Classifications
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Convolutional Neural Networks (CNN's)
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works.<b<br/>r/>
Deep Learning and Tensorflow: Part 2: Convolutional Neural Networks (CNN's)
Deep Learning and Tensorflow: Part 2: Convolutional Neural Networks (CNN's)
Curated Video
Compare different types of data structures : Segment Trees and the RMQ Problem
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems.
In this video, we...
In this video, we...
Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Practical Backdoor Attacks
From the section: Build a Threat Model and Learn Different Attacks on AI. In this section, you will create a high-level threat model for AI solution to choose the right priorities against various threats.
The aim of this...
The aim of this...