-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNADBench.html
106 lines (93 loc) · 4.44 KB
/
NADBench.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<!--[if lt IE 7]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<!-- Mirrored from frenify.com/envato/marketify/html/arlo/1/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 09 Mar 2019 09:48:54 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Name of your web site" />
<meta name="author" content="Marketify" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<title>NADBenchmark</title>
<!-- STYLES -->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="css/plugins.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lt IE 9]>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<![endif]-->
<!-- /STYLES -->
</head>
<body>
<!-- WRAPPER ALL -->
<div class="arlo_tm_wrapper_all">
<div id="arlo_tm_popup_blog">
<div class="container">
<div class="inner_popup scrollable"></div>
</div>
<span class="close"><a href="#"></a></span>
</div>
<!-- PRELOADER -->
<div class="arlo_tm_preloader">
<div class="spinner_wrap">
<div class="spinner"></div>
</div>
</div>
<!-- /PRELOADER -->
<!-- CONTENT -->
<div class="arlo_tm_content">
<div class="inner_list">
<div class="arlo_tm_news_wrap">
<div class="image_wrap">
<img class="small_centered" src="img/blog/NADBench.jpg" alt="" />
</div>
<div class="definitions_wrap">
<div class="title_holder">
<h3>
<a href="NADBench.html">Curating Benchmark ML Datasets for Natural Disasters
</a>
</h3>
</div>
<div>
<p>
<!-- With climate change exacerbating the intensity, frequency, and duration of extreme weather events and natural disasters across the world, rapid advancement is required in its management.
While the increased data on natural disasters improves the scope of machine learning (ML) for this field, to accelerate research, benchmark datasets can play a key role. Benchmark datasets are preprocessed,
curated datasets for training and testing ML algorithms. These datasets provide scope for standard evaluation so that ML communities can quantify their progress and compare models.
-->
To facilitate research on natural disasters, we curate a list of existing benchmark datasets for natural disasters, categorizing them according to the disaster management cycle (mitigation, preparedness, responses and recovery).
We develop a web platform – NADBenchmarks – where researchers can search for benchmark datasets for natural disasters.
Currently, our curation covers the past five years. Our goal is to aid researchers in finding benchmark datasets to train their ML models on and also provide general directions for topics where they can contribute new benchmark datasets.
<b> Check out our <a href=https://natdisaster-datasets.ai/about>website</a>!</b>
<a href=https://roc-hci.com/wp-content/uploads/2022-database-curation-climate-FSS-22_paper.pdf>[Read]</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- / WRAPPER ALL -->
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<!--[if lt IE 10]>
<script type="text/javascript" src="js/ie8.js"></script>
<![endif]-->
<script src="js/plugins.js"></script>
<script src="js/init.js"></script>
<!-- /SCRIPTS -->
</body>
<!-- Mirrored from frenify.com/envato/marketify/html/arlo/1/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 09 Mar 2019 09:48:54 GMT -->
</html>