Instructional Video4:35
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 5

Higher Ed
In this video, we will cover language modelling next word prediction Python 5. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video8:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Automatic Differentiation PyTorch

Higher Ed
In this video, we will cover automatic differentiation PyTorch. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video9:38
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Backpropagation Through Time

Higher Ed
In this video, we will cover backpropagation through time. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video7:58
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: What is Chain Rule

Higher Ed
In this video, we will explain what is chain rule. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video7:37
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: Automatic Differentiation PyTorch New

Higher Ed
In this video, we will cover automatic differentiation PyTorch New. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video6:36
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Overfitting Generalization

Higher Ed
In this video, we will cover machine learning overfitting generalization. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video8:09
TLDR News

Markets are Collapsing. Oil Companies Are Thriving - TLDR News

12th - Higher Ed
As we discussed in a recent video about Facebook (https://youtu.be/ku_I2U0Ywwg) companies around the world are struggling and the stock market is getting increasingly rocky. There's one exception to the rule though... oil companies. So...
Instructional Video5:33
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Overfitting

Higher Ed
In this video, we will cover machine learning overfitting. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video6:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Occam's Razor

Higher Ed
In this video, we will cover machine learning Occam's Razor. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video3:10
Curated Video

Chugging vs. Sipping: Is It Bad To 'Chug' Water?

Pre-K - Higher Ed
It is better to sip water rather than chugging it down. That’s why certain water bottles have a narrower opening than required. Imagine a case where you have a sudden urge to drink water (obviously, you’re thirsty). You gulp down a glass...
Instructional Video3:16
Curated Video

Hypophrenia: Why Do You Feel Sad for No Reason Sometimes?

Pre-K - Higher Ed
Do you ever want to sit down and cry for hours for no reason at all? Do you feel blue or broken, as though you have no interest in doing anything? This is a situation when you feel sad for no particular reason has a scientific term. It...
Instructional Video3:12
Curated Video

Can You Live Without A Kidney?

Pre-K - Higher Ed
Although kidneys are clearly important for survival, they are not essential, and this is particularly true if only one kidney is present. Some people are born without one of their kidneys, a condition called renal agenesis. Some other...
Instructional Video3:29
Curated Video

Loss Of Appetite: Why Do Some People Not Want To Eat When Depressed?

Pre-K - Higher Ed
Different people react to depression in different ways. Some people lose their appetite, while others eat more. The reason for this is that different parts of the brain control appetite variation in depressed patients. Depression-related...
Instructional Video9:39
TLDR News

The Economic Impact of COVID So Far: Is Coronavirus Causing a Global Recession? - TLDR News

12th - Higher Ed
As COVID continues to spread the globe and as economies re-open, many are questioning the impact that the virus has had on economies worldwide. In this video, we look at the economic impact and consider whether coronavirus has started...
Instructional Video1:54
ACDC Leadership

Regulating Monopolies (Socially Optimal and Fair Return)- Micro Topic 6.4

12th - Higher Ed
Here is my 60 second explanation of regulating monopolies. The government can regulate at socially optimal quantity (D = MC) to get them to produce the allocatively efficient output or they can get them to produce at fair return (D=ATC)...
Instructional Video11:42
Communication Coach Alex Lyon

Communication Professor's Reaction to Ronald Reagan's Challenger Shuttle Speech

Higher Ed
Reaction to Ronald Reagan's Challenger Shuttle Speech to the nation given the same day (live) the space shuttle exploded. SPEECH TEXT (written by Peggy Noonan) Ladies and gentlemen, I'd planned to speak to you tonight to report on the...
Instructional Video6:08
Executive Finance

Understanding Fraud Statistics and Prevention Strategies

Higher Ed
This lesson discusses the most recent fraud statistics published by the Association of Certified Fraud Examiners. The lesson covers the different types of fraud schemes, their prevalence in different departments, and the cost of fraud to...
Instructional Video4:28
Curated Video

Understanding FOMO: Fear of Missing Out and its Destructive Force

Higher Ed
This video explores the concept of FOMO (fear of missing out), a common anxiety that can make us feel regret for something that hasn't actually happened. Using the example of two friends who invested in Bitcoin, it examines how FOMO can...
Instructional Video0:58
Curated Video

Lose vs Loose vs Loss #shorts

Pre-K - Higher Ed
What's the difference between Lose vs Loose vs Loss? Can you put all 3 words into a sentence? Let us know in the comments section!
Instructional Video7:58
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - What Is Chain Rule

Higher Ed
This video explains about the chain rule. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video6:35
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Problem Setup - Face Verification

Higher Ed
This video demonstrates the problem setup. This clip is from the chapter "Face Verification" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on building the face verification app.
Instructional Video19:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 5

Higher Ed
This is fifth of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...
Instructional Video6:48
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 1

Higher Ed
This is first of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...