Curated Video
routing protocols : Introduction to IP Routing and Routed vs. Routing Protocols
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: Introduction to IP Routing and Routed...
Curated Video
Explain web security : Methodolo-gy of Hack-ers
From the section: Steps for Ethical Hacking. In this part, you are going to learn how hackers think and act before and after they hack a system, and how they gather sensitive information. We’ll follow the same steps to test whether we...
Packt
Explain the negative impacts of artificial intelligence systems on society : CW Attack Practical Configuration
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...
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 9
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...
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 6
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...
Curated Video
Implement a computer program using a classic algorithm : A look at the recursive divide function
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. A look at the divide/split function which introduces recursion
Curated Video
Evaluate a machine learning model : Better Measures than Accuracy
From the section: Improving Model Accuracy. We start with reviewing previous day’s assignment by looking at an ideal solution and results. This module takes a pause from introducing any new model and focuses on improving the models and...
Curated Video
Develop a computer program to solve a problem using control structures : For Loops II
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops II
Curated Video
Describe network protocols : Handling Connections with Thread Pools
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 look at how to handle threads with thread pools. • Show a sample application...
Curated Video
Learning R for Data Visualization (Video 26)
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...
Curated Video
Describe a neural network : Theory Behind ANN (Artificial Neural Network) and DNN (Deep Neural Networks)
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
Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. • Slides will highlight the classes and methods to look out for • Add the capability to read a sentence from...
Curated Video
Learning D3.JS 5.0 7.3: Breaking Down Scales
In this video, we will learn what scales are and why we need them. • Identify the problem • Understand what the scale function is • Get to know about range and domain
APMonitor
Install Julia on Windows and Linux with Jupyter Notebook
Julia is a language that combines the ease of programming of MATLAB or Python with the speed of C or Java. This tutorial shows how to install Julia 0.5.0 on Windows or Linux (Ubuntu) and manage add-on packages.
Packt
Compare the breadth-first and depth-first search algorithms : DFS Versus BFS
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...
Packt
Compare the breadth-first and depth-first search algorithms : Building Search Tree with Nodes
From the section: Shortest Time Search (Depth First Search). Build a sample search tree by answering the questions. • What is a node • What are the properties and methods of node class • How can nodes be used to build trees Build a...
Curated Video
Create a list : Implement List Insert
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains how to implement the List Insert method.
Curated Video
Evaluate two sorting or two search algorithms : Bubble sort implementation
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
Curated Video
Describe network protocols : Creating Simple TCP 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, will learn how to create a simple TCP echo server. • Learn the process how a server...
Curated Video
Describe cyber attacks that could affect a computer system or network : Leaving a Backdoor in the Target Machine
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...
Curated Video
Describe computer programming : The Course Overview
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.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Feature Extraction - SIFT, SURF, FAST and ORB
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
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Code to obtain color histogram
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
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
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