SciShow
DeepDream: Inside Google's 'Daydreaming' Computers
It may produce creepy images with way too many dogs and eyeballs, but Google’s DeepDream program is actually a valuable window into artificial intelligence.
SciShow
DeepDream: Inside Google's 'Daydreaming' Computers
It may produce creepy images with way too many dogs and eyeballs, but Google’s DeepDream program is actually a valuable window into artificial intelligence.
Crash Course
Can We Predict An Outbreak's Future? - Modeling: Crash Course Outbreak Science
When outbreaks happen, we need to be able to predict the course they’ll take in the future, but of course we can’t run experiments on real people to figure that out. Thankfully we can simulate outbreaks and use models to find out how...
Bozeman Science
Statistics for Science
Paul Andersen introduces science for the science classroom. He starts with a brief description of Big Data and why it is important that we prepare future scientists to deal intelligently with large amounts of data. He explains the...
TED Talks
Wolfgang Kessling: How to air-condition outdoor spaces
During the hot summer months, watching an outdoor sports match or concert can be tantamount to baking uncomfortably in the sun -- but it doesn't have to be. At the TEDxSummit in Doha, physicist Wolfgang Kessling reveals sustainable...
Curated Video
What Not to Say When Flirting
Howcast - Learn what not to say when you're flirting in this Howcast video.
Curated Video
C++: Learn how to use a Member Function to update Attributes of an Object
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 Functions3: Input Parameters with Return Value
In this video, we will explore how we can implement functions with input parameters and a return value.
Curated Video
Matlab Functions1: Functions with Input Parameters
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Curated Video
Matlab Functions 2: Input Parameters with a Single Return Value
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Curated Video
Matlab Functions: Multiple Input Parameters and Multiple Return Values
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Curated Video
Python Lesson20
In this lesson, we learn how to use the format operator to dynamically change the information printed on the screen.
Curated Video
Python Lesson 21
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
Curated Video
Python Lesson 22
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Curated Video
Functions - Input Parameters and Return Value
This video looks at how we can pass parameters to a function, perform some computation and then pass the result back to the caller function.
Curated Video
EPP2 RPi Arduino Protocol
This video describes the protocol that established communication between the RPi and the Arduino.
The Business Professor
Program Management Maturity Model
What is the Program Management Maturity Model? A project management maturity model (commonly shortened to PMMM) is a matrix that illustrates how a company's project management process evolves over time. Just as a company changes as it...
The Business Professor
PRIMO - F Model
What is the PRIMO - F Model? The model is an acronym of: People, Resources, Innovation & Ideas, Marketing, Operations, & Finance. PRIMO-F is a valuable strategic tool that allows a detailed analysis of business performance in three key...
The Business Professor
Understanding Exempt Securities and Exempt Transactions in the 33 Act
In this video, we explore the concept of exempt securities and exempt transactions from the registration requirements of the 33 Act, specifically Section 3 and Section 4. Additionally, we touch upon the potential integration of...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Operator Overloading
In this video, you will learn about plus operator overloading with our distance program. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Constructors
In this video, you will learn about default, parameterized, and copy constructors. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Functions
In this video, you will learn about functions and how to construct them in C++. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Header Files
In this video, we will work on our simple calculator program and learn how to add header files. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...