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...
3Blue1Brown
Three-dimensional linear transformations: Essence of Linear Algebra - Part 5 of 15
How to think of 3x3 matrices as transforming 3d space
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...
Crash Course
Neural Networks - Crash Course Statistics
Today we're going to talk big picture about what Neural Networks are and how they work. Neural Networks, which are computer models that act like neurons in the human brain, are really popular right now - they're being used in everything...
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...
3Blue1Brown
Three-dimensional linear transformations | Essence of linear algebra, footnote
How to think of 3x3 matrices as transforming 3d space
3Blue1Brown
Three-dimensional linear transformations | Essence of linear algebra, chapter 5
How to think of 3x3 matrices as transforming 3d space
Curated Video
What are Project Outcomes? And how are they different from outputs or objectives?
It's easy to get confused: Objectives, Outputs, Outcomes. But they are different, and the differences matter. So, what are Project Outcomes?
Curated Video
What are ITTOs? Project Management in Under 5
They are an important part of your CAPM or PMP study. They take up over half of the PMBOK. So, what are ITTOs?
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Other Ways to Forecast
In this video, we will discuss some other ways that might generate multi-step forecast. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)
In this video, you will learn how to use the simple RNN to solve many-to-one tasks and many-to-many problems. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT-4
This brief introductory update outlines the new version of ChatGPT-4, just released a couple of days ago. It discusses the features of the new version, how it is better than ChatGPT-3.5, and its access is only for the ChatGPT Plus users,...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT
In this video, you will learn about ChatGPT, a free service available on the OpenAI website. The video outlines what ChatGPT can do in general and the wide range of possibilities available on ChatGPT.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Types in Rust – Opening the File
In Rust, reading from and writing to files are important tasks for many applications, from processing data to logging. To read from and write to files in Rust, you will need to work with the Reader and Writer types, which provide an...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Fallback Function in Solidity III
This video will help you with deploying and debugging your Solidity contracts using Remix IDE. By the end of the video, you will have a clear understanding of the fallback function and be able to implement it in your own Solidity...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Overview of Functions in This Solidity Course
This video provides an overview of functions in this Solidity course. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Returning from a Java Method – Exercises
In this video, you will learn about returning from a Java method with exercises.
Curated Video
Deep Learning - Crash Course 2023 - Linear Separation of Data
In this video, we will write a program in Python to understand linear separation of data. This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to understand...
Curated Video
Deep Learning - Crash Course 2023 - Intuition of Data
In this video, we will have a brief overview of the data for MP intuition. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks...
Curated Video
Advanced Chatbots with Deep Learning and Python - Vectorizing Train and Test Data
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Sharing Values Between Steps and Jobs in a Workflow
This video demonstrates how to share the values between steps and jobs in a workflow. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on...