Instructional Video6:31
APMonitor

Linear and Polynomial Regression in Microsoft Excel

10th - Higher Ed
Linear and polynomial regression is demonstrated in Excel. The data is show on a plot with trend lines added as linear, quadratic, and cubic correlations.
Instructional Video6:15
Curated Video

High Performance Scientific Computing with C 2.4: Compiler Optimizations

Higher Ed
How can we use the compiler to automatically speed up our programs? • Learn about the basic -O optimizations • See how -Ofast-math can squeak out even better optimizations • See why -Ofast-math isn’t enabled by default
Instructional Video5:17
APMonitor

Install Python Packages with pip and conda

10th - Higher Ed
The package managers "pip" and "conda" allow users to install, update, or uninstall Python modules from a command line or directly from a Python script.
Instructional Video12:18
APMonitor

Plots in Python with Numpy and Matplotlib

10th - Higher Ed
Graphs or plots are effective at showing data. This introductory video demonstrates how to create a plot and adjust some of the basic characteristics of those plots such as the size of the trend, style (dashed, dotted, solid), add a...
Instructional Video5:07
Curated Video

The Full Stack Web Development - Getting Started With Developer Tools

Higher Ed
Chrome Developer Tools: Getting Started With Developer Tools This clip is from the chapter "Chrome Developer Tools" of the series "The Full Stack Web Development".In this section, we dive into chrome developer tools. The author shows all...
Instructional Video6:22
APMonitor

Subplots with Matplotlib in Python

10th - Higher Ed
Subplots combine multiple plots into a single frame. The key to using subplots is to decide the layout of the subplots and to then configure each subplot individually.
Instructional Video1:10
The Business Professor

SERP, Search Engine Optimization Page

Higher Ed
This video explains what is the Search Engine Optimization Page or SERP.
Instructional Video17:46
Brian McLogan

Maximize the Volume of a box - Word Problem

12th - Higher Ed
Maximize the Volume of a box - Word Problem
Instructional Video3:22
Curated Video

Mastering Grunt (Video 12)

Higher Ed
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
Instructional Video12:08
APMonitor

Install Python 🐍 on Chromebook

10th - Higher Ed
Install Debian Linux on a Google Chromebook with a virtual machine (does not require developer mode). Once Linux is installed, a command terminal is available. A first step is to update Debian Linux with: sudo apt-get update The Debian...
Instructional Video3:53
Curated Video

Complete Modern C++ - Deprecated and Removed Features

Higher Ed
This video explains which features were removed in C++17 standard. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes, attributes,...
Instructional Video15:11
APMonitor

Data Science 🐍 Differential Equations

10th - Higher Ed
Specific types of equations with differential terms arise from fundamental relationships such as conservation of mass, energy, and momentum. Dynamic models can either be regressed (identified) from data or developed without data with...
Instructional Video2:42
IDG TECHtalk

How to use Windows Delivery Optimization

Higher Ed
Let us know what you’d like to see in a future Windows Security Tips video in the comments.
Instructional Video7:23
Curated Video

The Beginners 2022 Cyber Security Awareness Training Course - Search Engine Optimization

Higher Ed
You will learn how your trust for popular search engines is being exploited so that hackers can deliver malware to your system, phish you for your credentials, as well as social engineer you into handing over your private information....
Instructional Video5:28
APMonitor

Solve and Optimize ODEs in MATLAB

10th - Higher Ed
This tutorial covers MATLAB programming to simulate a differential equation model and optimize parameters to match measurements. In this exercise, the model is simulated with an ODE integrator (ode15s) and optimized with fmincon or...
Instructional Video8:30
IDG TECHtalk

Windows 10 security: Are you on the right version?

Higher Ed
With some versions of Windows 10 off support or going off support soon, it’s time to review what security features you’re missing if you haven’t updated recently.
Instructional Video13:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Building Test Runner and Step Definition Files to Test the Add Place API Feature

Higher Ed
This video demonstrates how to build the test runner and step definition files to test the Add Place API feature. This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API Automation...
Instructional Video4:22
Curated Video

Hands-On WebAssembly for C++ Programmers - Using the C++ Compiler to Generate WebAssembly

Higher Ed
How can you learn more about what your compiler can do for you? • Read the compiler help • Define and measure optimizations • Learn about output control This clip is from the chapter "Running Our First C++ Application in the Browser" of...
Instructional Video7:08
APMonitor

Solve Nonlinear Equations with MATLAB

10th - Higher Ed
MATLAB solves nonlinear equations either symbolically or numerically with solvers such as "fsolve". This example demonstrates how to obtain a solution to sets of nonlinear equations.
Instructional Video19:58
Curated Video

Practical Data Science using Python - Machine Learning Lifecycle and Pipelines

Higher Ed
This video explains machine learning lifecycle and pipelines. This clip is from the chapter "Machine Learning" of the series "Practical Data Science Using Python".This section explains machine learning.
Instructional Video5:58
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Point Doubling and Optimization

Higher Ed
In this video, we'll learn about point doubling and optimization. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video2:12
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Section Overview - Snowflake – Partitioning, Clustering, and Performance Optimization

Higher Ed
This video provides an overview of the section. This clip is from the chapter "Snowflake – Partitioning, Clustering, and Performance Optimization" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section...
Instructional Video1:06
The Business Professor

Conversion Rate Optimization

Higher Ed
Explanation of Conversion Rate Optimization
Instructional Video8:04
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Limitations of RL

Higher Ed
This video explains the limitations of RL. This clip is from the chapter "Motivation and Applications" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the motivation and applications.