Curated Video
Data Structures and Algorithms The Complete Masterclass - Section Summary
This video provides a summary of this section. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data structures.
Curated Video
Data Structures and Algorithms The Complete Masterclass - Curriculum Walkthrough
This video introduces you to Data Structures and Algorithms. This clip is from the chapter "Course Introduction" of the series "Data Structures and Algorithms: The Complete Masterclass".This section provides an introduction to the course.
Curated Video
Data Structures and Algorithms The Complete Masterclass - Implementing a Binary Tree
This video demonstrates how to implement a binary tree. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Curated Video
Mastering Swift 2 Programming (Video 44)
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...
Curated Video
Ensemble Machine Learning Techniques 6.1: Practical Advice
In this video, we will see some of the common pitfalls to avoid during ensembling. • We will see things to consider while building a stacked model • We will learn about the challenges and its solutions in Boosting
Next Animation Studio
Lasers learn to accurately locate space debris
China-based scientists have developed a way to use laser telescopes and neural network analysis to locate space debris.
Curated Video
Mastering Swift 2 Programming (Video 32)
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...
Globalive Media
Beyond Innovation: Episode 25
A robotic arm cooks hamburgers, a face scanner clinches sales and a connected car links to our social lives. Plus, Michael and Anthony speak with billionaire professor David Cheriton about automating computer networking systems.
Hosted...
Globalive Media
Beyond Innovation: Episode 12
An algorithm designs the perfect website, an exoskeleton puts a spring in your step and a scanner sees inside your food. Plus, the entrepreneur who invented the mouse reveals his next big idea. Hosted by venture capitalist Anthony...
de Dicto
Towards automated fact checking with Andreas Vlachos: Fact checking chatbots
How should automated fact checking be integrated in social media platforms? How can a fact check have an impact? Towards automated fact checking with Andreas Vlachos, Part 3
Fun Robotics
Reinforcement Learning
Introduce the concept of reinforcement learning in a machine learning model
Globalive Media
Beyond Innovation: Episode 24
AI learns to brew beer, robots run an indoor farm and technology starves cancer cells into submission. Plus, Michael and Anthony speak with a LinkedIn co-founder about platforms transforming everyday tasks. Hosted by venture capitalist...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Development environment setup
A look at development environments, some options and what we'll use in the course This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Search
Go through my implementation of the project and discuss code, tips and pointers This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Globalive Media
Beyond Innovation: Episode 21
An algorithm becomes a book critic, a robot imitates a fruit fly and a startup pioneers a new way to fight cancer. Plus, Michael and Anthony speak with prolific inventor Nathan Myhrvold about metamaterials that possess strange yet useful...
TMW Media
Innovating Cars: Learn about autonomous cars
In what ways are automobiles improving? What is the goal of autonomous vehicles? What is the purpose of EPORO robots? Innovating Cars, Part 1
Brainwaves Video Anthology
Charles Fadel - Making Education More Relevant
Charles Fadel is a global education thought leader and expert, author, and inventor.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - an introductory look
Working with files and performing read and write operations using context managers and permissions This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
de Dicto
Towards automated fact checking with Andreas Vlachos: From identifying falsehoods to suggestion mechanisms
Are human and machine fact checkers shifting from identifying falsehoods to suggestion mechanisms? Towards automated fact checking with Andreas Vlachos, Part 4
Globalive Media
Beyond Innovation: Episode 9
A venture capitalist bets big on cryptocurrency, a realistic robot mimics medical patients and a special pesticide saves bumble bees. Plus, Michael and Anthony speak with NBA star Jeremy Lin about a smartphone app that’s the perfect...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Merge Sort
Merge Sort belongs to a class of algorithms which uses divide and conquer to break the problem set into smaller pieces. This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures & Algorithms in...
Science360
Science Behind the News: Predictive Policing
"The Los Angeles Police Department is using a new tactic in their fight against crime called "predictive policing." It's a computer program that was originally developed by a team at UCLA, including mathematician Andrea Bertozzi and...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Insertion and Lookup in a Binary Search Tree
Here, we see how they work and understand their performance and complexity. This clip is from the chapter "Binary Search Trees" of the series "From 0 to 1: Data Structures & Algorithms in Java".A Binary Search Tree is a binary tree with...