Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Default Arguments
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.
Curated Video
Learn JMeter from Scratch on Live Applications - Performance Testin - Load Testing on REST API
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...
Curated Video
Learn JMeter from Scratch on Live Applications - Performance Testin - Creating a REST API Test Case in JMeter
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...
Curated Video
Learn JMeter from Scratch on Live Applications - Performance Testin - Applying Load on Application with Thread Group
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Function Parameters
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating JavaScript Prototypes
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Using the jQuery Animate Method to Move Elements
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 2
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...
APMonitor
Nonlinear Regression in Python
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...
APMonitor
Curve Fit with Excel and Python
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...
Fun Robotics
Functions in Python
Revision of python functions and describes the importance of a function in a program.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : What is Machine Learning?
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....
APMonitor
Nonlinear Regression in MATLAB
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...
Product Design Online
Creat a Print-In-Place Gyroscopic Keychain in Fusion 360
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.
Product Design Online
Learn Fusion 360 in 30 Days - Day #19: 3D Model a Hinged Box (Part 1 of 2)
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...
Curated Video
Predictive Analytics with TensorFlow 11.3: Developing a Stock Price Predictive Model
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...
Curated Video
Predictive Analytics with TensorFlow 7.3:Using Multilayer Perceptrons for Predictive Analytics
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...
APMonitor
Regression with MATLAB fmincon
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...
Catalyst University
Infrared (IR) Light Therapy | Theory, Use, & Parameters
In this video, we explore the theory, use, and parameters with infrared (IR) light therapy, a sub-type of thermotherapy with a different mechanism.
Fun Robotics
What is Supervised Learning
Introducing class 4 and Explaining What is Supervised Learning
Catalyst University
Thermodynamic Parameters for Mixing (ΔG, ΔS, ΔH, ΔV)
Here I explain the basics thermodynamic parameters for mixing two liquids into a mixture.
R Programming 101
How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video
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...
Curated Video
Predictive Analytics with TensorFlow 7.4: Deep Belief Networks
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...