Instructional Video7:09
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Default Arguments

Higher Ed
In this session, you will learn about default arguments in Scala. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Instructional Video8:30
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Load Testing on REST API

Higher Ed
This video explains load testing on REST API. This clip is from the chapter "REST API Load Testing Using JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section explains how to load test...
Instructional Video10:30
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Creating a REST API Test Case in JMeter

Higher Ed
This video explains how to create a REST API test case in JMeter. This clip is from the chapter "REST API Load Testing Using JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section...
Instructional Video7:53
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Applying Load on Application with Thread Group

Higher Ed
This video explains how to apply load on applications with the thread group. This clip is from the chapter "How to Put Load and Analyze Performance Metrics?" of the series "Learn JMeter from Scratch on Live Applications - Performance...
Instructional Video7:05
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Function Parameters

Higher Ed
This video provides an introduction to the JavaScript function parameters. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video5:20
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating JavaScript Prototypes

Higher Ed
This video explains how to create JavaScript prototypes. This clip is from the chapter "Advanced Coding in JavaScript" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section focuses on advanced coding in JavaScript.
Instructional Video10:24
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Using the jQuery Animate Method to Move Elements

Higher Ed
This video shows how to use the jQuery animate method to move elements. This clip is from the chapter "Applying jQuery to Your Web Pages" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This video demonstrates how to...
Instructional Video10:56
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 2

Higher Ed
This is the second part of a two-part video that demonstrates how to use the array methods in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Instructional Video13:55
APMonitor

Nonlinear Regression in Python

10th - Higher Ed
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the Python APMonitor package. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...
Instructional Video9:00
APMonitor

Curve Fit with Excel and Python

10th - Higher Ed
Nonlinear regression with heart rate data is shown in both Microsoft Excel and Python. GEKKO and SciPy curve_fit are used as two alternatives in Python. Heart rate data is available at...
Instructional Video14:39
Fun Robotics

Functions in Python

Higher Ed
Revision of python functions and describes the importance of a function in a program.
Instructional Video8:59
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : What is Machine Learning?

Higher Ed
From the section: Machine Learning: Part 1. In this section, we’ll learn how machine learning works, and how it fits in with the world of AI and deep learning. And learn to train, test and validate the data using K-fold cross-validation....
Instructional Video15:35
APMonitor

Nonlinear Regression in MATLAB

10th - Higher Ed
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the MATLAB APMonitor toolbox. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...
Instructional Video6:20
Product Design Online

Creat a Print-In-Place Gyroscopic Keychain in Fusion 360

Higher Ed
Print-in-place 3D prints are super fun! Learn how to design a gyroscopic keychain in Autodesk Fusion 360, using only two commands! This design includes two user parameters that drive the thickness and clearance of the design.
Instructional Video12:26
Product Design Online

Learn Fusion 360 in 30 Days - Day #19: 3D Model a Hinged Box (Part 1 of 2)

Higher Ed
Model workspace is now called Design Workspace. Auto Project Edges on Reference (required) This setting used to be on by default. You'll want to enable it to ensure sketch geometry snaps to existing 3D bodies. Click your Profile Photo...
Instructional Video4:48
Curated Video

Predictive Analytics with TensorFlow 11.3: Developing a Stock Price Predictive Model

Higher Ed
An emerging area for applying is the stock market trading, where a trader acts like a reinforcement agent since buying and selling particular stock changes the state of the trader by generating profit or loss, that is, reward. • Define...
Instructional Video11:50
Curated Video

Predictive Analytics with TensorFlow 7.3:Using Multilayer Perceptrons for Predictive Analytics

Higher Ed
For this video, we will be using bank marketing datasets. The data is related to direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. We will do predictive analytics using...
Instructional Video17:51
APMonitor

Regression with MATLAB fmincon

10th - Higher Ed
A frequent activity in data science and machine learning is to develop correlations from data. By importing the data into MATLAB, data analysis such as statistics, trending, or calculations can be made to synthesize the information into...
Instructional Video17:46
Catalyst University

Infrared (IR) Light Therapy | Theory, Use, & Parameters

Higher Ed
In this video, we explore the theory, use, and parameters with infrared (IR) light therapy, a sub-type of thermotherapy with a different mechanism.
Instructional Video2:30
Fun Robotics

What is Supervised Learning

Higher Ed
Introducing class 4 and Explaining What is Supervised Learning
Instructional Video12:27
Catalyst University

Thermodynamic Parameters for Mixing (ΔG, ΔS, ΔH, ΔV)

Higher Ed
Here I explain the basics thermodynamic parameters for mixing two liquids into a mixture.
Instructional Video9:38
R Programming 101

How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video

Higher Ed
Data visualisation is easy when you use ggplot. Ggplot2 is package and forms part of the tidyverse group of packages in R. Ggplot is used to create amazing plots and graphs. In this video I talk you though how to visualise two numeric...
Instructional Video3:50
Curated Video

Predictive Analytics with TensorFlow 7.4: Deep Belief Networks

Higher Ed
While weights of an MLP are initialized randomly, a DBN uses a greedy layer-by-layer pretraining algorithm to initialize the network weights through probabilistic generative models composed of a visible layer and multiple layers of...
Instructional Video1:58
Fun Robotics

AI Project Workflow

Higher Ed
Describes the general workflow of any AI project.