-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
46 lines (44 loc) · 2.16 KB
/
teaching.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
---
layout: page
title: "Teaching"
description: "Iz of leanrz!"
header-img: "img/desk.jpg"
---
<div class="wrapper">
<div class="main-wrapper">
<section class="section">
<h2 class="section-title">
<i class="fa fa-book"></i>
Courses
</h2>
<p> Herein are assembled the theoretical and practical courses, I am giving:</p>
<ul class="fa-ul">
<br>
<li>
<i class="fa-li fa fa-university"></i> At ENSG:
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-file-o"></i> Image Representation:
<br>The course objective is to intoduce basic notions about image structure and how it is stored.
<br>For more details, contact the teacher in charge of this course: <a href='mailto:[email protected]'>Marc Poupee</a>
</li>
<br>
<li>
<i class="fa-li fa fa-file-o"></i> SVM and Feature Selection:
<br>This is an advanced Machine Learning course in the second year ENSG curriculum. It is divided in two parts. The first introduces Support Vector Machines while, in the second part, Feature Selction schemes are presented.
<br>The course slides and the practicum hand in are made available here:
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-file-pdf-o"></i> <a href='https://github.com/ethiy/svm-fs/releases/download/v2017-beta/svm_fs.pdf'>Slides</a>
</li>
<li>
<i class="fa-li fa fa-file-code-o"></i> <a href='https://github.com/ethiy/svm-fs/releases/download/v2017-beta/hand_in.ipynb'>Hand out</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>