-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSD3_2022.html
83 lines (73 loc) · 3.01 KB
/
SD3_2022.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML>
<!--
Read Only by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Science des Données 3</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/avatar2.jpg" alt="" /></span>
<h1 id="logo"><a href="#">Science des Données 3 (2022)</a></h1>
<p>Rémy Degenne</p>
</header>
<footer>
<ul class="icons">
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- Three-->
<section id="one">
<div class="container">
<h3>Cours: classification supervisée</h3>
<ul>
<li><b>Cours 1</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/cours_1.pdf">Notes de cours</a></li>
<li><b>TP1</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/tp1.pdf">Enoncé</a></li>
<li><b>Cours 2</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/cours_2.pdf">Notes de cours</a></li>
<li><b>TP2</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/tp2.pdf">Enoncé</a></li>
<li><b>Cours 3</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/cours_3.pdf">Notes de cours</a></li>
<li><b>TP3</b> - voir TP2
<li><b>Cours 4</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/cours_4.pdf">Notes de cours</a></li>
<li><b>TP4</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/tp4.pdf">Enoncé</a></li>
<li><b>Cours 5</b> - voir cours 4.
<li><b>TP5</b> - <a href="https://remydegenne.github.io/docs/SD3_2022/tp5.pdf">Enoncé</a></li>
<li><b>Cours 6</b> -
<li><b>TP6</b> -
</ul>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollzer.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>