Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Elastic MapReduce (EMR) Architecture and Usage
This video focuses on the architecture of Amazon EMR and its usage. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) Elastic MapReduce, Part 1
This video explains how to use Apache Spark and MLLib (its machine learning library) on an Amazon EMR cluster to consume the order data in an Amazon S3 data lake and produce product recommendations for the customers. This clip is from...
Flipping Physics
2016 #5 Free Response Question - AP Physics 1 - Exam Solution
My solutions to Free Response Question #5 from the 2016 AP Physics 1 Exam. This is a standing waves question which requires you to determine the relationship between tension and wave speed. Also included are my reflections on how to get...
Flipping Physics
AP Physics 1: Review of Mechanical Waves
Review of the Mechanical Waves topics covered in the AP Physics 1 curriculum.
Science360
NSF supports Array of Things prototype in Chicago - Science Nation
New urban-scale smart city technology acts as a fitness tracker for livability Description: University of Chicago scientists supported by the National Science Foundation (NSF) are collaborating with researchers at the Argonne National...
The Noted Anatomist
Autonomic innervation of the heart
This video tutorial briefly covers the sympathetic and parasympathetic role on heart innervation. It focuses on the following: - Sympathetic neurotransmitters (epinephrine and nor-epinephrine) and receptors (adrenergic). -...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Code to perform Image cropping dilation and erosion
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: [Activity] Code to perform Image cropping dilation and erosion
Curated Video
Discuss the importance of data : Basics of decision trees
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Packt
What Is The DOM?
DOM Manipulation & Events: What Is The DOM? This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document object, DOM...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - Testing the Spark Installation
We will be testing our Spark installation for macOS in this session. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will...
Curated Video
Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph
When thinking of execution of a TensorFlow program we should be familiar with a graph creation and a session execution. Basically the first one is for building the model and the second one is for feeding the data in and getting the...
Mr Henry's Music World
How to Play Piano for Beginners Lesson One
Learn how to play piano for beginners with these easy-to-follow lessons giving you the skills to play piano a fun and easy way. Learn how to play chords and arpeggios making it possible to play pop music that YOU like to play!
Curated Video
Discuss the importance of data : The stopping criteria for controlling tree growth
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Implement different search algorithms : BST - Deleting nodes with 1 child node
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario 2 - deleting nodes with 1 child node
Curated Video
Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part I
This video is the first part of the three-part video that highlights the S.O.L.I.D. principles and explains the Single Responsibility and the Open-d principles. • Learn the definition of visitations • std::visit with struct and generic...
Packt
Graph Traversal Complexity
This video explains graph traversal complexity. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of graph traversals.
Packt
Invert Binary Tree – Part 1
This is the first part of the two-part video that demonstrates how to work with an invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...
Blockchain Central
ICON Republic Is Ready To Take Over The Crypto World | Blockchain Central
This week on Blockchain Central: we'll talk about ICON, that works similarly to a federal government and has a potential to become the largest decentralized networks in the world.
__
'Blockchain Central' is your #1 trusted source for...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Cluster Architecture
In this lecture, you will learn how Kafka Cluster is formed and who is responsible for managing the Kafka Cluster and coordinating work in the cluster. This video talks about the role of Zookeeper in the Kafka Cluster and explain the...
Curated Video
Implement different search algorithms : BST from scratch - In-order traversal
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the in-order traversal method so nodes can be displayed in order based on the...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - PySpark Installation
In this session, we will go ahead and install PySpark (Windows). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give...
Mediacorp
Building Religious Harmony in Singapore
In this video, the speaker discusses the potential response of Singapore to a terrorist attack and the need for unity and resilience. They explore different suggestions to improve religious harmony in the country, such as inter-religious...
Blockchain Central
What's So Special About NEM? | Blockchain Central
This week on Blockchain Central: we'll talk about a crypto currency and blockchain network called NEM, also known as the "New Economy Movement", and review some unique features that are worth investigating.
__
'Blockchain Central' is...
Packt
Graph Traversal
This video introduces you to graph traversals. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of graph traversals.