-
Notifications
You must be signed in to change notification settings - Fork 1
/
ethiek_fast_fair.html
53 lines (53 loc) · 2.69 KB
/
ethiek_fast_fair.html
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
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="css/normalize.css" rel="stylesheet">
<link href="css/ai.css" rel="stylesheet" type="text/css" />
<link href="css/menus.css" rel="stylesheet" type="text/css" />
<link href="css/treeview.css" rel="stylesheet" type="text/css" />
<script src="treeview.js"></script>
<title>Kunstmatige Intelligentie</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: { inlineMath: [['$','$'],['\\(','\\)']] }
});
</script>
</head>
<body id="ethiekenai" onload="initTreeview();" >
<a name="Inleiding" style="counter-reset: subsection 0;"></a>
<header class="paragraaf titel">Fast & FAIR</header>
<section>
<h4 class="pad" id="path_lead"><a href="index.htm" target="_parent">Kunstmatige Intelligentie</a>/<a href="inleiding_ethiek.html" target="_parent">Ethiek en AI</a>/Fast & FAIR</h4>
<div style="height: 100px;">
<div style="float:right;">
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
<br />This work is licensed under a
<br />
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike
4.0
<br />International License</a>.
</div>
</div>
</section>
<div class="navbar">
<a href="ethiek_FAST.html">FAST principes</a>
<a href="ethiek_FAIR.html">FAIR data principes </a>
</div>
<article>
<div class="theorie rechts" style="width: 350px">
<img src="images/FASTandFAIR1.png" alt="https://xkcd.com/1838/" style="width: 350px">
<caption>
But what is RIGHT? And is that enough? (Image: <a href="https://xkcd.com/1838/">Machine Learning, XKCD</a> )
</caption>
</div>
<p>
Voor de volledigheid van dit onderdeel van de lessenserie verwijzen we je eerst naar de paragrafen over de FAST en de FAIR principes in het hoofdstuk Ethiek uit het algemene deel. De rest van deze verdieping kan niet zonder goede kennis van deze principes. Ben je het begrip van deze principes kwijt, neem de hoofdstukken dan nogmaals door.
</p>
<p>Je hebt voor verdieping in ethiek en AI gekozen. Misschien had je na het bestuderen van de paragrafen FAST en FAIR al wat ideeën over onderwerpen die je nader wilde onderzoeken. Noteer die alvast ergens, wie weet kun je die straks gebruiken voor je essay.
</p>
</article>
</body>
</html>