Bozeman Science
Scalar Field
In this video Paul Andersen explains how scalar fields can be used to show the distribution of scalar quantities. The most important scalar fields in AP Physics 2 deal with electric potential. Scalar addition can be used to combine...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Demo of the Long-Distance Problem
In this video, we will understand how LSTMs work for resolving a long-distance problem. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Curated Video
The Art of Doing - Web Development for Beginners - Functions
In this video, we will delve into functions in JavaScript, including function declarations, parameters, and function bodies. You will also learn how to call functions and pass arguments to them and explore best practices for writing...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Histogram
In this video, you will learn about a histogram. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Generating Data
In this video, we will discuss how to generate data. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world of...
Science Buddies
Simple Explanation of the Minimax Algorithm with Alpha-Beta Pruning with Connect 4
Create a Connect 4 AI Player with the Minimax algorithm and Alpha-Beta Pruning
Curated Video
Microsoft Excel 2021365 - Beginner to Advanced - Exercise 03 -work on a two-way XLOOKUP
In this video, we will focus on Exercise 03 of this section, where we will work on a two-way XLOOKUP.
Curated Video
Microsoft Excel 2021365 - Beginner to Advanced - Using RANDARRAY and RANDBETWEEN to Randomize Data
In this video, you will learn how to use RANDARRAY and RANDBETWEEN to randomize data.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Solution (Anonymous Functions)
Let's discuss the solution to the short quiz on anonymous functions in this session. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions...
APMonitor
Numpy and Loops in Python
This introductory homework assignment solution covers Numpy and loops (for and while) in Python. The example problems use simple vectors and matrices, reshaping, index referencing, initialization, dot product, cross product, matrix...
Curated Video
Data Science and Machine Learning with R - Data Frames: Tibbles
This video explains Tibbles in data frames. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Programming Electronics Academy
Arduino Pseudo Random Non-Consecutive Number Generator
In this video we demonstrate how to create pseudo random numbers with Arduino - with a useful twist. This lesson was inspired by the following viewer question: "How do I create Random Non-Consecutive numbers with Arduino. P.S. These are...
Curated Video
Conducting a Simulation to Determine Consistency with Given Results
In this video, the teacher explains how to determine if a model is consistent with given results by conducting a simulation using random numbers. The example used is a chess player named Garrett who usually wins 6 out of 9 games, but one...
Curated Video
Design a computer system using tree search and reinforcement learning algorithms : Coding up Your First Solution to CartPole-v0
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...
Curated Video
High Performance Scientific Computing with C 1.6: Monte Carlo Methods
How can we use random numbers to solve problems? • Learn why randomness is useful • See how we can solve integrals with random numbers • See how the accuracy of Monte Carlo methods scales
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Password Cracking
Passwords are often stored in hash format but can still be susceptible to attacks. The various password attacks include brute force, dictionary, and rainbow table. Salting and key stretching add another layer of security to hashed...
Fun Robotics
Summary and Project [Recommendation Systems and Data Analytics, Numpy Library I and II]
Summarize the class and explain the class project
The Wall Street Journal
Deep Dive: Tracking and Detecting an Epidemic
How can technology help in tracking the spread of the new coronavirus and what were the early warning signs and findings from epicenters like China and South Korea that can serve as a lesson for the U.S.?
Packt
Create a computer vision system using decision tree algorithms to solve a real-world problem : Introduction to MatPlotLib
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Maximum Element In A Minimum Heap and K Largest Elements In A Stream
Let's practice heap problems! Use the heap property to find the largest element in a minimum heap and the K largest elements in a stream. This clip is from the chapter "Heap Problems" of the series "From 0 to 1: Data Structures &...
Curated Video
C++ Standard Template Library in Practice - Randomizing
The listener is new to algorithms and does not know about the shuffling algorithms. • Introduce the listener to the std::shuffle algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Curated Video
Learn Go in 3 Hours - Package and Imports
Go uses packages to organize source code and import statements to declare access to code in other packages. • This video covers how packages and import statements work and gives a quick walkthrough of the standard library. • Learn about...
Curated Video
Hands-On WebAssembly for C++ Programmers - Seeing WebAssembly in Action
Now that you know what WebAssembly is, what does it look like when it is run, see how much faster it is than JavaScript. • Run a C++ program in the web browser • Measure performance differences from C++, JavaScript, and WebAssembly •...