Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Categories of ML Tasks and Attacks
From the section: Security Test Using Adversarial Attack. In this section, you will test any AI system against the latest attacks with the help of simple tools. The aim of this video is to demonstrate that all approaches to solving...
Curated Video
Predictive Analytics with TensorFlow 6.1: NLP Analytics Pipelines
This video will explain us the general purpose of machine learning and also explain the workflow of predictive analytics. • Understand the workflow of predictive analytics in machine learning
Financial Times
Mental health and the gig economy
Workers appreciate the flexibility of the gig economy, but isolation, long hours and performance assessment by an algorithm are contributing to mental health problems.
Curated Video
Adding Rational Numbers: Algorithms and Number Lines
This video clarifies that rational numbers include integers and demonstrates the rules for adding numbers with like signs and different signs. Through examples and visual representations on a number line, students learn how to determine...
Curated Video
Modify a data structure : Big O Notation and Calculating the Runtime of a Function
From the section: Linked Lists. Linked Lists: Big O Notation and Calculating the Runtime of a Function Linked Lists: Big O Notation and Calculating the Runtime of a Function
Curated Video
Predictive Analytics with TensorFlow 11.1: Reinforcement Learning
Supervised and unsupervised learning appears at opposite ends of the spectrum, RL exists somewhere in the middle. We use reinforcement learning to discover a good sequence of actions to take the maximum expected rewards. We will also see...
Curated Video
The Sub1 Reloaded: The Fastest Robot to Solve a Rubik's Cube
Gerrit explains how the Sub1 robot uses on-board cameras to enable it to solve a Rubik's Cube in record-breaking time. Use to consider what information the cameras must capture and pass on in order for the cube to be solved.
Programming Electronics Academy
Introduction to User Defined Functions: Arduino Course 8
A description of User Defined Functions in programming.
Curated Video
Describe an advanced data structure : Optimizing the Sieve of Eratosthenes
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
The Art Assignment
Do Machines Make Art? | The Art Assignment | PBS Digital Studios
When art is generated by Artificial Intelligence, what or who can we call the artist? We look to art history to consider the long collaboration between humans and technology.
Zach Star
Today In Engineering (Episode 1)
This video covers just a few current events going on in engineering and computer science. The topics here include 1. Origami Algorithm 2. Algorithm to see around corners 3. Laser on Fighter Jet 4. Drones for Warehouse Product Search 5....
Zach Star
Books that All Students in Math, Science, and Engineering Should Read
These are some of my favorite books I have read lately that relate to students with an interest in math, science, and engineering. The list includes: 1. Physics of the Future 2. Algorithms to Live By 3. A Mind for Numbers 4. How Not to...
Curated Video
Describe computer programming : You Can Code! Part 1
From the section: You can code!. This section will help you discover some interesting facts about coding. You can code!: You Can Code! Part 1 • Create a simple list with names and another with numbers • Explain the concept of indexing •...
Global Health with Greg Martin
AI and Health
Artificial Intelligence is being used in healthcare in an array of clinical settings. This video explores AI and Health in terms of the application of machine learning to diagnostic problems and long term clinical decision making through...
Curated Video
Classification Versus Regression Versus Clustering Machine Learning Types
In this video, we will cover classification versus regression versus clustering machine learning types. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure...
Packt
Course Introduction - Data Structures and Algorithms The Complete Masterclass
This video introduces you to the course. 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.
Science360
Next generation robotic legs for when the going gets rough
One of the major challenges in robotics is designing robots that can move over uneven, loose or unexpected terrain. With support from the National Science Foundation, computer engineer Luther Palmer and his team at the Biomorphic...
TLDR News
Office Work Automation: You Aren't Too Creative To Be Replaced
Over recent years we have seen more and more jobs being replaced by robotics. But what will happen when AI comes for white collar and office work? Are you really too creative to be replaced?
Fun Robotics
Content Based Recommender System
Implementing the K-nearest neighbor algorithm to recommend a car based on customers' specifications.
Physics Girl
Are machines better at quantum physics than humans?
Machine learning is an exciting and growing field of computer science. Physics is using machine learning in the field of quantum mechanics to learn about unusual phase transitions Video on Jabril's channel
Curated Video
Design a computer system using tree search and reinforcement learning algorithms : Control – Building a Very Simple Epsilon-Greedy Policy
From the section: Model-Free Prediction and Control With Monte Carlo (MC). In this section, we will learn one of two improvements on DP – Monte Carlo, a method which does not require a model of the environment. We talk about a new...
Science360
From This...That! Basic Research to Bridge Sensors
Mehdi Kalantari Khandani at the University of Maryland has created a sensor system that constantly monitors different types of stresses on bridge structures and, when it detects anything unusual, alerts those who need to know. But...
Packt
Compare the breadth-first and depth-first search algorithms : Using Depth-First Search (DFS)
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Learn the...