generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
48 lines (39 loc) · 1.66 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "AI for Decision Makers"
subtitle: ""
date: "`r format(Sys.time(), '%B, %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
description: "Description about Course/Book."
favicon: assets/favicon.ico
always_allow_html: true
output:
bookdown::html_document2:
toc: true
---
```{r, include = FALSE}
ottrpal::set_knitr_image_path()
devtools::install_cran("config")
library(config)
```
# About this Course {-}
This is the series of courses in Fred Hutch DaSL's "AI for Decision Makers" specialization on Coursera.
## Specialization Sections
* Introduction
* Course 1: Exploring AI Possibilities
* Course 2: Avoiding AI Harm
* Course 3: Determining AI Needs
* Course 4: Developing AI Policy
## Available course formats
This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee.
- The material for this course can be viewed without login requirement on this [Bookdown website](https://hutchdatascience.org/AI_for_Decision_Makers/). This format might be most appropriate for you if you rely on screen-reader technology.
<!-- - This course can be taken for [free certification through Leanpub](LINK HERE). -->
- This course can be taken on [Coursera for certification here](https://www.coursera.org/learn/exploring-ai-possibilities/) (but it is not available for free on Coursera).
- Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/AI_for_Decision_Makers).
<br>
<div class = disclaimer>
`r config::get("disclaimer")`
</div>