forked from rstudio/ai-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.Rmd
41 lines (30 loc) · 2.39 KB
/
about.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: "About this blog"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
Welcome to our blog! Here you'll find the latest news, insights, and examples of using AI-related technologies (deep learning frameworks such as [TensorFlow](https://github.com/rstudio/tensorflow) and [Keras](https://github.com/rstudio/keras), distributed computing and automation-related frameworks like [sparklyr](https://github.com/sparklyr/sparklyr) and [mlflow](https://github.com/mlflow/mlflow), and data ingestion ([pins](https://github.com/rstudio/pins))) from R.
We also like to draw from a wide variety of contributors (so please consider submitting a post if so motivated!). Here is an alphabetic list of authors so far:
| Author | Affiliation | GitHub |
|--------------------|--------------------|------------------------------------|
| Turgut Abdullayev | QSS Analytics | <https://github.com/henry090> |
| J.J. Allaire | RStudio | <https://github.com/jjallaire> |
| François Chollet | Google Brain | <https://github.com/fchollet> |
| Athos Petri Damiani| Curso-R | <https://github.com/Athospd> |
| Matt Dancho | Business Science | <https://github.com/mdancho84> |
| Daniel Falbel | RStudio | <https://github.com/dfalbel> |
| Leon Eyrich Jessen | Tech. U of Denmark | <https://github.com/leonjessen> |
| Sigrid Keydana | RStudio | <https://github.com/skeydan> |
| Yitao Li | RStudio | <https://github.com/yitao-li> |
| Javier Luraschi | RStudio | <https://github.com/javierluraschi>|
| Pete Mohanty | Stanford | <https://github.com/rdrr1990> |
| Thomas Lin Pedersen| RStudio | <https://github.com/thomasp85> |
| Nick Strayer | Vanderbilt | <https://github.com/nstrayer/> |
| Yuan Tang | Ant Group | <https://github.com/terrytangyuan> |
If you are interested in publishing some of your own work or insights on the RStudio AI Blog, we'd love to hear from you! See the article on [contributing posts](contributing.html) for additional details.
The RStudio AI Blog was created using [Distill for R Markdown](https://rstudio.github.io/distill).
<br/>
```{r, results="asis"}
cat(paste(readLines("_subscribe.html", warn = FALSE), collapse = "\n"))
```