Course Content
Introduction to Artificial Intelligence
About this learning activity Less than a century old, artificial intelligence (AI) has already undergone three waves of transformative development. Today it gives humanity the most powerful tools for analyzing complex data, not only to find meaning but to learn without human intervention. In this course, you'll survey AI's history and explore ways that it can shed light on unstructured data. What you'll learn After completing this course, you should be able to: Define artificial intelligence Describe three levels of artificial intelligence Describe the history of AI from the past to the possible future Define and describe machine learning Differentiate between structured and unstructured data Describe how machine learning structures data Describe how machine learning structures unstructured data Describe how machine learning uses probabilistic calculation to solve problems Describe three methods by which machine learning analyzes data Describe an ideal relationship between humans and machine learning
0/41
Introduction to Large language models
Welcome to Introduction to Large Language Models! In this module, you'll learn what large language models are, how they work, and some typical business applications. Estimated duration 30 minutes
0/8
IBM – Getting Started with Artificial Intelligence

There are two other ways to contrast classical and machine learning systems. One is deterministic and the other is probabilistic.

Let’s dig in and see what these two words mean.

 

For a deterministic system, there must be an enormous, predetermined structure of routes—a gigantic database of possibilities from which the machine can make its choice. If a certain route leads to the destination, then the machine flags it as “YES”. If not, it flags it as “NO”. This is basically binary thinking: on or off, yes or no. This is the essence of a computer program. The answer is either true or false, not a confidence value.

Machine learning is probabilistic. It never says “YES” or “NO”. Machine learning is analog (like waves gradually going up and down) rather than binary (like arrows pointing upward and downward). Machine learning constructs every possible route to a destination and compares them in real time, including all the variables such as changing traffic. So, a machine learning system doesn’t say, “This is the fastest route.” It says something like, “I am 84% confident that this route will get you there in the shortest time.” You might have seen this yourself if you’ve traveled in a car with an up-to-date GPS navigation system that offers you two or three choices with estimated times.

If machine learning offers only probabilities, who makes the final decision?

This can literally be a life-and-death question. Suppose you have a serious disease and your doctor offers you a choice. Do you want your doctor to prescribe your treatment, or do you want the treatment that a machine learning system determines is most likely to succeed?

Scroll to Top