Skip to content

Commit 7eb41db

Browse files
committed
Update _index.md
1 parent 93d57b4 commit 7eb41db

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

content/_index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ comments= true # Enable Disqus comments for specific page
1818

1919
+++
2020

21-
**Time series** are everywhere. Data recorded from **sensors** in **mobile phones**, financial data like accounting figures and climate indicators are all examples of time series society and individuals are exposed to daily. Understanding such time series are essential for technological advance and making informed decisions.
21+
### Machine Learning for Irregular Timeseries (ML4ITS)
22+
***
23+
###### Project Number: [312062](https://prosjektbanken.forskningsradet.no/en/project/FORISS/312062?Kilde=FORISS&distribution=Ar&chart=bar&calcType=funding&Sprak=no&sortBy=score&sortOrder=desc&resultCount=30&offset=0&Fritekst=ML4ITS)
24+
25+
We are grateful for funding from [The Research Council of Norway](https://www.forskningsradet.no/) within the IKTPLUSS initiative.
26+
27+
***
28+
29+
**Time series** are everywhere. Data recorded from **sensors** in **mobile phones**, **financial data** like accounting figures and **climate indicators** are all examples of time series society and individuals are exposed to daily. Understanding such time series are essential for technological advance and making informed decisions.
2230

2331
Many of these time series are **irregular** in some sense. They may have **missing data**, which may occur if sensors fail, if a person forgets to insert a number in a spreadsheet, or if the phenomenon we are interested in may only be observed at certain points in time. They may also be **very noisy**: for example, using cheap sensors may allow us to get data from more sensors at the expense of the measurement having more noise than when using a more expensive sensor.
2432

@@ -27,11 +35,10 @@ The project **Machine Learning for Irregular Time Series (ML4ITS)** addresses so
2735
- *Forecasting*: predicting the future values of the time series based on current/past data.
2836
- *Imputation/denoising*: creating “clean” data in the scenario there is missing or noisy data
2937
- *Anomaly detection* and *Failure prediction*: knowing which observations are unusual or indicating that a system is in a critical state.
30-
- *Synthetic data creation*.
38+
- *Synthetic Data Generation (SDG)*.
3139

3240
The last point addresses the need for creating datasets that are **privacy preserving**. For example, the sensor data on a cell phone may not be anonymous, but it may be possible to create a synthetic dataset that behaves like the original data in a statistical sense that at the same time preserves privacy. Furthermore, the project aims to make **reproducible research** and develop **open source** software that will benefit the research ecosystem.
3341

34-
The project is a collaboration between [Sintef Digital]() and three departments at [NTNU](): [Department of Computer Science](), [Department of Mathematical Sciences]() and [Department of Electronic Systems]().
35-
42+
The project is a collaboration between [Sintef Digital](https://www.sintef.no/en/digital/) and three departments at [NTNU](https://www.ntnu.no/): [Department of Computer Science](https://www.ntnu.edu/idi), [Department of Mathematical Sciences](https://www.ntnu.edu/imf) and [Department of Electronic Systems](https://www.ntnu.edu/ies).
3643

37-
We are grateful for funding from [The Research Council of Norway](https://www.forskningsradet.no/) within the IKTPLUSS initiative.
44+
***

0 commit comments

Comments
 (0)