3Blue1Brown
Three-dimensional linear transformations | Essence of linear algebra, chapter 5
How to think of 3x3 matrices as transforming 3d space
3Blue1Brown
Matrix multiplication as composition: Essence of Linear Algebra - Part 4 of 15
How to think about matrix multiplication visually as successively applying two different linear transformations.
3Blue1Brown
Linear transformations and matrices | Essence of linear algebra, chapter 3
When you think of matrices as transforming space, rather than as grids of numbers, so much of linear algebra starts to make sense.
TED Talks
TED: The moral roots of liberals and conservatives | Jonathan Haidt
Psychologist Jonathan Haidt studies the five moral values that form the basis of our political choices, whether we're left, right or center. In this eye-opening talk, he pinpoints the moral values that liberals and conservatives tend to...
TED-Ed
TED-Ed: Meet the tardigrade, the toughest animal on Earth - Thomas Boothby
Without water, a human can only survive for about 100 hours. But there's a creature so resilient that it can go without it for decades. This 1-millimeter animal can survive both the hottest and coldest environments on earth, and can even...
SciShow
5 Things Your Nails Can Say About Your Health
Your nails can do more than just look pretty. They can tell you some things about your health!
3Blue1Brown
The determinant | Essence of linear algebra, chapter 6
The determinant has a very natural visual intuition, even though it's formula can make it seem more complicated than it really is.
TED-Ed
TED-Ed: How to organize, add and multiply matrices - Bill Shillito
When you're working on a problem with lots of numbers, as in economics, cryptography or 3D graphics, it helps to organize those numbers into a grid, or matrix. Bill Shillito shows us how to work with matrices, with tips for adding,...
Crash Course
Tissues, Part 3 - Connective Tissues: Crash Course A&P
On today's episode of Crash Course Anatomy & Physiology, Hank continues our exploration of tissues, with an introduction to your connective tissues. -- Table of Contents: Four Types of Connective Tissue 2:34.2 All Develop From Mesenchyme...
Curated Video
How to Build a RACI Chart
The RACI Chart is one of the most important Project Tools. You will sometimes hear the terms RACI Matrix, Responsibility Matrix, or Linear Responsibility Chart (LRC). Let’s look at how to build one! In the video, I discuss the...
Curated Video
Mastering Focus: Strategies to Overcome Attention Deficits
Struggling to stay focused and productive? Our video "Strategies to Deal with Attention Deficits" offers practical solutions to help you improve your attention and tackle distractions head-on. Join John from OnwardWell as he guides you...
Curated Video
Osteocyte
A type of bone cell. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce abstract concepts and key curriculum vocabulary.
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Theory)
In this video, we will understand how to apply RNN for image classification. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Curated Video
Fundamentals of Neural Networks - Language Processing
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information. This clip is from the chapter "Recurrent Neural Networks" of the...
Curated Video
Fundamentals of Neural Networks - Stride
For a convolutional or pooling operation, the stride denotes the number of pixels by which the window moves after each operation. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural...
Curated Video
Fundamentals of Neural Networks - Padding
This video explains padding in convolutional neural networks. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you...
Curated Video
Fundamentals of Neural Networks - Convolutional Operation
The Convolution layer (CONV) uses filters that perform convolution operations as it is scanning the input with respect to its dimensions. Its hyperparameters include the filter size and stride. The resulting output is called a feature...
Curated Video
Fundamentals of Neural Networks - Tensor and Matrix
This video explains what we mean by Tensor and Matrix. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you will start...
Curated Video
Fundamentals of Neural Networks - Image Data
This video explains image data in CNN (Convolutional Neural Network). This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where...
Curated Video
Building Microservices API in Go - Auth Server: Verify API
In this video, we will introduce a middleware component for verifying API authorization using the token. We will cover best practices for implementing token-based authentication and authorization in our application, ensuring the security...
Curated Video
Introduction to FinTech Using R - First Course in Asset Pricing
In this video, we will look at how to create an ASP.NET Core API project with Visual Studio 2022 using an ASP.NET Core web API template. This clip is from the chapter "Asset Pricing" of the series "Introduction to FinTech Using R".This...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring Spring Boot Actuator
In this video, we will explore a few more Spring Boot features.