diff --git a/01a-AI_Possibilities-intro.Rmd b/01a-AI_Possibilities-intro.Rmd index d73a1982..812372f3 100644 --- a/01a-AI_Possibilities-intro.Rmd +++ b/01a-AI_Possibilities-intro.Rmd @@ -7,15 +7,18 @@ ottrpal::set_knitr_image_path() # Introduction to AI Possibilities +## Introduction -## Motivation +This course aims to help decision makers and leaders understand artificial intelligence (AI) at a strategic level. Not everyone will write an AI algorithm, and that is okay! Our rapidly evolving AI landscape means that we need executives and managers who know the essential information to make informed decisions and use AI for good. This course specifically focuses on the essentials of what AI is and what it makes possible, to better harmonize expectations and reality in the workplace. +### Motivation -## Target Audience +This course will help you with your understanding of AI, helping you make strategic decision and cultivate a business environment that embraces the benefits of AI, while understanding its limitations and risks. -The course is intended for ... +### Target Audience -## Curriculum +This course is targeted toward industry and non-profit leaders and decision makers. -The course covers... +### Curriculum Summary +In this course, we'll learn about what Artificial intelligence is, and what it isn't. We'll also learn the basics of how it works, learn about different types of AI, and set some ground rules for minimizing the harms and maximizing the benefits of AI. \ No newline at end of file diff --git a/01b-AI_Possibilities-what_is_ai.Rmd b/01b-AI_Possibilities-what_is_ai.Rmd index d550da17..c24b51c6 100644 --- a/01b-AI_Possibilities-what_is_ai.Rmd +++ b/01b-AI_Possibilities-what_is_ai.Rmd @@ -5,24 +5,6 @@ ottrpal::set_knitr_image_path() # What Is AI -## Introduction - -### Motivation - -This course will help you with your understanding of AI, helping you make strategic decision and cultivate a business environment that embraces the benefits of AI, while understanding its limitations and risks. - -### Target Audience - -This course is targeted toward industry and non-profit leaders and decision makers. - -### Curriculum Summary - -In this course, we'll learn about what Artificial intelligence is, and what it isn't. We'll also learn the basics of how it works, learn about different types of AI, and set some ground rules for minimizing the harms and maximizing the benefits of AI. - -## Examples - -[[[[[Start off with actual uses/case studies/examples]]]]]] - ## Machines Can Learn Like Us Human beings are powerhouses when it comes to pattern recognition and processing [@Mattson2014]. We are constantly observing the world around us, collecting data to learn and make decisions. For example, we might notice a pattern between the amount of traffic on roads in a city, and the time of day. @@ -55,9 +37,78 @@ Data comes in many shapes and forms. Think about how much text information is fr ottrpal::include_slide("https://docs.google.com/presentation/d/1OydUyEv1uEzn8ONPznxH1mGd4VHC9n88_aUGqkHJX4I/edit#slide=id.g2a3877ab699_0_79") ``` +## AI In Practice + +### Amazon Recommendations + +Amazon's recommendation engine uses AI algorithms to analyze user behavior and past purchases, providing personalized product recommendations. This enhances the shopping experience, increases customer engagement, and drives sales. + +### Another Example + +Text here. + + ## What Is and Is Not AI +It can be tricky to understand what is and isn't AI. Let's look at a few of examples that might seem like AI, but are not. + +### Smartphones + +```{r, echo=FALSE, fig.alt='CAPTION HERE', out.width = '100%', fig.align = 'center'} +ottrpal::include_slide("https://docs.google.com/presentation/d/1OydUyEv1uEzn8ONPznxH1mGd4VHC9n88_aUGqkHJX4I/edit#slide=id.g2a3877ab699_0_120") +``` + +The name "smartphone" implies these devices are making decisions and are powered by AI. While there are some features on smartphones that are powered by AI models, like virtual voice assistants and facial recognition, the device as a whole isn't considered AI. + +### Calculators + +```{r, echo=FALSE, fig.alt='CAPTION HERE', out.width = '100%', fig.align = 'center'} +ottrpal::include_slide("https://docs.google.com/presentation/d/1OydUyEv1uEzn8ONPznxH1mGd4VHC9n88_aUGqkHJX4I/edit#slide=id.g2a3877ab699_0_279") +``` + +Many of us use basic calculators, as you might find in Microsoft Excel, every day. AI also makes many calculations. Is it just a scaled=up calculator? No, because AI also makes decisions on new data based on patterns. Traditional calculators can only execute predefined operations. + +### Computer Programs + +```{r, echo=FALSE, fig.alt='CAPTION HERE', out.width = '100%', fig.align = 'center'} +ottrpal::include_slide("https://docs.google.com/presentation/d/1OydUyEv1uEzn8ONPznxH1mGd4VHC9n88_aUGqkHJX4I/edit#slide=id.g2a3877ab699_0_289") +``` + +Computers follow set procedures for problem solving and computation. Everyday computers use these proceedures, also called algorithms, to help automate repetitive tasks and save time. However, this isn't generally considered AI. AI systems exhibit the ability to learn, adapt, and handle new inputs for tasks that might be more complicated. + +### Are You Dealing With AI + +It can be tricky to determine what kind of tools or systems are AI, especially if you don't come from a computational background. Here are a few questions on which you can reflect to determine if you're dealing with AI or not. + +