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...
Curated Video
C++ for Beginners - Introduction to Vectors
In this lesson, your instructor discusses vectors. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Science360
EARLY CONCEPT BRAIN RESEARCH: CHEMICAL INVESTIGATIONS
Dopamine is a special chemical, neurologically speaking. The neurotransmitter is crucial for decision-making, learning, movement and more. Scientists know that varying dopamine levels affect neurons, but don't yet have a method to...
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Curated Video
High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation
How can we "fill in" the data points between discrete data? How can we extend beyond our data points? • Learn linear interpolation • Learn polynomial interpolation • See the dangers of extrapolation
Curated Video
Dividing Using Rectangular Arrays
In this video, the teacher explains how to divide using a rectangular array. They also discuss the concept of multiplication and division as inverse operations and demonstrate how to break down challenging problems into smaller parts.
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command
This video explains parameterizing the test Data from Json files. This clip is from the chapter "Cypress Framework Part 2- Page Object Design and Test Parameterization" of the series "Cypress - Modern Automation Testing from Scratch +...
APMonitor
Data Cleansing
Measurements from sensors or from human input can contain bad data that negatively affects machine learning. This tutorial demonstrates how to identify and remove bad data with Numpy and Pandas. Data cleansing is the process of removing...
Programming Electronics Academy
Using Arrays with For Loops
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Fun Robotics
Content Based Recommender System
Implementing the K-nearest neighbor algorithm to recommend a car based on customers' specifications.
Science360
Chemical investigations -- early concept brain research
Dopamine is a special chemical, neurologically speaking. The neurotransmitter is crucial for decision-making, learning, movement and more. Scientists know that varying dopamine levels affect neurons, but don’t yet have a method to...
Curated Video
Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Packt
Julia for Data Science (Video 22)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Science360
ALMA Seeing The Universe In A Whole New Light
At first glance, the bone-dry landscape of the Atacama Desert in Chile might seem inhospitable. But, it's prime real estate for astronomers. This desert is now home to the largest ground-based radio telescope in the world! The telescope...
Packt
Practice Exercise Reverse String Logic-Palindrome
This video presents a practice exercise that explains the reverse string logic using a palindrome. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Curated Video
Compare different types of data structures : Binary Indexed Trees for the RMQ Problem
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. This video presents an extension of...
Curated Video
Finding Area Using Multiplication: Understanding Length and Width
This video lesson teaches students how to find the area of a polygon by multiplying the length and width. It explains the concept of area and reviews the use of arrays for multiplication. The video also emphasizes the importance of not...
Curated Video
C++ for Beginners - Arrays
In this section, David discusses arrays. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Packt
Create visual representations of data that models real-world phenomena or processes : A1. Activity for Data Visualization
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization. Data Visualization: A1....
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.
Curated Video
Compare different types of data structures : Binary Indexed Trees
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. In this video, we introduce another...
Curated Video
Julia for Data Science (Video 15)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Curated Video
Mastering Swift 2 Programming (Video 7)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Packt
Sending Array of Products to Cart for Checkout
This video explains how to send an array of products to a cart for checkout. This clip is from the chapter "Deep Dive into Functional Testing with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...