Instructional Video3:28
Packt

Advanced Computer Vision Projects 3.4: Videos and Retraining

Higher Ed
In this video, we’ll briefly cover how to extend the model to handle videos and how to retrain the model. • See that we can apply algorithms to videos by running frame-by-frame • Briefly go over instructions to retrain on existing or new...
Instructional Video2:21
Packt

Advanced Computer Vision Projects 1.1: The Course Overview

Higher Ed
This video shows an entire overview of the course.
Instructional Video3:10
Curated Video

Mastering Tableau 2018.1, Second Edition 8.4: Clustering Data in Tableau

Higher Ed
In this video, we’ll see how to cluster data in Tableau. • Understand clusters • Implement clustering in Tableau
Instructional Video4:27
Curated Video

Mastering Tableau 2018.1, Second Edition 3.3: Using the Data Interpreter

Higher Ed
In this video, we’ll see the data interpreter in action. • Load the dataset into Tableau • Apply the data interpreter to the data
Instructional Video6:31
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.3: Clustering

Higher Ed
Node.js is running a single process on a CPU, wasting other cores. Luckily for us, Node.js has a module to solve this for us and let us use multi-core. In this video, we will learn how to use this module. • Explain cluster module • Use...
Instructional Video3:56
Curated Video

Learning D3.JS 5.0 10.4: Make It More Functional

Higher Ed
In this video, we will add another JSON file with cities, population, longitude, and latitude, and make the cities visible. • Add the new JSON file • Add code to make the cities visible • View the result
Instructional Video3:42
Curated Video

Learning D3.JS 5.0 8.6: Adding Visual Information

Higher Ed
In this video, we will create an area chart using the line chart. • Add some code to make the data more readable • Understand the area chart • Add the area chart
Instructional Video2:50
Curated Video

Learning D3.JS 5.0 7.5: Working with Arrays

Higher Ed
In this video, we will use arrays to simulate real-life examples. • Go through the array documentation • Use the array and alternate the domain() in the code • Use the console to check whether the result is correct
Instructional Video3:14
Curated Video

Learning D3.JS 5.0 2.1: What Is an SVG?

Higher Ed
In this video, we will learn about SVG, what it is, where we use it, what we can do with it, its advantages/disadvantages, and how D3.js handles them. • Understand the definition of SVG • Learn the properties of SVG • Know when we should...
Instructional Video8:07
Curated Video

Bug Bounty Program Certification 12.2: Install Drozer on Windows and Android Machines

Higher Ed
This video will help you download and install Drozer in Android and Windows. • Download Drozer file • Install Drozer in Windows • Install drozer.apk in android phone
Instructional Video8:35
Curated Video

Bug Bounty Program Certification 11.4: Find Bugs in Coding Files and Break Algorithm

Higher Ed
This video will help you find algorithm and complete the task. • Analyze source code to find algorithm used • Find out encryption key • Complete the task to encrypt the string
Instructional Video8:20
Curated Video

Bug Bounty Program Certification 10.1: Install Android Studio in Windows Machine and Setup

Higher Ed
This video will help you understand how to setup lab for Android machine. • Download Android studio • Installation of Android studio • Create a Nexus phone using Android studio
Instructional Video8:10
Packt

State the purpose of network hardware : Introduction to Networking

Higher Ed
From the section: Introduction to Computer Networks (ICND1). This Section introduces Computer Networks. This includes lectures on Physical Components, Topology, Speed etc. Introduction to Computer Networks (ICND1): Physical Components
Instructional Video7:43
Packt

List computer networking media : E-Mail

Higher Ed
From the section: The Internet. Here, we explore our internet options. Continuing with the Application-layer protocols, this episode explores e-mail. Mike covers the three classic e-mail protocols, SMTP for sending and POP3 and IMAP4 for...
Instructional Video5:51
Packt

List computer networking media : Beyond the LAN

Higher Ed
From the section: The Internet. Here, we explore our internet options. In this episode, Mike explores the crazy acronym soup around networking, explaining the differences among terms like LAN, WAN, MAN, PAN, CAN, and HAM. (Just kidding...
Instructional Video10:04
Packt

State the purpose of network hardware : Crimping Cables

Higher Ed
From the section: Essentials of Networking. In this section, we learn about WANS, Routers, cables and connectors. Networking uses many different types of cables such as coaxial, twisted pair, and even fiber-optic. These different cables...
Instructional Video2:37
Packt

Compare the breadth-first and depth-first search algorithms : Do It Yourself

Higher Ed
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...
Instructional Video4:27
Packt

Compare the breadth-first and depth-first search algorithms : The Course Overview

Higher Ed
From the section: Shortest Time Search (Depth First Search). This video provides an overview of the entire content. This video provides an overview of the entire content.
Instructional Video3:29
Curated Video

Import external packages or libraries : Finding 3rd Party Packages

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 Learn how to find 3rd party packages in Python.
Instructional Video2:25
Packt

Give appropriate attribution for externally sourced media or code : The dataset

Higher Ed
From the section: The MNIST example. In this section, we’ll see the MNIST example. The MNIST dataset is the “Hello, world” of machine learning, and deep learning in particular. We introduce the problem and describe its use as our first...
Instructional Video2:36
Curated Video

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

Higher Ed
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works. Deep Learning and Tensorflow: Part 2: Max Pooling
Instructional Video6:20
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Template Matching - Find a Truck

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: Template Matching - Find a Truck
Instructional Video6:20
Curated Video

Fix the errors in a computer program or algorithm : Errors - Types of Errors!

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Errors - Types of Errors!
Instructional Video3:00
Curated Video

Java 11 Programming for Beginners 1.2: Installing Java 11 and the IntelliJ IDEA Community IDE

Higher Ed
The goal of the video is to guide the beginner to get Java 11 as well as an IDE installed. • Download and install Java 11 • Download the JetBrains Toolbar • Install IntelliJ Community Edition