Instructional Video5:58
Curated Video

How to Convert Recurring Decimals to Fractions (Proportions Part 6/6) #18

9th - Higher Ed
This video covers how to convert recurring decimals to fractions.This concept is quite tricky so feel free to watch it a couple of times. KS3 - Not on course GCSE Foundation - Not on course GCSE Higher - All on your course
Instructional Video4:51
Curated Video

How to Convert Fractions to Recurring Decimals (Proportions Part 3/6) #15

9th - Higher Ed
This video looks at how to convert fractions to decimals when the decimals recur, such as 1/3 = 0.33333... If you want to know how to convert basic fractions to non recurring decimals, take a look at this video: • How to Convert...
Instructional Video2:07
Curated Video

How to Convert Decimals to Percentages (Proportions part 4/6) #16

9th - Higher Ed
In this video we cover how you convert decimals to percentages, which we can do by multiplying them by 100. KS3 - All on your course GCSE Foundation - All on your course GCSE Higher - All on your course
Instructional Video5:52
Curated Video

GCSE Biology - How to convert between nm, um, mm, m and km #4

9th - Higher Ed
In this video, we cover: - How to covert between nanometers (nm), micrometers (um), millimetres (mm), meters (m), and kilometres (km) - How small structures like atoms, molecules and cells are Exam board specific info: AQA - Suitable for...
Instructional Video2:49
Curated Video

GCSE Maths - How to Use Conversion Graphs #80

9th - Higher Ed
This video covers: - How to use conversion graphs to convert between units like kilometres and miles or pounds and dollars - How to extrapolate and convert values that aren't on the graph This video is suitable for maths courses around...
Instructional Video5:14
Curated Video

GCSE Maths - How to Find a Percentage of a Number #92

9th - Higher Ed
This video covers: - How to find a percentage of number using 3 methods: 1) Using the % button on your calculator 2) By converting the percentage to a decimal 3) By converting the percentage to a fraction This video is suitable for maths...
Instructional Video5:05
Curated Video

GCSE Maths - Simplifying Harder Ratios (Decimals, Mixed Units and 1:n) - Part 2 #82

9th - Higher Ed
This video covers: - How to simplify more complicated ratios including: - Ratios with decimals in e.g. 1.5 : 4.5 - Ratios with mixed units e.g. 1.6cm : 12mm - Simplifying to the form 1:n e.g. simplify 3 : 20 to the from 1 : n. This video...
Instructional Video4:42
Curated Video

GCSE Maths - How to Express One Number as a Percentage of Another #97

9th - Higher Ed
This video covers how to express one number as a percentage of another number, like 'Express 15 as a percentage of 25'. This video is suitable for maths courses around the world. KS3 - All on your course GCSE Foundation - All on your...
Instructional Video7:33
Curated Video

Adding Like and Unlike Fractions | EasyTeaching

6th - Higher Ed
Fractions with the same denominator, are called ‘like’ fractions. Adding like fractions is simple- we just add the top numbers (the numerators). The denominators stay the same. For example, 1/8 + 2/8 equals 3/8 Adding unlike fractions is...
Instructional Video8:29
All In One Social Media

Stop Selling On Social Media (I said what I said!)

Higher Ed
Despite what you might think, social media marketing is not about selling!! A selling first strategy is not going to convert so let's do these strategies to get better long term results.
Instructional Video4:26
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - ARIMA

Higher Ed
This video explains ARIMA (Autoregressive Integrated Moving Average Model) and how it is a better model than ARMA. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to...
Instructional Video0:43
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Quiz - Data Processing for Timeseries Forecasting

Higher Ed
This is a quiz video on data processing. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on data processing for...
Instructional Video8:04
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Visualization with Multiple Time Series Features

Higher Ed
This video explains data visualization with multiple time series features. This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video3:23
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Features of Time Series

Higher Ed
This video explains the features of time series. This clip is from the chapter "Motivation and Overview of Time Series Analysis" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on the...
Instructional Video4:26
Packt

ARIMA

Higher Ed
This video explains ARIMA (Autoregressive Integrated Moving Average Model) and how it is a better model than ARMA. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to...
Instructional Video8:04
Packt

Data Visualization with Multiple Time Series Features

Higher Ed
This video explains data visualization with multiple time series features. This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video8:02
Curated Video

Converting Measurements: Inches & Centimeters | 6.RP.A.3

9th - 12th
In this math video we will be converting measurements: inches to feet and inches to centimeters. We will solve this two part question using conversion ratios to write equivalent ratios, also known as a proportion. We will review how to...
Instructional Video13:23
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Marker Interface Serialization Deserialization Transient in Java

Higher Ed
In this video, we will understand the concept of marker interfaces in Java, specifically focusing on serialization, deserialization, and the transient keyword. This video will explain how these concepts are used to control the...
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing

Higher Ed
This video will explore wrapper classes, autoboxing, and unboxing into practice with hands-on exercises. We will understand coding tasks that involve creating wrapper class objects, performing autoboxing and unboxing operations, and...
Instructional Video6:37
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Wrapper Class, Autoboxing and Unboxing

Higher Ed
In this video, we will discover wrapper classes, which provide a way to work with primitive data types as objects. This video will explain autoboxing and unboxing, which enables automatic conversion between primitive types and their...
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Bitwise and Ternary Operators

Higher Ed
This video will explore bitwise operators for manipulating individual bits in binary numbers and the ternary operator for concise conditional expressions. We will use bitwise operators for low-level operations and ternary operators for...
Instructional Video5:29
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Save the Book Entity in a list inside Repository

Higher Ed
In this video, we will learn to store book entities in a list within the repository for efficient data storage and retrieval. This video will demonstrate the process of saving book entities, managing the list, and ensuring data...
Instructional Video6:53
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Frontend Preparation and Troubleshooting Discussion

Higher Ed
In this video, we will discuss some common troubleshooting issues and prepare our frontend to integrate with the backend we built in this section. This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT...
Instructional Video11:29
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Giving Rachel a Human Sounding Voice

Higher Ed
In this video, we will use the Eleven Labs API to give our chatbot, Rachel, a more human-sounding voice. This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT Voice-Powered Chatbot Build with React and...