ai-blog icon indicating copy to clipboard operation
ai-blog copied to clipboard

Repository for the RStudio AI Blog (formerly: TensorFlow for R Blog)

Results 9 ai-blog issues
Sort by recently updated
recently updated
newest added

Hi @skeydan - If/when the AI Blog moves to posit.co, please update the Google Analytics tracking code. [Details on how to do that are in Confluence](https://rstudiopbc.atlassian.net/wiki/spaces/INF/pages/143097943/GA+Universal+Analytics+for+posit.co). Thank you! Sarah

The Netlify step appears to run on every change, regardless of branch, resulting in no-op deployments in Netlify. Should it have `if: github.ref == 'refs/heads/main'` as a guard clause like...

Hi, I really enjoy reading your blog 👍. As an author of {styler}, my eye is very trained on code styling and I noticed a few deviations from the tidyverse...

I have 2 data files and i need to reconcile them using the RStudio. I cannot do this in Excel since the data length is too much. My current VB...

We should try to disable code that actually runs r code, see for instance: https://github.com/rstudio/ai-blog/blob/30a4bea399d1620b02e84d98ea12fe6dda484219/_posts/2020-07-30-state-of-the-art-nlp-models-from-r/state-of-the-art-nlp-models-from-r.Rmd#L255-L262 Otherwise, when building the blog automatically, this might break or change inadvertently.

Hello, I am trying to get code from https://blogs.rstudio.com/tensorflow/posts/2018-07-30-attention-layer/ and trying to reproduce this example. The following is my code: ``` reticulate::use_condaenv("tf-gpu", required = TRUE) library(keras) use_implementation("tensorflow") library(tensorflow) tfe_enable_eager_execution() library(tfdatasets)...

Hi all, I would like to puplish this article on R blog TensorFlow, the link of my Github: https://dsaada.github.io/CreditRiskTensorFlow/ Thanks, [email protected] David

Hi, My lab's server has 2 nvidia GTX 1080 Ti GPUs and when I run the code as shown in [this post](https://blogs.rstudio.com/tensorflow/posts/2017-12-22-word-embeddings-with-keras/) it takes ~3000 s per epoch with the...