Packt
Explain the negative impacts of artificial intelligence systems on society : DeepFool Attack Practical Configuration
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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Minimum Value, Maximum Depth And Mirror
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...
Curated Video
Machine Learning Algorithms
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...
Curated Video
Mastering Swift 2 Programming (Video 34)
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
Mastering Swift 2 Programming (Video 29)
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...
The Wall Street Journal
DeepMind's Demis Hassabis on AI Doing Better
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...
de Dicto
Towards automated fact checking with Andreas Vlachos: Capabilities and limitations of the current technology
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
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Symmetric Cryptosystems
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...
Curated Video
Data Science and Machine Learning with R - Machine Learning Overview
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 1
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Introduction to branching (if, elif, else) and conditionals
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.
Curated Video
Mastering Swift 2 Programming (Video 17)
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
Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort demonstration and complexity analysis
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Introduction to section 4 and overview of the material covered in it
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Course structure and content overview
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...
Curated Video
Mastering Swift 2 Programming (Video 25)
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...
The Wall Street Journal
Rise Against the Machine
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.
Curated Video
Data Science and Machine Learning with R - Data Science + Machine Learning Marketplace
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...
Curated Video
Mastering Swift 2 Programming (Video 4)
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
Mastering Swift 2 Programming (Video 21)
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
Mastering Swift 2 Programming (Video 6)
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
Mastering Swift 2 Programming (Video 49)
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
Mastering Swift 2 Programming (Video 47)
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
High Performance Scientific Computing with C 4.4: GPGPU with CUDA
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