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...
Instructional Video5:43
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Course structure and content overview

Higher Ed
An in-depth look at the structure of the course and an overview of the content of every section This clip is from the chapter "Introduction" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Instructional Video5:23
Curated Video

Mastering Swift 2 Programming (Video 25)

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 Video17:24
The Wall Street Journal

Rise Against the Machine

Higher Ed
Multiple studies have found that machines are prone to developing biases against women and persons of color. UCLA professor Safiya Noble shares her work combating data discrimination and offers a road map for ethical technology.
Instructional Video4:38
Curated Video

Data Science and Machine Learning with R - Data Science + Machine Learning Marketplace

Higher Ed
This video explains the various trends and job opportunities in data science and machine learning. This clip is from the chapter "Data Science and Machine Leaning Course Introduction" of the series "Data Science and Machine Learning with...
Instructional Video5:50
Curated Video

Mastering Swift 2 Programming (Video 4)

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:44
Curated Video

Mastering Swift 2 Programming (Video 21)

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:39
Curated Video

Mastering Swift 2 Programming (Video 6)

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:39
Curated Video

Mastering Swift 2 Programming (Video 49)

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 Video3:40
Curated Video

Mastering Swift 2 Programming (Video 47)

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 Video8:38
Curated Video

High Performance Scientific Computing with C 4.4: GPGPU with CUDA

Higher Ed
How can we accelerate our codes using modern GPUs? What is CUDA? • Learn how to add CUDA kernels to our code • See how to use nvcc to compile CUDA code • Learn about tuning CUDA code for performance