Instructional Video3:10
Curated Video

Learning D3.JS 5.0 4.1: The Setup

Higher Ed
In this video, we will set up the files and add the D3.js library. • Create the HTML, CSS, and JS file • Navigate to GitHub to access the D3.js library • Make sure the library is added correctly by checking the console in the developer...
Instructional Video8:26
Curated Video

Bug Bounty Program Certification 10.2: Download and Run Bug-Testing Apps in Android Studio

Higher Ed
In this video, you will operate Android Phone and Install APK file. • Start Android phone using android studio • Download APK file • Installation of APK in Android Phone
Instructional Video2:02
Curated Video

TypeScript for Beginners - De-Structuring Arrays

Higher Ed
This video demonstrates how to de-structure arrays.
r/>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use...
Instructional Video1:31
Curated Video

Ensemble Machine Learning Techniques 1.1: The Course Overview

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

Mastering Tableau 2018.1, Second Edition 5.5: Creating a Top Filter

Higher Ed
In this video, we’ll see the top filter.<br/>
• Understand what the top <br/>filter does
• Apply it to our data
Instructional Video13:15
Curated Video

Mastering Tableau 2018.1, Second Edition 1.3: Understanding Tableau File Types and Workspace

Higher Ed
In this video, we’ll see the file types that Tableau has and we’ll also look at the Tableau workspace. • Different file types in Tableau • Understand the Tableau workspace
Instructional Video6:48
Curated Video

Bug Bounty Program Certification 12.4: Find Bugs By Analyzing Log Files and Find Secret Information

Higher Ed
In this video, you will analyze log files and find secret information. • Open log files using logcat command • Analyze log files • Find out secret info from log files
Instructional Video5:46
Curated Video

Bug Bounty Program Certification 2.2: Download Windows10 and Kali Linux 2018

Higher Ed
This video will help you download Windows10 and Kali. • Learn about Kali Linux • Download Windows10 • Download Kali Linux
Instructional Video3:36
Curated Video

Cloud Native Development on Azure with Java 2.4: Verify the Web Application Functionality Locally

Higher Ed
In this video, we will run the Java TODO sample app locally and review the functionality provided by the application.<br/>
• Add new<br/> TODO items
• Change the status of<br/> the items in the list
Instructional Video2:41
Curated Video

Cloud Native Development on Azure with Java 2.3: Integrate a Web Application with Cosmos DB

Higher Ed
This video will show you how to use the Cosmos DB instance we deployed earlier and integrate it with an existing Java Spring Boot application.

• Set the values for the document db endpoint URI, document db key, and document db...
Instructional Video5:08
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.3: Type Checking with TypeScript

Higher Ed
In this video, we will learn how to use TypeScript to improve our code.<br/>
• Install the dependencies for<br/> TypeScript
• Adapt the Express.js <br/>code to use TypeScript
• Run the app<br/>lication with TypeScript compiler
Instructional Video4:24
Curated Video

Predictive Analytics with TensorFlow 9.3: Developing a Predictive Model for Time Series Data

Higher Ed
RNNs, specifically LSTM models, are often a difficult topic to understand. Time series prediction is a useful application for RNNs because of temporal dependencies in the data. Time series data is abundantly available online. In this...
Instructional Video12:58
Curated Video

Mastering Tableau 2018.1, Second Edition 6.1: Working with Grouping, Drill Down, and Date Hierarchies

Higher Ed
In this video, we’ll work with grouping, drill-down, and data hierarchies. • Understand and implement groups • Understand and implement drill-down • Understand and implement data hierarchies
Instructional Video2:19
Curated Video

Ensemble Machine Learning Techniques 5.2: Implementing Blending in Python

Higher Ed
This video aims to teach the viewer how to implement blending in Python. • We go into the details of blending algorithm • We write simple python code to perform blending
Instructional Video1:53
Curated Video

Mastering Tableau 2018.1, Second Edition 2.2: Connecting to the Global Superstore Dataset

Higher Ed
In this video, we’ll learn how to connect to the global superstore dataset. • Connect to the sample superstore dataset • Import datasheets • Exploring the dataset in Tableau
Instructional Video5:18
Curated Video

Tips, Tricks, and Techniques for Node.js Development 3.3: Do It the Promises Way

Higher Ed
When we have too many callbacks depending on each other we can move on to promises. In this video, we will learn how to use promises. • Understand callback hell • Explain promises • Rewrite our code with promises
Instructional Video3:35
Curated Video

Node.js API Masterclass with Express and MongoDB - Course Introduction

Higher Ed
Welcome to the Course: Course Introduction
r/>
This clip is from the chapter "Welcome to the Course" of the series "Node.js API Masterclass with Express and MongoDB".This section welcomes you to the course and will give an...
Instructional Video9:43
Curated Video

Python for Network Forensics 4.1: Analyzing Windows Memory

Higher Ed
In this video, we will use the powerful Python based Volatility, learn to import and analyze volatile memory images of Windows-based systems.

• Learn the basics of how to use the Volatility fram
ework
• Learn the importance of...
Instructional Video8:01
Curated Video

Python for Network Forensics 4.3: Analyzing Linux Memory

Higher Ed
In this video, we will continue to expand our knowledge of Volatility by providing images from Linux-based systems. • Learn to import and analyze Linux memory images with custom profiles • Learn the plugins for Linux systems and how they...
Instructional Video5:39
Curated Video

MRUA y MCU

12th - Higher Ed
Continuamos nuestro estudio del movimiento de los cuerpos hablando de aquellos movimientos en que está involucrada la aceleración. Empezamos hablando del movimiento rectilíneo uniformemente acelerado, o MRUA y nos centramos en el caso...
Instructional Video3:04
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Web Applications to Practice Selenium Automation

Higher Ed
This video contains web applications to practice Selenium automation.
r/>
This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video2:17
Curated Video

Ensemble Machine Learning Techniques 6.1: Practical Advice

Higher Ed
In this video, we will see some of the common pitfalls to avoid during ensembling. • We will see things to consider while building a stacked model • We will learn about the challenges and its solutions in Boosting
Instructional Video4:29
Packt

Advanced Computer Vision Projects 3.1: Pose Estimation with DeeperCut and ArtTrack

Higher Ed
In this video, we examine state-of-the-art algorithms for extracting 2D pose data from images using TensorFlow.

• Understand what pose estimation
means
• Look at DeeperCut and ArtTrac
k concepts
• See papers available on...
Instructional Video1:31
Curated Video

Ensemble Machine Learning Techniques 2.4: Ensemble Learning for Regression

Higher Ed
This video aims to teach the viewer how to use Ensemble Learning for Regression. • We go into the details of averaging • We see examples for averaging in real life • Look at weighted averaging