Hi, what do you want to do?
Curated Video
Fix the errors in a computer program or algorithm : Raising Exception
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: Raising Exception
Errors and Exceptions Handling: Raising Exception
Curated Video
Implement different search algorithms : BST from scratch - Delete demo
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc.
Visualize and understand the process of the delete functionality from a...
Visualize and understand the process of the delete functionality from a...
Zach Star
Computer Engineering Careers and Subfields
This video covers various subfields of computer engineering and what careers you can get in those fields. Computer engineering is basically the combination of electrical engineering and computer science, which means a...
Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : White-Box Adversarial with Example
From the section: Testing Image Classification.In this section, you will design specific security tests for image recognition systems. Here you will focus on one particular type of AI solution – image classification, and one...
Packt
Explain the negative impacts of artificial intelligence systems on society : Adversarial Attacks Metrics and White-Box Adversarial Attacks
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...
Curated Video
Fix the errors in a computer program or algorithm : Try, Except, Else and Finally
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: Try, Except, Else and Finally
Errors and Exceptions Handling: Try, Except, Else and Finally
Packt
Describe a data structure : Constructor Functions and the "this" Keyword
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...
Introduction to Data Structures and Important...
Curated Video
Describe cyber attacks that could affect a computer system or network : Advanced-Level Hacking - Scanning Hosts with Python Script
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 consider using Python language in...
Curated Video
Describe cyber attacks that could affect a computer system or network : Types of man-in-the-middle Attack
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 know about what is...
Packt
Debug a computer program created by someone else : Debugging Your Second Python Program
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3.
Demonstrate the Python debugger, and PyCharm interface to the debu
gger mode.
• Run...
Demonstrate the Python debugger, and PyCharm interface to the debu
gger mode.
• Run...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Detecting Cars Using SVM - Part #2
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: [Activity] Detecting Cars Using SVM - Part #2
Machine Learning: Part 2: [Activity] Detecting Cars Using SVM - Part #2
Curated Video
Describe an advanced data structure : Array Problems Involving Modulos
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but...
Curated Video
Use variables to store data : Variables in Python
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets.<b<br/>r/>
A Full Python Refresher: Variables in Python
A Full Python Refresher: Variables in Python
Packt
Compare the breadth-first and depth-first search algorithms : BFS and DFS Intro
From the section: BFS and DFS Grid World. This section will cover BFS and DFS Grid concept.<b<br/>r/>
BFS and DFS Grid World: BFS and DFS Intro
BFS and DFS Grid World: BFS and DFS Intro
Curated Video
Modify a data structure : Testing Add To Tail and Add To Head
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function<b<br/>r/>
Linked Lists: Testing Add To Tail and Add To Head
Linked Lists: Testing Add To Tail and Add To Head
Curated Video
Fix the errors in a computer program or algorithm : Catching Exceptions
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python<b<br/>r/>
When you get an error, you need to "handle" it so your code doesn't crash.
When you get an error, you need to "handle" it so your code doesn't crash.
Curated Video
Describe an advanced data structure : Find the Given-Length Subarray with the Maximum Minimum
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but...
Curated Video
Develop a computer program to solve a problem using control structures : While Loops
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this.<b<br/>r/>
Python Crash Course: While Loops
Python Crash Course: While Loops
Packt
Introduction to computer hardware and software : Keyboards and Mice
From the section: Essential Peripherals. In this section, we learn more about optical media, USB standard, configure USB’s for keyboard and mIce. Our hands are constantly on our keyboards and mice, yet they are often some of the most...
Packt
Introduction to computer hardware and software : RAM Capacity
From the section: RAM. Here, we learn about RAM technology. Individual sticks of DRAM will have very different capacities. It’s important to understand RAM capacities and how sticks work together to provide the total memory for a system.
Packt
Introduction to computer hardware and software : CPU Sockets
From the section: CPUs. In this section, we explore features about CPU. Both AMD and Intel use unique CPU packages that install into their respective sockets. It’s imperative for a tech to know the most popular sockets available today...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Classifying Images with a Simple CNN, Part 1
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: [Activity] Classifying Images with a Simple CNN, Part 1
Deep Learning and Tensorflow: Part 2: [Activity] Classifying Images with a Simple CNN, Part 1
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to Train a perceptron for binary classification
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN.<b<br/>r/>
Artificial Neural Networks: Code to Train a perceptron for binary classification
Artificial Neural Networks: Code to Train a perceptron for binary classification
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision.<b<br/>r/>
Computer Vision Basics: Part 1: [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam
Computer Vision Basics: Part 1: [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam