Hi, what do you want to do?
Curated Video
Learning D3.JS 5.0 4.1: The Setup
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...
Curated Video
Bug Bounty Program Certification 10.2: Download and Run Bug-Testing Apps in Android Studio
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
Curated Video
TypeScript for Beginners - De-Structuring Arrays
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...
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...
Curated Video
Ensemble Machine Learning Techniques 1.1: The Course Overview
This video provides an overview of the entire course.
Curated Video
Mastering Tableau 2018.1, Second Edition 5.5: Creating a Top Filter
In this video, we’ll see the top filter.<br/>
• Understand what the top <br/>filter does
• Apply it to our data
• Understand what the top <br/>filter does
• Apply it to our data
Curated Video
Mastering Tableau 2018.1, Second Edition 1.3: Understanding Tableau File Types and Workspace
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
Curated Video
Bug Bounty Program Certification 12.4: Find Bugs By Analyzing Log Files and Find Secret Information
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
Curated Video
Bug Bounty Program Certification 2.2: Download Windows10 and Kali Linux 2018
This video will help you download Windows10 and Kali. • Learn about Kali Linux • Download Windows10 • Download Kali Linux
Curated Video
Cloud Native Development on Azure with Java 2.4: Verify the Web Application Functionality Locally
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
• Add new<br/> TODO items
• Change the status of<br/> the items in the list
Curated Video
Cloud Native Development on Azure with Java 2.3: Integrate a Web Application with Cosmos DB
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...
• Set the values for the document db endpoint URI, document db key, and document db...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.3: Type Checking with TypeScript
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
• Install the dependencies for<br/> TypeScript
• Adapt the Express.js <br/>code to use TypeScript
• Run the app<br/>lication with TypeScript compiler
Curated Video
Predictive Analytics with TensorFlow 9.3: Developing a Predictive Model for Time Series Data
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 6.1: Working with Grouping, Drill Down, and Date Hierarchies
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
Curated Video
Ensemble Machine Learning Techniques 5.2: Implementing Blending in Python
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
Curated Video
Mastering Tableau 2018.1, Second Edition 2.2: Connecting to the Global Superstore Dataset
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 3.3: Do It the Promises Way
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
Curated Video
Node.js API Masterclass with Express and MongoDB - Course Introduction
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...
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...
Curated Video
Python for Network Forensics 4.1: Analyzing Windows Memory
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...
• Learn the basics of how to use the Volatility fram
ework
• Learn the importance of...
Curated Video
Python for Network Forensics 4.3: Analyzing Linux Memory
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...
Curated Video
MRUA y MCU
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Web Applications to Practice Selenium Automation
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...
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...
Curated Video
Ensemble Machine Learning Techniques 6.1: Practical Advice
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
Packt
Advanced Computer Vision Projects 3.1: Pose Estimation with DeeperCut and ArtTrack
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...
• Understand what pose estimation
means
• Look at DeeperCut and ArtTrac
k concepts
• See papers available on...
Curated Video
Ensemble Machine Learning Techniques 2.4: Ensemble Learning for Regression
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