Instructional Video23:57
Globalive Media

Beyond Innovation: Episode 11

Higher Ed
A patient moves a prosthetic limb with his thoughts, a personal submarine dives to the ocean’s depths and a venture capitalist finds genius outside Silicon Valley. Plus, Michael and Anthony speak with a company launching a flying taxi...
Instructional Video6:42
Curated Video

Mastering Swift 2 Programming (Video 45)

Higher Ed
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...
Instructional Video6:34
Curated Video

Mastering Swift 2 Programming (Video 30)

Higher Ed
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...
Instructional Video4:57
Curated Video

Mastering Swift 2 Programming (Video 20)

Higher Ed
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...
Instructional Video9:16
Curated Video

Mastering Swift 2 Programming (Video 9)

Higher Ed
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...
Instructional Video15:28
Packt

Curriculum Walkthrough - Data Structures and Algorithms The Complete Masterclass

Higher Ed
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.
Instructional Video4:30
Curated Video

Mastering Swift 2 Programming (Video 19)

Higher Ed
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...
Instructional Video2:43
Science360

Unmanned Aircraft to Cooperate in Daring Hurricane Missions - Innovators

12th - Higher Ed
Getting unmanned aircraft to fly in coordination with one another, while in the throes of hurricane force winds, is no easy feat. It calls for a lot of mathematical formulas, tricky steering algorithms and prototype testing. But,...
Instructional Video20:15
The Wall Street Journal

The Scope of Threat

Higher Ed
At the WSJ D.Live conference in Hong Kong, Darktrace's Nicole Eagan and Social Data Lab's Andreas Weigend speak with WSJ Global Technology Editor Jason Dean about risks and vulnerabilities in the 'Wild Wild West' digital realm.
Instructional Video4:43
Curated Video

Mastering Swift 2 Programming (Video 26)

Higher Ed
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...
Instructional Video2:35
Packt

Explain the negative impacts of artificial intelligence systems on society : DeepFool Attack Practical Configuration

Higher Ed
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Instructional Video12:14
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Minimum Value, Maximum Depth And Mirror

Higher Ed
Find the minimum value in a binary search tree, find the maximum depth of a binary tree and mirror a binary tree. Learn to solve these problems recursively and see implementation details. This clip is from the chapter "Binary Tree...
Instructional Video6:22
Curated Video

Machine Learning Algorithms

Higher Ed
In this video, we will cover machine learning algorithms. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this...
Instructional Video4:34
Curated Video

Mastering Swift 2 Programming (Video 34)

Higher Ed
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...
Instructional Video5:31
Curated Video

Mastering Swift 2 Programming (Video 29)

Higher Ed
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...
Instructional Video24:32
The Wall Street Journal

DeepMind's Demis Hassabis on AI Doing Better

Higher Ed
The global pandemic has focused attention on the importance of science and technology. What role can AI play in solving the big scientific questions of the coming decades? And how should we respond to the challenges this new technology...
Instructional Video14:06
de Dicto

Towards automated fact checking with Andreas Vlachos: Capabilities and limitations of the current technology

Higher Ed
What can be done comfortably with the current technology? Given the limitations, what would the responsible deployment into real world situations look like? Towards automated fact checking with Andreas Vlachos, Part 1
Instructional Video12:42
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Symmetric Cryptosystems

Higher Ed
In this episode, Mike describes encrypting and decrypting data with the same key. He also covers how symmetric algorithms can either be block or streaming and use various types of ciphers depending on which one is used. This clip is from...
Instructional Video5:26
Curated Video

Data Science and Machine Learning with R - Machine Learning Overview

Higher Ed
This video gives an overview of machine learning. This clip is from the chapter "Data Science and Machine Leaning Course Introduction" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This...
Instructional Video9:29
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 1

Higher Ed
An introductory look at objects with example classes built in the course This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video13:01
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to branching (if, elif, else) and conditionals

Higher Ed
A look at functions, their structure, properties and examples This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:07
Curated Video

Mastering Swift 2 Programming (Video 17)

Higher Ed
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...
Instructional Video11:53
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort demonstration and complexity analysis

Higher Ed
An in-depth look at log(n) and what it represents This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video1:18
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to section 4 and overview of the material covered in it

Higher Ed
Intro to part 2 of this course with section 4 and sorting algorithms, performance analysis and recursion This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based...