Instructional Video4:07
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Applying Cascading Style Sheets (CSS) to HTML

Higher Ed
This video explains how to apply CSS to HTML. This clip is from the chapter "Creating a Three-column Website from Scratch" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section explains how to create a...
Instructional Video4:07
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Adding Google Fonts to Your Website Using Cascading Style Sheets (CSS)

Higher Ed
This video explains how to add Google fonts to your website using CSS. This clip is from the chapter "Mobile-first Responsive Design in Cascading Style Sheets (CSS) and Web Design" of the series "Modern Web Design with HTML5, CSS3, and...
Instructional Video5:17
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Adding Color and Font Style

Higher Ed
This video demonstrates how to add color and font style. This clip is from the chapter "Creating a Cascading Style Sheets (CSS) Grid Website with Flex Navbar" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Instructional Video13:26
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Recording and Playback of JMeter Scripts

Higher Ed
This video explains how to record and playback JMeter scripts. This clip is from the chapter "Recording JMeter Scripts" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section explains how to...
Instructional Video2:30
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Setting a Page Footer

Higher Ed
This video demonstrates how to set up a page footer. This clip is from the chapter "Creating a Single-page Website with a Sticky Bottom Navbar" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section explains how...
Instructional Video9:41
Curated Video

Data Cleaning with Python: Removing Missing Values and Duplicates

12th - Higher Ed
In this lesson, we will learn how to use Python to clean a CSV file by removing any missing values or duplicates. Data cleaning is an important step in data preparation for fine-tuning, as duplicates and missing values can negatively...
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 Video13:33
APMonitor

Fit Nonlinear Model to Data with Excel

10th - Higher Ed
Microsoft Excel adjusts parameters to minimize the difference between measured and predicted values. This tutorial demonstrates how to calculate the sum of squared errors and minimize error with the Solver add-in. See...
Instructional Video9:05
Product Design Online

How to Design with Imported Geometry in Fusion 360

Higher Ed
Working with imported CAD geometry can be challenging. Fusion 360 offers a few features to help, including the 'Find Features' command. In this tutorial, learn how to build objects from existing or imported parts, using the offset...
Instructional Video17:20
Fun Robotics

Weight Prediction Model

Higher Ed
Training and testing a regression model to predict the weight of the fish.
Instructional Video8:25
Curated Video

Discuss the importance of data : Classification tree in Python: Preprocessing

Higher Ed
From the section: Simple Classification Tree. This section we will expand our knowledge of regression Decision tree to classification trees, we will also learn how to create a classification tree in Python. Simple Classification Tree:...
Instructional Video1:48
60 Second Histories

Was the British Empire a good or bad thing?

K - 5th
This video explores the raw materials from around the Empire helped fire the Industrial Revolution, this video takes a look at what was traded and with whom.
Instructional Video9:53
APMonitor

Data Science 🐍 Python Course

10th - Higher Ed
Python 🐍 Data Science with the TCLab Welcome to this data science course on Python! This course is intended to help you develop data science and machine learning skills in Python. As with the beginning course, this course has video...
Instructional Video1:40
Curated Video

Ensemble Machine Learning Techniques 2.5: Ensemble Learning for Regression

Higher Ed
In this video, we will use python to write a simple ensemble learning model for Regression. • We will use Jupyter Notebook to execute our code • Use of Height vs weight to demonstrate the ensemble technique • Use different models instead...
Instructional Video12:06
APMonitor

Data Science 🐍 Statistical Analysis

10th - Higher Ed
Once data is read into Python, a first step is to analyze the data with summary statistics. This is especially true if the data set is large. Summary statistics include the count, mean, standard deviation, maximum, minimum, and quartile...
Instructional Video19:49
Packt

Develop an AI system to solve a real-world problem : Building Artificial Neural Networks

Higher Ed
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be applied...
Instructional Video15:21
APMonitor

Linear and Polynomial Regression in Python

10th - Higher Ed
This brief tutorial demonstrates how to use Numpy and SciPy functions in Python to regress linear or polynomial functions that minimize the least squares difference between measured and predicted values. Source Code:...
Instructional Video7:33
Cerebellum

The Judicial Branch Of Government - The Supreme Court Chief Justices

9th - 12th
The Supreme Court’s responsibility is to interpret all laws and ensure that they do not conflict with the founding principles of the Constitution. This video discusses the Supreme Court Justices and how they handled the role. The video...
Instructional Video8:40
APMonitor

Solve Nonlinear Equations with Python

10th - Higher Ed
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
Instructional Video18:57
APMonitor

Data Science 🐍 Install and Overview

10th - Higher Ed
Welcome to the course on data science with Python. This course steps through basic data science and machine learning skills to analyze data and create actionable information. It address major steps of the Cross-Industry Standard Process...
Instructional Video19:22
APMonitor

Data Science 🐍 Import / Export

10th - Higher Ed
Python has functions for reading, creating, and deleting files. The high-level steps for many data science applications is to import data, analyze data, and export results. A basic function for working with files is open(filename,mode)....
Instructional Video16:01
Packt

Importance of Assertions in Automation Testing and How to Use Them

Higher Ed
This video discusses the importance of assertions in automation testing, and explains how to use them. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java -...
Instructional Video4:57
TLDR News

What Does the UK Actually Manufacture? - Data Dive

12th - Higher Ed
It's common to think that the UK doesn't actually manufacture anything these days, and assume that the UK has left manufacturing in the past. However, the stats show that's not true. Manufacturing is growing in the UK and there are some...
Instructional Video6:12
APMonitor

Set axis limits with Matplotlib in Python

10th - Higher Ed
Setting axis limits, adding a legend, configuring marker size, and other custom configurations are effective ways to improve the readability of a plot in Python.