Instructional Video13:00
Curated Video

Create a list : Implementing List Push and Grow Functions

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains how to implement the List Push and Grow methods.
Instructional Video9:01
Curated Video

Create a list : The List Contains Solution

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video provides the solution to the List Contains Challenge.
Instructional Video4:46
Curated Video

Describe a neural network : Implement a Multi-Layer Perceptron (MLP) For Supervised Classification

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video4:24
Packt

Explain the negative impacts of artificial intelligence systems on society : BIM Attack Practical Configuration

Higher Ed
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Instructional Video12:44
Institute for New Economic Thinking

Modeling Imperfect Knowledge and Non-Routine Change

Higher Ed
How do you model the unmodelable? By taking seriously the idea of non-routine change. Simply put, change in capitalist economies is to a significant degree non-routine, and thus cannot be adequately represented in advance with mechanical...
Instructional Video8:01
Curated Video

Python for Network Forensics 3.1: Enumerating Directories

Higher Ed
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...
Instructional Video7:33
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage

Higher Ed
In this video, we will learn how to look at the coverage of our code. • Install istanbul • Show coverage measurements • Analyze our code coverage
Instructional Video6:17
Curated Video

Learning D3.JS 5.0 8.4: Setting Up a Line Chart

Higher Ed
In this video, we will learn how to set up a basic structure for a line chart. • Understand the HTML file • Understand the CSS file • Understand the app.js file and view the result
Instructional Video4:15
Packt

Introduction to computer hardware and software : LCD Breakdown

Higher Ed
From the section: Display Technologies. In this section, we explore our display options for per our uses. The Liquid Crystal Display (LCD) is the dominant technology for today’s monitors. A good tech should possess a deep understand of...
Instructional Video12:12
Curated Video

Use variables to store data : Variables and Data types

Higher Ed
From the section: Introduction to JavaScript. This section will give a brief introduction about JavaScript with code examples. Introduction to JavaScript: Variables and Data types
Instructional Video5:44
Curated Video

Use variables to store data : Working with Variables and Data Types – Part 1

Higher Ed
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Instructional Video9:14
Packt

Develop an AI system to solve a real-world problem : Boosting and Ensembles

Higher Ed
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be applied...
Instructional Video5:56
Packt

Describe a data structure : The Prototype Object

Higher Ed
From the section: Introduction to Data Structures and Important Concepts. This section introduces Data Structures and important concepts of DS and explains why they are important Introduction to Data Structures and Important Concepts:...
Instructional Video3:24
Curated Video

Develop a computer program to solve a problem using control structures : Break

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: Break
Instructional Video6:37
Curated Video

Describe the different types of malware that could affect a computer system or network : Keyloggers and Information Stealers

Higher Ed
From the section: Exploring Malware Functionalities. In this section, you learn how the behavior of malware is different in various classes of malware, and such an insight helps you to understand the class of malware while you are...
Instructional Video4:46
Curated Video

Describe computer programming : Section Recap

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Section Recap
Instructional Video14:32
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : ANN Training and dataset split

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: ANN Training and dataset split
Instructional Video5:09
Curated Video

Java 11 Programming for Beginners 5.3: Working with Annotations

Higher Ed
Here we cover annotations and how they help with documentation as well as compile-time and runtime uses. • Add an analysis of financial data based on average spending on each day of week. The new code uses annotations • Explain the...
Instructional Video14:31
Curated Video

Java 11 Programming for Beginners 2.4: Using Primitive Types

Higher Ed
This is a heavyweight video. We do most of the example solving here to showcase primitive types. • Quick run through of the various primitive types in Java • A brief mention of overflow and underflow • A live programming session solving...
Instructional Video6:46
Curated Video

Mastering Tableau 2018.1, Second Edition 7.2: Quick Table Calculations – Running Total and Difference

Higher Ed
In this video, we’ll see the details of running total and difference. • Understand running total and difference • Implement running total and difference
Instructional Video4:59
Curated Video

Bug Bounty Program Certification 10.3: About the Android App Bug Bounty Program

Higher Ed
This video focuses on the information about Android bug bounty program. • Get basic understanding of Android bug bounty program overview • Explore listing tools and resources used • Learn about the process of Android app bug bounty
Instructional Video6:45
Curated Video

Cloud Native Development on Azure with Java 1.1: The Course Overview

Higher Ed
This video will give you a gist of what the course offers you.
Instructional Video10:48
Packt

Introduction to computer hardware and software : Understanding USB

Higher Ed
From the section: Essential Peripherals. In this section, we learn more about optical media, USB standard, configure USB’s for keyboard and mIce. Why are there USB “A” and USB “B” connectors? Why do modern systems still provide older USB...
Instructional Video3:59
Curated Video

Describe computer programming : Decomposition

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Decomposition