Curated Video
High Performance Scientific Computing with C 1.5: Linear Equations and Matrix Methods
How can we invert a matrix? How fast can we do it? • Learn why matrix inversion is useful • See how to invert a matrix numerically • Learn how expensive matrix inversion is
APMonitor
Matlab 👩💻 Array and Matrix
Arrays are a way of storing a sequence of numbers or letters by using brackets [ ] or by declaring a 'string'. You could use an array for an incubator to keep information on such as a history of the temperatures. # array of numbers...
Why U
Algebra 52 - An Introduction to Matrices
Matrices are an important class of mathematical object used in many branches of mathematics, science and engineering. This lecture also introduces augmented matrices, a compact easy-to-manipulate representation of systems of linear...
Why U
Algebra 63 - Gauss-Jordan Elimination with Curve Fitting
This lecture examines a useful mathematical application that can be solved by using a system of linear equations with four or more variables - finding a polynomial function whose graph passes through a given set of data points. We see...
Catalyst University
Exercise Physiology | Carnitine Biosynthesis & CPT Reactions
Exercise Physiology | Carnitine Biosynthesis & CPT Reactions
Let's Tute
Microsoft Excel Tutorial: Working with Excel SmartArt
In this Microsoft Excel tutorial, we explore the use of SmartArt, a powerful tool for visually presenting information in a graphical manner. We learn how to insert different SmartArt designs and customize them to enhance our presentations.
Catalyst University
Physiology of the Osteoclast
In this video, we discuss the following: [1] functions of osteoclasts and how they promote bone resorption [2] production of osteoclasts from macrophages [3] appearance of osteoclasts by Scanning EM
Fun Robotics
Summary and Project [Recommendation Systems and Data Analytics, Numpy Library I and II]
Summarize the class and explain the class project
Fun Robotics
Working Principle of Apriori Algorithm
Describes the working principle of an Apriori algorithm using a market basket analysis example.
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 6
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images. CNN-Industry Live Project: Playing with Real World Natural Images: Working with...
Brave Wilderness
PROOF...Dinosaurs had FEATHERS!
On this episode of Beyond Dinosaurs, Coyote and the crew head to Hill City, South Dakota, to visit the Black Hills Institute of Geological Research, teaming up with renowned paleontologist Peter Larson! We go behind the scenes to...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] View colored image and convert RGB to Gray
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: [Activity] View colored image and convert RGB to Gray
Professor Dave Explains
Stokes's Theorem
Stokes's Theorem is kind of like Green's Theorem, whereby we can evaluate some multiple integral rather than a tricky line integral. This works for some surface integrals too. Let's see how it works!
Virtually Passed
Fitting a Line using Least Squares #SoME2
The Least Squares method is widely used to fit curves to data. This is called Least Squares regression. This video shows how to solve the ordinary least squares minimization problem for 1 unknown and 2 unknowns. In practice though, it...
Curated Video
Beginning Python (Video 15)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Convolutions - Sharpening and Blurring
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: [Activity] Convolutions - Sharpening and Blurring
Fun Robotics
Collaborative Filtering
Explains the concept of Collaborative Filtering approach in recommendation systems.
Curated Video
Learn and Master C Programming - Introduction to Arrays
A small demonstration on how to declare and access both single-dimension as well as 2-dimensional arrays. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Why U
Algebra 54 - Gaussian Elimination
A system of linear equations represented as an augmented matrix can be simplified through the process of Gaussian elimination to row echelon form. At that point the matrix can be converted back into equations which are simpler and easy...