Goto

Collaborating Authors

 Instructional Material


Intro to Machine Learning for Developers - DZone AI

#artificialintelligence

Welcome to the world of machine learning with scikit-learn. Machine learning can be overwhelming at times, and this is partly due to a large number of tools that are available on the market. This post will simplify this process of tool selection down to one -- scikit-learn. In this series, you will learn how to construct an end-to-end machine learning pipeline using some of the most popular algorithms that are widely used in industry and professional competitions, such as Kaggle. Now, let's begin this fun journey into the world of machine learning with scikit-learn!


Computer-Based Medical Consultations: MYCIN

AI Classics

This book has been adapted in large part from the author's doctoral thesis [Shortliffe, l 974b]. Portions of the work appeared previously in Computers And Biomedical Research [Shortliffe, 1973, l 975b], Mathematical Biosciences [Shortliffe, 1975a], and the Proceedings Of The Thirteenth San Diego Biomedical Symposium [Shortliffe, l 974a]. To Stanford's Medical Scientist Training Program, which is supported by the National Institutes of Health Contents


Readings in Medical Artificial Intelligence

AI Classics

JANICE S. AIKINS Dr. Aikins received her Ph.D. in computer science from Stanford University in 1980. She is currently a research computer scientist at IBM's Palo Alto Scientific Center. She specializes in designing systems with an emphasis on the explicit representation of control knowledge in expert systems. ROBERT L. BLUM Dr. Blum received his M.D. from the University of California Medical School at San Francisco in 1973. From 1973 to 1976 he did an internship and residency in the Department of Internal Medicine at the Kaiser Foundation Hospital in Oakland, California, where he was chief resident in 1976.



Making deep neural networks paint to understand how they work

#artificialintelligence

It's a mystery that deep learning works so well. Even though there are several hints about why deep neural networks are so effective, the truth is that nobody is entirely sure and theoretical understanding of deep learning is very much an active area of research. We will make neural networks paint abstract images for us, and then we will interpret those images to develop a better intuition on what might be happening under the hood. Also, as a bonus, by the end of the tutorial, you'll be able to generate images such as the following (everything is less than 100 lines of PyTorch code. This image was generated by a simple architecture called Compositional Pattern Producing Networks (CPPN) which I got introduced to via this blog post. In that blog post, the author generates abstract images via neural networks written in JavaScript.


New IBM Skills Training to Get Clients Up & Running on AI - THINK Blog

#artificialintelligence

We are at an inflection point. Data Science and AI technologies are not just a continuum of old technologies. They represent a complete paradigm shift that take us from a deterministic world to a probabilistic world, increasing the potential to profoundly change human society, and to become a new engine of economic development. Around the world, governments and businesses are implementing AI strategies to ensure readiness for a new round of industrial transformation, with the birth of new technologies, new products, new industries, new formats, and new business models. Collectively, we have never had more access to powerful technologies, or to more massive amounts of data.


10 Roles For Artificial Intelligence In Education

#artificialintelligence

For decades, science fiction authors, futurists, and movie makers alike have been predicting the amazing (and sometimes catastrophic) changes that will arise with the advent of widespread artificial intelligence. So far, AI hasn't made any such crazy waves, and in many ways has quietly become ubiquitous in numerous aspects of our daily lives. From the intelligent sensors that help us take perfect pictures, to the automatic parking features in cars, to the sometimes frustrating personal assistants in smartphones, artificial intelligence of one kind of another is all around us, all the time. While we've yet to create self-aware robots like those that pepper popular movies like 2001: A Space Odyssey and Star Wars, we have made smart and often significant use of AI technology in a wide range of applications that, while not as mind-blowing as androids, still change our day-to-day lives. One place where artificial intelligence is poised to make big changes (and in some cases already is) is in education.


How to make the most out of machine learning by investing in people and technology

#artificialintelligence

Machine learning is poised to pave the way for many exciting opportunities for businesses, but there are many hurdles to be crossed before getting to the finishing line. Many organisations are still struggling with legacy systems and are slow to invest in more advanced technologies. But the more pressing issue at hand, one that has been an ongoing problem for the technology sector, is the short supply of qualified talent to match what is a fast-moving and demanding industry. By design, machine learning is experimental and often unpredictable โ€“ a lot of exploration is required before organisations can even begin to make sense of the data and which machine learning algorithms will work best. While the unpredictable nature of machine learning is understandably daunting, many organisations have yet to fully grasp what is required to effectively deploy and manage it.


Fashion MNIST with Keras and Deep Learning - PyImageSearch

#artificialintelligence

In this tutorial you will learn how to train a simple Convolutional Neural Network (CNN) with Keras on the Fashion MNIST dataset, enabling you to classify fashion images and categories. The Fashion MNIST dataset is meant to be a (slightly more challenging) drop-in replacement for the (less challenging) MNIST dataset. Throughout this tutorial, you will learn how to train a simple Convolutional Neural Network (CNN) with Keras on the Fashion MNIST dataset, giving you not only hands-on experience working with the Keras library but also your first taste of clothing/fashion classification. To learn how to train a Keras CNN on the Fashion MNIST dataset, just keep reading! In the first part of this tutorial, we will review the Fashion MNIST dataset, including how to download it to your system.


MIT Deep Learning Basics: Introduction and Overview

#artificialintelligence

An introductory lecture for MIT course 6.S094 on the basics of deep learning including a few key ideas, subfields, and the big picture of why neural networks have inspired and energized an entire new generation of researchers. For more lecture videos on deep learning, reinforcement learning (RL), artificial intelligence (AI & AGI), and podcast conversations, visit our website or follow TensorFlow code tutorials on our GitHub repo. OUTLINE: 0:00 - Introduction 0:53 - Deep learning in one slide 4:55 - History of ideas and tools 9:43 - Simple example in TensorFlow 11:36 - TensorFlow in one slide 13:32 - Deep learning is representation learning 16:02 - Why deep learning (and why not) 22:00 - Challenges for supervised learning 38:27 - Key low-level concepts 46:15 - Higher-level methods 1:06:00 - Toward artificial general intelligence CONNECT: - If you enjoyed this video, please subscribe to this channel.