Curated Video
Ensemble Machine Learning Techniques 3.5: Using Random Forest to Analyze Sonar Chirp Data
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
Curated Video
Ensemble Machine Learning Techniques 1.4: Setting Up Dependencies
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards
In this video, we’ll look at the several actions we can do on our dashboards. • Why are actions necessary? • Why is highlighting necessary?
Curated Video
Mastering Tableau 2018.1, Second Edition 5.4: Creating a Condition Filter
We’ll create a condition filter. • Understand the condition filter • Apply it to our data
Curated Video
Serverless JavaScript Projects 4.5: Utilizing the Different CRUD Lambdas to Connect Our Front-End App to a Database
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
Curated Video
Serverless JavaScript Projects 2.5: Stream the Data Between the Lambdas and the Front End
We need to test this and verify results and make sure it looks good. • Stretch out how much info is being returned
Curated Video
Serverless JavaScript Projects 1.1: The Course Overview
This video will give you an overview about the course.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.4: TypeScript with InversifyJS
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 3.1: All about Time
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.2: Destructing Enhancement
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js
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
Curated Video
Learning D3.JS 5.0 2.2: Creating Your First SVG
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.
Curated Video
Bug Bounty Program Certification 11.3: Perform Reverse Engineering and Find Bugs
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
Curated Video
Bug Bounty Program Certification 3.2: Finding Frontend and Backend Technologies
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
Packt
CompTIA Network+ Certification N10-007: The Total Course - Introduction to Firewalls
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...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Software as a Service (SaaS)
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...
Curated Video
C++ Standard Template Library in Practice - Introduction to Threading
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Section 13 Introduction
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Lightweight Versus Annotated Tags
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...
Curated Video
Apache Maven Beginner to Guru - Conclusion "Maven Release Plug-in"
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.
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Nmap - 2
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...
Curated Video
Learn and Master C Programming - CPU, GPU and 32-bit versus 64-bit Processors
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"...
Curated Video
Ensemble Machine Learning Techniques 4.3: Other Boosting Algorithms
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
Curated Video
Mastering Tableau 2018.1, Second Edition 8.3: Using Step and Jump Lines
We’ll see new lines that we have in Tableau 2018.1. • Different types of lines in Tableau • Implement lines in Tableau