SciShow
Hacking the Brain to Treat Tinnitus
Start speaking a new language in 3 weeks with Babbel. Get up to 60% off in your subscription here: https://go.babbel.com/t?bsc=1200m60-y... Tinnitus, or ringing in the ears, often accompanies hearing loss, and usually has no treatment....
SciShow
Why Is ChatGPT Bad At Math?
Sometimes, you ask ChatGPT to do a math problem that an arithmetically-inclined grade schooler can do with ease. And sometimes, ChatGPT can confidently state the wrong answer. It's all due to its nature as a large language model, and the...
Bozeman Science
Environmental Systems
In this video Paul Andersen explains how matter and energy are conserved within the Earth's system. Matter is a closed system and Energy is open to the surroundings. In natural systems steady state is maintained through feedback loops...
Crash Course
Keyboards & Command Line Interfaces: Crash Course Computer Science
Today, we are going to start our discussion on user experience. We've talked a lot in this series about how computers move data around within the computer, but not so much about our role in the process. So today, we're going to look at...
Bozeman Science
Thinking in Matter - Level 2 - Matter and Matter Transport
In this video Paul Andersen shows conceptual thinking in a mini-lesson on matter and matter transport. TERMS Matter - physical substances System - a set of components (e.g. things) working together Transport - to move or transfer from...
Bozeman Science
Thinking in Systems - Level 3 - Inputs, Processes and Outputs
In this video Paul Andersen shows conceptual thinking in a mini-lesson on inputs, processes and outputs in a system. TERMS: System models - a representation of a system Interactions - reciprocal (two-way) action or influence Inputs -...
Bozeman Science
Thinking in Systems - Level 6 - Boundary and Initial Conditions
In this video Paul Andersen shows conceptual thinking in a mini-lesson on boundary and initial conditions within systems. Boundary conditions - the dividing line between system and environment Initial condition - the beginning state of...
SciShow
4 Algorithms We Borrowed from Nature
We use algorithms every day for things like image searches, predictive text, and securing sensitive data. Algorithms show up all over nature, too, in places like your immune system and schools of fish, and computer scientists have...
3Blue1Brown
Nonsquare matrices as transformations between dimensions | Essence of linear algebra, footnote
How do you think about a non-square matrix as a transformation?
TED Talks
Pawan Sinha: How brains learn to see
Pawan Sinha details his groundbreaking research into how the brain's visual system develops. Sinha and his team provide free vision-restoring treatment to children born blind, and then study how their brains learn to interpret visual...
Bozeman Science
Thinking in Change - Level 4 - Quantifying and Modeling Change
In this video Paul Andersen shows conceptual thinking in a mini-lesson on quantifying and modeling change. Two examples are included in the video and two additional examples are included in the linked thinking slides. TERMS Change - to...
SciShow
Uncovering the Secrets of the Past with AI
It’s probably not a surprise that many ancient texts are a bit worn out and tattered, and that makes deciphering what they say quite a task. But with new computer tech and artificial intelligence, we are getting much clearer glimpses of...
Crash Course
Machine Learning & Artificial Intelligence: Crash Course Computer Science
So we've talked a lot in this series about how computers fetch and display data, but how do they make decisions on this data? From spam filters and self-driving cars, to cutting edge medical diagnosis and real-time language translation,...
Crash Course
Registers and RAM: Crash Course Computer Science
Today we’re going to create memory! Using the basic logic gates we discussed in episode 3 we can build a circuit that stores a single bit of information, and then through some clever scaling (and of course many new levels of abstraction)...
Crash Course
How Computers Calculate - the ALU: Crash Course Computer Science
Today we're going to talk about a fundamental part of all modern computers. The thing that basically everything else uses - the Arithmetic and Logic Unit (or the ALU). The ALU may not have the most exciting name, but it is the...
Curated Video
Basics of Chatbots with Machine Learning & Python - Greeting Function
New ReviewAfter setting everything up, we will now look at creating a few greeting inputs and a few greeting responses for the conversational chatbot to respond with.
Curated Video
Comparing Domains Of Functions
A video entitled "Comparing Domains of Functions" that covers the process of determining whether the domain of a function representing a real-world scenario should be restricted.
Curated Video
C++: Handle Multiple Inputs at the Same Time
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Compute Sum and Average of N (N is Unknown)
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Functions in C: Input Parameters and no return
In this video, we explore how we can implement functions with input parameters and no return.
Curated Video
C Programming Mastery: Bit Masking
Do you want to learn Embedded Systems the Right Way?
Curated Video
Python Assignment 1
This video guides you through the steps to create a simple Calculator application. Make sure you have tried it first before looking at the solution. :)
Curated Video
Python Assignment 2
In this video we discuss the Assignment 2 question which requires you to capture two numbers from the user and print out the bigger number.