Publications by Jordan Borda

Publish Document

01.04.2022

The source code is available at GitHub My First Leaflet Map Create a leaflet map object. library(leaflet) map <- leaflet() %>% addTiles() Create a marker with a picture of Benrath Palace and a link to its homepage. benrathPalaceIcon <- makeIcon( iconUrl = "http://www.schloss-benrath.de/fileadmin/_processed_/csm_corps-de-logis-blumen_2e04b2b...

224 sym R (675 sym/3 pcs)

Document

30.03.2022

Github repo for the Course: Reproducible Research 1: Synopsis The goal of the assignment is to explore the NOAA Storm Database and explore the effects of severe weather events on both population and economy.The database covers the time period between 1950 and November 2011. The following analysis investigates which types of severe weather events...

1400 sym R (6575 sym/18 pcs) 2 img

Document

03.04.2022

Growth Rate; Per Capita Jordan Borda Colque April 2, 2022 Global GDP by Year GDP of all countries of the world combined by year, from 1960 to the latest official figures published by the World Bank. GDP Real refers to GDP adjusted for inflation (base year: 2010), or “Constant GDP”; GDP Growth refers to Real GDP Growth Rate; Per Capita sho...

1472 sym R (331 sym/5 pcs)

Document

03.04.2022

Analysis of the mtcars Dataset Variables and MPG Jordan Borda 04/02/2022 Coursera Reproducible Pitch See the Regression Models Course Project URL: https://github.com/jordanborda/Shiny-Application-and-Reproducible-Pitch Find here all the data that have been use for this presentation and also for the first part of the data Science Project: “...

1143 sym R (687 sym/3 pcs) 1 tbl

Word Prediction: Demostration

16.04.2022

2022-04-16 Data Science Capstone Demonstration: https://jordanborda.shinyapps.io/word-prediction/ Source Code: https://github.com/jordanborda/Data-Science-Capstone Description: Auto-Completion and Corpora Auto-completion is a common function on mobile devices. As a user types, an auto-completion function presents that user with possible completi...

3064 sym

Data Science Capstone

16.04.2022

Summary This report, submitted in partial fulfillment of the requirements of the Coursera course, “Data Science Capstone”, concerns the R package “wordprediction”, which contains functions for an auto-completion model that predicts the next word to be typed based on a word or phrase previously typed. The source code can be found at https:...

6691 sym R (471 sym/3 pcs) 2 img

Milestone Report

13.04.2022

Introduction This is a milestone report which is a part of the Capstone Project in the Data Science Specialization offered by Johns Hopking University in Coursera.org. The main objective of this report is to develop an understanding of statistical properties of the dataset which can be applied to Natural Language Processing (NLP) in order to buil...

3985 sym R (6527 sym/26 pcs) 1 img