Fighting COVID-19 with Data and AI: A Review of Active Research Groups and Datasets
In this article we'll cover 8 different active groups doing game-changing research on COVID-19 treatment, diagnosis, and prognosis, plus open datasets.
In this article we'll cover 8 different active groups doing game-changing research on COVID-19 treatment, diagnosis, and prognosis, plus open datasets.
Terry Sejnowski talks to us about how artificial intelligence is shaping the future of education.
Terry Sejnowski talks to us about machines dreaming, the birth of the Boltzmann machine, the inner-workings of the brain, and how we recreate them in AI.
Yoshua and Samy Bengio, Yann Lecun, Rich Sutton and Sergey Levine talk about the future of machine learning and how unsupervised learning methods will likely get us to human-level intelligence in machines.
Climate change and competition with China are the two things that top my list of the most important trends in machine learning. I had the opportunity to talk with key people in both of those realms in recent months for the Eye on AI podcast.
In this tutorial we'll break down how to develop an automated image captioning system step-by-step using TensorFlow and Keras.
From deepfakes and virtual celebrities to "fake news," we'll cover popular cases of media synthesis and the research publications detailing how it's done.
We made the AI Wiki to keep the world of artificial intelligence a little less daunting. With easy-to-understand definitions and helpful graphics, the AI Wiki explains dozens of topics in AI, machine learning and deep learning, for beginners and practitioners alike.
In this tutorial we use Cython to reduce the execution time of the genetic algorithm implemented in Python. We've brought down our computational time from 1.46 seconds to a mere 0.08 seconds, so that 1 million generations run in less than 10 seconds with Cython, compared to 180 seconds in Python.