-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
Binary file added
BIN
+1.47 MB
..._performance_computing/A Brief Introduction to Using R for High-Performance Computing.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
A Brief Introduction to Using R for High-Performance Computing | ||
|
||
https://gvegayon.github.io/ocrug-hpc-august2019 | ||
|
||
https://github.com/gvegayon/ocrug-hpc-august2019 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# A Brief Introduction to Using R for High-Performance Computing | ||
|
||
* 2019-07-30 | ||
* Speaker: George G. Vega Yon | ||
|
||
## Abstract | ||
|
||
While the R programming language was not developed for High-Performance Computing (think about the ‘for’ loops!), thanks to its always thriving community of users, there are several ways in which R can be used to perform HPC. In this presentation, I will give you a general overview of HPC in R with a particular focus on multi-core processing (i.e. no big data for now), and introduce some of the available tools for enhancing your R code. The presentation will include some examples using the 'parallel' package, Rcpp, and Rcpp(Armadillo) + OpenMP. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Regression Models for Count Data | ||
|
||
* 2019-08-27 | ||
* Speaker: Olga Korosteleva | ||
|
||
## Abstract | ||
|
||
In my presentation, I plan to give a brief overview of various regression models: their settings, mathematical expressions, and implementation to datasets with complete R codes. The following models will be considered: linear (normal response), gamma (right-skewed response), logistic (binary response), Poisson, zero-truncated Poisson, zero-inflated Poisson, longitudinal model, and hierarchical model. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters