Curated Video
Java 11 Programming for Beginners 2.4: Using Primitive Types
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 7.2: Quick Table Calculations – Running Total and Difference
In this video, we’ll see the details of running total and difference. • Understand running total and difference • Implement running total and difference
Curated Video
Bug Bounty Program Certification 10.3: About the Android App Bug Bounty Program
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
Curated Video
Cloud Native Development on Azure with Java 1.1: The Course Overview
This video will give you a gist of what the course offers you.
APMonitor
Import Data and Analyze with Python
Python programming language allows sophisticated data analysis and visualization. This tutorial is a basic step-by-step introduction on how to import a text file (CSV), perform simple data analysis, export the results as a text file, and...
Programming Electronics Academy
Intro to Classes: Arduino Course 8.5
A description of classes in object oriented programming with Arduino.
Programming Electronics Academy
Switch Case Application: Arduino Course 5.8
A demonstration of using a switch-case statement in programming.
Programming Electronics Academy
For Loop Lesson: Arduino Course 5.4
A demonstration of how "for loops" are used in programming.
Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Practical Poisoning Attacks
From the section: Build a Threat Model and Learn Different Attacks on AI. In this section, you will create a high-level threat model for AI solution to choose the right priorities against various threats. The aim of this video is to...
Curated Video
routing protocols : Administrative Distance and multiple routes with the same mask
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Administrative Distance and multiple...
Curated Video
routing protocols : Administrative Distance versus mask length
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Administrative Distance versus mask...
Packt
Compare the breadth-first and depth-first search algorithms : Assignment 1 - Solution
From the section: BFS and DFS Grid World. This section will cover BFS and DFS Grid concept. BFS and DFS Grid World: Assignment 1 - Solution
Packt
Compare the breadth-first and depth-first search algorithms : BFS Algorithm
From the section: Shortest Path Search (Breadth First Search). In this section, we will develop LinkedIn’s connection feature using Breadth First Search. We take the concepts of the earlier section forward and learn about queue and graph...
Packt
Introduction to computer hardware and software : Understanding USB
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...
Curated Video
Describe computer programming : Decomposition
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
Packt
Create visual representations of data that models real-world phenomena or processes : Scatter Plots
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization. Data Visualization: Scatter Plots
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Histogram of colors
From the section: Computer Vision Basics: Part 3. In this section, we’ll cover the advanced features of Computer Vision. Computer Vision Basics: Part 3: Histogram of colors
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Whitespace, Imports, and Lists
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Curated Video
Learning R for Data Visualization (Video 9)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 18)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 16)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Java 11 Programming for Beginners 4.1: Understanding Assignment and Operators
Go through assignment and other operators. • We explain the example of a Pig Latin Translator • Explain operators • Implement a Pig Latin translator example
Curated Video
High Performance Scientific Computing with C 4.4: GPGPU with CUDA
How can we accelerate our codes using modern GPUs? What is CUDA? • Learn how to add CUDA kernels to our code • See how to use nvcc to compile CUDA code • Learn about tuning CUDA code for performance
Curated Video
Learning D3.JS 5.0 1.3: What Is D3.js?
In this video, we will learn what D3.js is, why it’s useful, how to use diagrams and shapes, and examples of bad and good graphs. • Understand the definition of D3.js • Learn the benefits of using D3.js • Understand examples of bad and...