Instructional Video4:57
Curated Video

Ensemble Machine Learning Techniques 3.5: Using Random Forest to Analyze Sonar Chirp Data

Higher Ed
In this video, we will use python and sklearn to analyze sonar chirp data using Random Forest. • We will use Jupyter Notebook to execute our code • Use Random Forest implementation in Scikit learn • Test with different number of trees
Instructional Video2:39
Curated Video

Ensemble Machine Learning Techniques 1.4: Setting Up Dependencies

Higher Ed
In this video, we will look at scikit learn and how to build a simple ensemble model. • Get an introduction to scikit learn • Use scikit learn to write a simple ensemble learning model • Use scikit learn to evaluate the ensemble learning...
Instructional Video8:50
Curated Video

Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards

Higher Ed
In this video, we’ll look at the several actions we can do on our dashboards. • Why are actions necessary? • Why is highlighting necessary?
Instructional Video2:58
Curated Video

Mastering Tableau 2018.1, Second Edition 5.4: Creating a Condition Filter

Higher Ed
We’ll create a condition filter. • Understand the condition filter • Apply it to our data
Instructional Video14:16
Curated Video

Serverless JavaScript Projects 4.5: Utilizing the Different CRUD Lambdas to Connect Our Front-End App to a Database

Higher Ed
We need to work out all the calls to the DB endpoints from the front-end application. • Start working out all the calls to the API endpoints • Put all the calls in place • Test to make sure everything is working
Instructional Video8:42
Curated Video

Serverless JavaScript Projects 2.5: Stream the Data Between the Lambdas and the Front End

Higher Ed
We need to test this and verify results and make sure it looks good. • Stretch out how much info is being returned
Instructional Video1:55
Curated Video

Serverless JavaScript Projects 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video6:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.4: TypeScript with InversifyJS

Higher Ed
In this video, we will learn how to improve our code with a powerful TypeScript library. • Install InversifyJS • Adapt the Express.js code to use InversifyJS • Create a controller
Instructional Video4:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 3.1: All about Time

Higher Ed
In this video, we will learn how to use time features in Node.js, what the phases of the event loop are and how they affect the timer functions in node. • Explain the event loop • Show setTimeout and setImmediate • Look at a nested...
Instructional Video4:42
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.2: Destructing Enhancement

Higher Ed
In this video, we will learn the advantages of using destructing in a variable and an array within Express, instead of the old-fashioned way. • Destruct a variable of request into multiple variables • Destruct an array of the process...
Instructional Video6:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js

Higher Ed
In this video, we will learn how to develop multiple node packages into one big codebase. • Understand what a monorepo is and install Lerna.js • Create multiple packages • Use these multiple packages
Instructional Video2:20
Curated Video

Learning D3.JS 5.0 2.2: Creating Your First SVG

Higher Ed
In this video, we will learn how to create an SVG element. • Start coding on a texteditor. • Load browser to view the SVG. • Load browser + developer tools. Get familiar with the Elements tab in developer tools.
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.3: Perform Reverse Engineering and Find Bugs

Higher Ed
This video focuses on open source code files. • Convert APK into jar file using dex2jar • Open source code using JD-gui tool • Analyze source code
Instructional Video7:49
Curated Video

Bug Bounty Program Certification 3.2: Finding Frontend and Backend Technologies

Higher Ed
In this video, we will see how to find front end and backend technologies. • Explore Info gathering using net discover tool • Learn about Info gathering using Dmitry tool • Find frontend and backend technologies
Instructional Video4:31
Packt

CompTIA Network+ Certification N10-007: The Total Course - Introduction to Firewalls

Higher Ed
This video provides an introduction to the firewalls. This clip is from the chapter "Protecting Your Network" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn how to protect the...
Instructional Video2:39
Packt

CompTIA Network+ Certification N10-007: The Total Course - Software as a Service (SaaS)

Higher Ed
This video explains the concept of SaaS and highlights that SaaS is all around us with DropBox and others. This clip is from the chapter "Virtualization and Cloud Computing" of the series "CompTIA Network+ Certification N10-007: The...
Instructional Video3:43
Curated Video

C++ Standard Template Library in Practice - Introduction to Threading

Higher Ed
The user is new to the idea of threads and needs to be introduced to it. • Review single threaded architecture • Introduce threads and how they work • Describe how we will use them in C++ going forward This clip is from the chapter...
Instructional Video0:54
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section 13 Introduction

Higher Ed
This video provides an introduction to this section. 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 highlights the...
Instructional Video4:23
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Lightweight Versus Annotated Tags

Higher Ed
This video highlights the difference between lightweight and annotated 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...
Instructional Video0:59
Curated Video

Apache Maven Beginner to Guru - Conclusion "Maven Release Plug-in"

Higher Ed
This video provides a conclusion for this section. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Instructional Video11:44
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Nmap - 2

Higher Ed
In this video, you'll continue to learn about Nmap. This clip is from the chapter "Active Information Gathering and Port Scanning" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video5:53
Curated Video

Learn and Master C Programming - CPU, GPU and 32-bit versus 64-bit Processors

Higher Ed
Learn the role of CPU and its components and also learn about the role of GPU and touch base on differences between 32-bit and 64-bit processors as well as Operating Systems. This clip is from the chapter "Quick Intro To Computer Basics"...
Instructional Video2:28
Curated Video

Ensemble Machine Learning Techniques 4.3: Other Boosting Algorithms

Higher Ed
In this video, we will see some of the other Boosting techniques. • We will learn about gradient boosting • We learn about extreme gradient Boosting • We see the advantages of Light GBM and CatBoost techniques
Instructional Video4:31
Curated Video

Mastering Tableau 2018.1, Second Edition 8.3: Using Step and Jump Lines

Higher Ed
We’ll see new lines that we have in Tableau 2018.1. • Different types of lines in Tableau • Implement lines in Tableau