Publications by Mathias

Reproducible Research: Peer-graded Assignment: Course Project 1

10.10.2020

Loading and preprocessing the data Get the data url = "https://d396qusza40orc.cloudfront.net/repdata%2Fdata%2Factivity.zip" destfile = "activity.zip" if (!file.exists("activity.zip")){ download.file(url, destfile = destfile) } unzip(destfile) data = read.csv("activity.csv") Preprocessing str(data) ## 'data.frame': 17568 obs. of 3...

754 sym R (3223 sym/35 pcs) 4 img

USA Weather Events Plotly

07.10.2020

USA-weather-damages author: Mathias Barat date: 05/10/2020 autosize: true Context Graph generated from a previous work based on Weather event in USA. data: https://d396qusza40orc.cloudfront.net/repdata%2Fdata%2FStormData.csv.bz2 info: https://d396qusza40orc.cloudfront.net/repdata%2Fpeer2_doc%2Fpd01016005curr.pdf Generate Damages graph Most Fat...

392 sym

Leaflet

05.10.2020

05/10/2020 ...

19 sym

Weather Events Research USA

21.09.2020

1 - Synopsis The present study is adressing several questions linked to the impacts dealt by weather events in the contemporary USA. We will focus mainly on the following points: Harmfulness of the events toward the population health Economic impacts of the events The study is based on the NOAA Storm Database (URLs given hearafter) : url_storm_...

2161 sym R (11136 sym/29 pcs) 3 img

Machine_Learning_HAR_Assessment

04.10.2020

1 - SYNOPSIS Context Using devices such as Jawbone Up, Nike FuelBand, and Fitbit it is now possible to collect a large amount of data about personal activity relatively inexpensively. These type of devices are part of the quantified self movement – a group of enthusiasts who take measurements about themselves regularly to improve their health,...

1982 sym R (6421 sym/44 pcs) 3 img

USA Weather Events Plotly

05.10.2020

Context Graph generated from a previous work based on Weather event in USA. data: https://d396qusza40orc.cloudfront.net/repdata%2Fdata%2FStormData.csv.bz2 info: https://d396qusza40orc.cloudfront.net/repdata%2Fpeer2_doc%2Fpd01016005curr.pdf Generate Damages graph Most Dangerous Places ...

298 sym

Good Life

08.10.2020

Good Life Data ProductMathias BaratThu Oct 08 23:37:42 2020 Link : https://buz4rd.shinyapps.io/goodlife/ Good Life Dataset This work is based on a previous study performed by O’Neill, D.W., Fanning, A.L., Lamb, W.F., and Steinberger, J.K. (2018). A good life for all within planetary boundaries. Nature Sustainability 1, 88-95. doi: 10.1038/s4...

2316 sym R (50 sym/3 pcs) 1 img

SwiftKey - Capstone Project

09.11.2020

Data Science Specialization - Capstone from John Hopkins University 1 - SYNOPSIS Swiftkey dataset. The analysis and goal is to predict words when users are typing on their keyboard. The prediction must be done from 1, 2 or 3 successive words entered. The present document is: giving an overview of the dataset used taking assumptions regarding th...

6200 sym R (17016 sym/39 pcs) 6 img

Swiftkey Word Prediction Model

02.11.2020

Swiftkey Word Prediction ModelMathias Barat01/11/2020 Context Summary: The goal of this job is to predict words when users are typing on their keyboard from any devices (smartphones included). The prediction must be done from 1, 2 or 3 successive words entered. The prediction of words is based on a corpus of text (next slide for the description...

1128 sym R (892 sym/4 pcs) 1 img