-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
78 lines (74 loc) · 2.44 KB
/
index.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
---
title:
layout: landing
---
<!-- Main -->
<div id="main" class="wrapper style1">
<section class="container">
<header class="major">
<h2>Areas of Research of #ML4MX</h2>
<span class="byline">These are some areas of research for Machine Learning</span>
</header>
<div class="row">
<!-- Content -->
<div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-wrench"></span>
<h3>Healthcare and Life Science</h3>
<span>#ML4MX can allow ML experts to analyse data for clinitians and medical researchers.</span>
</li>
<li>
<span class="fa fa-cloud"></span>
<h3>Education</h3>
<span>#ML4MX can track student knowledge to improve the performance of teachers and schools.</span>
</li>
<li>
<span class="fa fa-cogs"></span>
<h3>Public Services</h3>
<span>#ML4MX can be applied in fraud detection, automatitation of routine administration systems or monitoring regulatory systems.</span>
</li>
</ul>
</section>
</div>
<div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-leaf"></span>
<h3>Transport and Logistic</h3>
<span>#ML4MX can help users to track congestions and save drivers time. Build behavior models to allow insurance companies to set insurance rates for the way users' drive.</span>
</li>
<li>
<span class="fa fa-cogs"></span>
<h3>Finances</h3>
<span>#ML4MX can be applicable in risk management, fraud prevention or sentiment analysis.</span>
</li>
<li>
<span class="fa fa-leaf"></span>
<h3>Smart Cities / Internet of Things</h3>
<span>#ML4MX and sensors can predict accidents, crimes or save energy cosumption.</span>
</li>
</ul>
</section>
</div>
<!-- <div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-cogs"></span>
<h3>Finances</h3>
<span>ML can be applicable in risk management, fraud prevention or sentiment analysis.</span>
</li>
<li>
<span class="fa fa-leaf"></span>
<h3>Smart Cities / Internet of Things</h3>
<span>ML and sensors can predict accidents, crimes or save energy cosumption.</span>
</li>
</ul>
</section>
</div> -->
</div>
</section>
</div>