-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (110 loc) · 5.29 KB
/
index.html
File metadata and controls
125 lines (110 loc) · 5.29 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="assets/css/style.css?v=ed995c8103273680a2b171596bf8498d300500a0">
<link rel="stylesheet" type="text/css" href="assets/css/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Toulouse Interdisciplinary Deep Learning Group (TIdDLe)</title>
<meta name="keywords" content="Deep Learning, Toulouse, TIdDLe, interdisciplinary">
<meta name="generator" content="Jekyll v3.7.4" />
<meta property="og:title" content="Toulouse Interdisciplinary Deep Learning Group (TIdDLe)" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://tiddle-group.github.io/" />
<meta property="og:url" content="https://tiddle-group.github.io/" />
<meta property="og:site_name" content="tiddle-group.github.io" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://tiddle-group.github.io/","headline":"Toulouse Interdisciplinary Deep Learning Group (TIdDLe)","name":"tiddle-group.github.io","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="menu_style.css">
<style>
/* Tooltip */
.test + .tooltip > .tooltip-inner {
background-color: #4CAF50;
color: #FFFFFF;
border: 1px solid green;
padding: 2px;
font-size: 12px;
font-weight: normal;
}
/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
border-bottom: 5px solid green;
}
</style>
</head>
<body>
<ul class="menu">
<li class="menu"><a class="active" href="index.html"><b>Main page</b></a></li>
<li class="menu"><a href="events.html"><b>Events</b></a></li>
<li class="menu"><a href="http://tiddle.univ-tlse3.fr/member_list.php"><b>Members</b></a></li>
<li class="menu"><a href="http://tiddle.univ-tlse3.fr/register.php"><b>Register</b></a></li>
<li class="menu"><a href="involved.html"><b>Get involved</b></a></li>
<li class="menu"><a href="http://tiddle.univ-tlse3.fr/contact.php"><b>Contact</b></a></li>
<li class="menu"><a href="http://tiddle.univ-tlse3.fr/forum/index.php"><b>Forum</b></a></li>
<li class="menu"><a href="sponsors.html"><b>Sponsors</b></a></li>
</ul>
<div class="main">
<div id="container">
<div class="inner">
<section id="mainpage">
<header>
<h1>Toulouse Interdisciplinary Deep Learning Group (TIdDLe)</h1>
</header>
<hr>
<h2>Who we are</h2>
<p>
<ul style="list-style-type:none;">
<li style="list-style-type:none;">We are a group of Toulouse-based researchers, from both academia and industry,
sharing a strong interest in <a class="test" href="#" data-toggle="tooltip" data-placement="bottom"
title="Deep Learning in the broadest possible sense,
encompassing all machine learning approaches based on neural networks and/or differentiable computing.
This includes but is not limited to: Convolutional networks, recurrent networks, GANs, auto-encoders,
Deep RL, deep learning theory and optimization, with applications in computer vision, NLP,
audio/speech processing, game agents, robotics, etc."><strong>Deep Learning.</strong></a></li>
<li style="list-style-type:none;">For a list of group members, see <a href="http://tiddle.univ-tlse3.fr/member_list.php"><b>Members</b></a> on the left.</li>
<li style="list-style-type:none;">We are supported by ANITI, the Toulouse 3IA project. See <a href="sponsors.html"><b>Sponsors</b></a>.</li>
</ul>
</p>
<hr>
<h2>What we do</h2>
<p>Our aims are to:
<ul style="list-style-type:disc;">
<li> Design novel state-of-the-art deep learning algorithms, by drawing on knowledge from multiple disciplines.
Publish our research in the top journals and conferences.</li>
<li> Transfer existing and novel technologies to our community. </li>
<li> Inform, educate, train our community members. Share and spread our knowledge. See
<a href="events.html"><b>events</b></a> for past and future events.</li>
</ul>
</p>
<hr>
<h2>How to join us?</h2>
<p>
<ul style="list-style-type:none;">
<li style="list-style-type:none;">To join the group, click <a href="http://tiddle.univ-tlse3.fr/register.php"><b>Register</b></a>. This will get you included
in our mailing list, where you will receive announcements for events, relevant information, or an occasional newsletter.
You will also appear in our <a href="https://tiddle.univ-tlse3.fr/member_list.php"><b>members list</b></a>, and you will be able
to post messages in our <a href="https://tiddle.univ-tlse3.fr/forum/index.php"><b>forum</b></a>.</li>
<li style="list-style-type:none;">Registration is free, everyone is welcome (including students, post-docs, etc.).</li>
</ul>
</p>
</section>
</div>
<footer>
<p align="center"><a href="legal.html">Mentions legales</a></p>
</footer>
</div>
</div>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>