APMonitor
Linear and Polynomial Regression in Microsoft Excel
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.
Curated Video
High Performance Scientific Computing with C 2.4: Compiler Optimizations
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
APMonitor
Install Python Packages with pip and conda
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.
APMonitor
Plots in Python with Numpy and Matplotlib
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...
Curated Video
The Full Stack Web Development - Getting Started With Developer Tools
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...
APMonitor
Subplots with Matplotlib in Python
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.
The Business Professor
SERP, Search Engine Optimization Page
This video explains what is the Search Engine Optimization Page or SERP.
Brian McLogan
Maximize the Volume of a box - Word Problem
Maximize the Volume of a box - Word Problem
Curated Video
Mastering Grunt (Video 12)
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...
APMonitor
Install Python 🐍 on Chromebook
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...
Curated Video
Complete Modern C++ - Deprecated and Removed Features
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,...
APMonitor
Data Science 🐍 Differential Equations
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...
IDG TECHtalk
How to use Windows Delivery Optimization
Let us know what you’d like to see in a future Windows Security Tips video in the comments.
Curated Video
The Beginners 2022 Cyber Security Awareness Training Course - Search Engine Optimization
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....
APMonitor
Solve and Optimize ODEs in MATLAB
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...
IDG TECHtalk
Windows 10 security: Are you on the right version?
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.
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
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Using the C++ Compiler to Generate WebAssembly
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...
APMonitor
Solve Nonlinear Equations with MATLAB
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.
Curated Video
Practical Data Science using Python - Machine Learning Lifecycle and Pipelines
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.
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Point Doubling and Optimization
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.
Curated Video
Snowflake - Build and Architect Data Pipelines Using AWS - Section Overview - Snowflake – Partitioning, Clustering, and Performance Optimization
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Limitations of RL
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.