diff --git a/.dropbox b/.dropbox old mode 100755 new mode 100644 diff --git "a/Icon\r" "b/Icon\r" new file mode 100644 index 0000000..e69de29 diff --git a/README.Rmd b/README.Rmd index 2ac01a8..ea146e3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -3,7 +3,8 @@ output: md_document: variant: markdown_github --- -# MLDay18 + +# MLDay18: Random Forests and Gradient Boosting Machines in R Slides for [MLDay18](http://business.uc.edu/academics/centers/analytics-center/events/machine-learning-day.html). This talk provides an overview of the follwing topics, as well as some of their implementations in the R programming language: @@ -12,3 +13,7 @@ Slides for [MLDay18](http://business.uc.edu/academics/centers/analytics-center/e * [Random forests](https://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm) * [Gradient boostin machines](https://projecteuclid.org/euclid.aos/1013203451) + +```{r img, echo=FALSE, fig.align="center", out.width="100%"} +knitr::include_graphics("http://business.uc.edu/academics/centers/analytics-center/events/machine-learning-day/jcr%3acontent/MainContent/image_575914274/image.img.jpg/1518032739061.jpg") +``` \ No newline at end of file diff --git a/README.html b/README.html new file mode 100644 index 0000000..b00bf19 --- /dev/null +++ b/README.html @@ -0,0 +1,164 @@ + + + + +
+ + + + + + + + +Slides for MLDay18. This talk provides an overview of the follwing topics, as well as some of their implementations in the R programming language:
+ + +