Instructional Video11:47
Packt

Advanced Computer Vision Projects 2.4: Finding and Reading License Plates

Higher Ed
In this video, we identify which characters do in fact belong to plates and convert them to text. • Figure out what locations are actually plates • Use k-nearest neighbors to convert images to text • View and analyze the results
Instructional Video6:15
Curated Video

High Performance Scientific Computing with C 2.4: Compiler Optimizations

Higher Ed
How can we use the compiler to automatically speed up our programs? • Learn about the basic -O optimizations • See how -Ofast-math can squeak out even better optimizations • See why -Ofast-math isn’t enabled by default
Instructional Video4:56
Curated Video

Learning D3.JS 5.0 7.6: Visualization with Scales

Higher Ed
In this video, we will learn how to use the scale, range, and domain functions in the scatter plot to dynamically present data. • Create the variables for x and y coordinates • Alternate the returning values of circles and labels • View...
Instructional Video3:06
Curated Video

Learning D3.JS 5.0 3.3: Creating Texts

Higher Ed
In this video, we will learn how to create texts. • Create the text element and add some CSS properties • Create a text area • Make the text clickable
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools

Higher Ed
This video focuses on the tools to perform reverse engineering tools. • Explore reverse engineering tools listing • Download dex2jar tool • Download JD-gui tool
Instructional Video5:33
Curated Video

Bug Bounty Program Certification 4.2: Setup External Network Attack

Higher Ed
In this video, we will see how to setup external wireless adapter and wireless attack. • Explore information about external wireless adapter • Connect wireless adapter to Kali Linux OS • Setup wireless attack lab
Instructional Video6:55
Curated Video

Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine

Higher Ed
We will create a Jenkins master and deploy it on Azure using a new Azure virtual machine. • Deploy a new virtual machine and set up the Jenkins master server • Look for a ready-made instance with Jenkins installed and configured • Track...
Instructional Video3:30
Curated Video

Cloud Native Development on Azure with Java 2.2: Deploy a New Cosmos DB in Azure

Higher Ed
Now it’s time to take a step ahead with the TODO list we created in the previous video! We are going to connect our Java application to use Azure Cosmos DB as a backend for storing the TODO list data items. • Create a new Cosmos DB...
Instructional Video18:25
The Wall Street Journal

The High-Tech World of Working Out

Higher Ed
John Foley, co-founder and CEO of Peloton, talks to WSJ sports columnist Jason Gay about engaging with traditional exercise equipment by applying technology to the mix.
Instructional Video2:53
Curated Video

Design test cases to verify a computer program : Introduction to this Section

Higher Ed
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video provides an introduction to this section.
Instructional Video6:51
IDG TECHtalk

How to safely erase data under Windows

Higher Ed
See how to save a data frame from R to Excel – with styling or multiple tabs. If you have a request for a future episode of Do More With R, leave a comment below.
Instructional Video3:09
Curated Video

CISM Certification Domain 1: Information Security Governance Video Boot Camp 2019 - Designing security into our software

Higher Ed
CISM Domain 1: Information Security Governance: Designing security into our software This clip is from the chapter "CISM Domain 1: Information Security Governance" of the series "CISM Certification Domain 1: Information Security...
Instructional Video6:57
R Programming 101

How to install R and install R Studio. How to use R studio - R programming for beginners

Higher Ed
This video will walk you through how to install R and how to install R studio. There is also a short introduction to R Studio. This is part of a series called, R programming for beginners. If you're interested in data science or...
Instructional Video7:02
Packt

CompTIA Network+ Certification N10-007: The Total Course - Open Systems Interconnection (OSI) Model versus Transmission Control Protocol/Internet Protocol (TCP/IP) Model

Higher Ed
This video illustrates the difference between the OSI model and TCP/IP model. This clip is from the chapter "Network Models" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn to work...
Instructional Video5:11
Executive Finance

Vendor Selection for ERP Projects: Tips and Best Practices

Higher Ed
This video is a lesson on vendor selection for ERP projects. The teacher emphasizes the importance of evaluating vendors based on both their software product and culture fit. She also provides tips on using scorecards and consulting with...
Instructional Video5:45
All In One Social Media

How To Use SnapChat To Grow Your Business with Rhonda Greene

Higher Ed
How To Use SnapChat To Grow Your Business with Rhonda Greene // Don't be sleeping on SnapChat for business development. Did you know that Snapchat has development tool that helps you make your own SnapChat filter. This could be fun or...
Instructional Video2:53
Curated Video

Ensemble Machine Learning Techniques 6.3: Example on Kaggle Competition

Higher Ed
We will get comfortable with using ensemble learning for competitive data science. • We will understand the dataset • We will create and train different models • We will combine the trained models using stacking and get our final result
Instructional Video10:09
Curated Video

Python for Network Forensics 3.3: Deeper File Properties

Higher Ed
In this video, we will explore other important properties of file that will allow you to decipher a known bad or malicious actor. • Learn how a digest algorithm works with a file • Develop a Python application to hash a file • Alter our...
Instructional Video9:18
Curated Video

Mastering Tableau 2018.1, Second Edition 4.2: Data Blending with Tableau

Higher Ed
Merge different data sources with the help of data blending. • Understand how data blending works • Blend data in Tableau
Instructional Video7:20
Curated Video

Serverless JavaScript Projects 4.1: Creating the UI by Building a Good Front End with Drag and Drop Tiles

Higher Ed
This video covers a usable front end UI that works for people to visualize a SCRUM or KANBAN board. • Set up an HTML template with Bootstrap and jQuery • Link the jQuery UI Library for drag and drop functionality • Build a UI that has...
Instructional Video9:14
Curated Video

High Performance Scientific Computing with C 3.3: Vectorizing with AVX

Higher Ed
How can we use automatic vectorization to speed up our code? What vectorization options currently exist? • Learn about the history of vector instructions • Learn how to compile with AVX/AVX2 • Learn about the latest AVX-512 instruction set
Instructional Video6:36
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.1: Process Environment Variables

Higher Ed
In this video, we will learn why and how we can use environment variables, as well as how to manage these variables. • Show how environment variables work • Load variables from .env files • Show node-env-run
Instructional Video3:19
Curated Video

Learning D3.JS 5.0 5.2: Function in Methods

Higher Ed
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Instructional Video10:50
Curated Video

Bug Bounty Program Certification 9.4: Forge Request Attack on Websites

Higher Ed
In this video, you will perform cross site request forgery attack on website. • Setup Lab setup using Mutillidae Buggy web application for forgery attack • Learn from the example of Force someone to add a blog without consent • Learn...