Instructional Video6:57
Economics Explained

MIT Has Predicted that Society Will Collapse in 2040: The Limits To Growth

9th - Higher Ed
A report in the 1970's looks at how society will progress along certain factors. Which path is the most viable moving forward and which one is the most distrastrous? Either way, what does the year 2040 have to do with it? Helping you...
Instructional Video5:24
Curated Video

Ensemble Machine Learning Techniques 4.2: AdaBoost Algorithm

Higher Ed
This video aims to teach the viewer details about one of the Boosting techniques called AdaBoost. • We go into the details of the AdaBoost algorithm • We see how to calculate model coefficients • We see how to calculate model weights
Instructional Video3:50
Curated Video

Ensemble Machine Learning Techniques 5.1: Overview of Stacking Technique

Higher Ed
This video talks about a commonly used and helpful ensemble technique called stacking. • We get an introduction to stacking technique • We discuss how stacking works • Look at a similar approach to stacking called blending
Instructional Video8:26
Curated Video

Python for Network Forensics 2.3: Querying the Registry

Higher Ed
In this video, we will become familiar with the Windows registry and how the key:value data store maintains OS configuration data. • Learn how to interact with the registry using regedit • Use Python to interact with the registry by...
Instructional Video10:37
Packt

Advanced Computer Vision Projects 3.3: Multi-Person Pose Detection

Higher Ed
In this video, we run a more advanced model to count the number of people and extract poses from more complex images. • Run more advanced ArtTrack model • Apply to model to multiperson images • Visualize the results
Instructional Video3:31
Curated Video

Java 11 Programming for Beginners 1.1: The Course Overview

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

Serverless JavaScript Projects 3.1: Sign Up for Twilio and Determine the SMS Phone Number

Higher Ed
We need a Twilio account and a project built in Twilio with a phone number to SMS to. • Sign in to twilio.com and sign up for account • Build a project in Twilio for SMS messaging • Get the phone number that will be used to send SMS...
Instructional Video8:44
Curated Video

Learning D3.JS 5.0 9.3: Drawing a Path Between Two Points

Higher Ed
In this video, we will learn how to draw a path between nodes. • Create more variables inside the main function • Create nodes and circles • Create labels for the nodes
Instructional Video1:38
Curated Video

Learning D3.JS 5.0 4.2: What Is Data?

Higher Ed
In this video, we will learn what data is in D3.js. • Get a general idea of what data is • Get a deeper understanding of data • Understand how to have data in D3.js
Instructional Video2:07
Curated Video

Learning D3.JS 5.0 2.5: Creating Lines

Higher Ed
In this video, we will learn how to create lines. • Code a line • Fix the problem with not viewing the line • Find out how to set many shapes inside the same SVG
Instructional Video7:29
Curated Video

Bug Bounty Program Certification 13.4: Certification Exam Practice Questions – Part 3

Higher Ed
Exam questions. • Practice questions • Solutions • Explanation of answer
Instructional Video7:59
Curated Video

Bug Bounty Program Certification 9.3: Non-persistent Attack on Websites Frontend

Higher Ed
In this video, you will perform non - persistent attack on websites. • Setup Lab using Mutillidae Buggy web application for non-persistent attack • Explore non-persistent XSS attack using popup box generation • Learn about cookie...
Instructional Video7:07
Curated Video

Bug Bounty Program Certification 7.2: Install DVWA Framework In Kali Linux

Higher Ed
This video will help you host DVWA (Buggy Application). • Explore DVWA application • Download DVWA in Kali Linux • DVWA hosting in server
Instructional Video6:31
Curated Video

Bug Bounty Program Certification 7.1: Install Web Server in Kali Linux

Higher Ed
In this video, you will learn about Xampp installation. • Learn about Xampp • Download Xampp server in Kali Linux • Installation of Xampp server in Kali Linux OS
Instructional Video10:05
Curated Video

Bug Bounty Program Certification 3.3: Find Open Ports and Services in Network

Higher Ed
In this video, we will find open ports and services. • Use Nmap tool to find ports and services • Use Zenmap tool to provide information about ports and services • Explore various commands
Instructional Video1:47
Programming Electronics Academy

Arduino IDE Version :: Arduino Crash Course

Higher Ed
This Arduino tutorial was created by Programming Electronics Academy. We are an education company who seek to help people learn about electronics and programming through the ubiquitous Arduino development board.
Instructional Video11:08
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Semantic Versioning

Higher Ed
This video explains the concept of semantic versioning with Git tags. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It also...
Instructional Video6:33
Curated Video

CISSP® Certification Domain 3: Security Architecture and Engineering Video Boot Camp for 2022 - Hashing

Higher Ed
CISSP Domain 3: System Architecture and Engineering: Hashing. This clip is from the chapter "CISSP Domain 3: System Architecture and Engineering" of the series "CISSP® Certification Domain 3: Security Architecture and Engineering Video...
Instructional Video3:45
Curated Video

Learning Dart (Video 18)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video5:31
Curated Video

Ensemble Machine Learning Techniques 4.1: Introduction to Boosting

Higher Ed
This video talks about an ensemble technique called Boosting. • Define what is a weak classifier • Define what is Boosting ensemble learning • Look at the boosting algorithm
Instructional Video7:50
Curated Video

Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N

Higher Ed
Internationalization is typically an afterthought. Java has a lot of features to help rescue developers from the many traps in this endeavour, and we learn some of them in this video. • We explore the I18N APIs available to format things...
Instructional Video6:10
Curated Video

Java 11 Programming for Beginners 3.1: Hide Your Data – Encapsulation

Higher Ed
We start with the example and showcase a simple encapsulation. • Explain the example • Set up Slack accounts • Establish an initial connection with Slack
Instructional Video16:53
Curated Video

Serverless JavaScript Projects 2.2: Build Your Location AWS Lambda

Higher Ed
We need a way to capture the location information from the provided IP address. • Install serverless and AWS CLI • Utilize a function that queries a database for info from IP • Return the geolocation information to the user
Instructional Video5:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding

Higher Ed
In this video, we will learn how to write parallel low-level JavaScript code. • Learn about node.green • Show optional catch binding in node.green • Implement optional catch binding