{"id":13445151,"url":"https://github.com/rstudio/tensorflow","last_synced_at":"2025-05-13T18:16:54.879Z","repository":{"id":11351180,"uuid":"66285767","full_name":"rstudio/tensorflow","owner":"rstudio","description":"TensorFlow for R","archived":false,"fork":false,"pushed_at":"2025-04-10T15:54:35.000Z","size":9232,"stargazers_count":1334,"open_issues_count":41,"forks_count":321,"subscribers_count":91,"default_branch":"main","last_synced_at":"2025-05-02T21:43:19.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tensorflow.rstudio.com","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-22T15:46:39.000Z","updated_at":"2025-04-25T19:32:03.000Z","dependencies_parsed_at":"2023-09-26T19:38:44.359Z","dependency_job_id":"b05b843b-b35b-47b3-a5eb-5a499ac1f802","html_url":"https://github.com/rstudio/tensorflow","commit_stats":{"total_commits":1427,"total_committers":30,"mean_commits":47.56666666666667,"dds":0.6524176594253679,"last_synced_commit":"eeb1e66b57964c9b4b6baa26b8d462b198ce1437"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Ftensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/tensorflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253481048,"owners_count":21915259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T05:00:24.272Z","updated_at":"2025-05-13T18:16:54.760Z","avatar_url":"https://github.com/rstudio.png","language":"R","readme":"\n## TensorFlow for R\n[![R build status](https://github.com/rstudio/tensorflow/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/tensorflow/actions?workflow=R-CMD-check) [![CRAN\\_Status\\_Badge](https://www.r-pkg.org/badges/version/tensorflow)](https://cran.r-project.org/package=tensorflow) \n\n[TensorFlow™](https://www.tensorflow.org) is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API. \n\nThe [TensorFlow API](https://www.tensorflow.org/api_docs/python/tf/all_symbols) is composed of a set of Python modules that enable constructing and executing TensorFlow graphs. The tensorflow package provides access to the complete TensorFlow API from within R. \n\n## Installation\n\nTo get started, install the tensorflow R package from GitHub as follows:\n\n```r\ndevtools::install_github(\"rstudio/tensorflow\")\n```\n\nThen, use the `install_tensorflow()` function to install TensorFlow:\n\n```r\nlibrary(tensorflow)\ninstall_tensorflow()\n```\n\nYou can confirm that the installation succeeded with:\n\n```r\nhello \u003c- tf$constant(\"Hello\")\nprint(hello)\n```\n\nThis will provide you with a default installation of TensorFlow suitable for getting started with the tensorflow R package. See the [article on installation](https://tensorflow.rstudio.com/install/) to learn about more advanced options, including installing a version of TensorFlow that takes advantage of Nvidia GPUs if you have the correct CUDA libraries installed.\n\n## Documentation\n\nSee the package website for additional details on using the TensorFlow API from R: \u003chttps://tensorflow.rstudio.com\u003e\n\nSee the TensorFlow API reference for details on all of the modules, classes, and functions within the API: \u003chttps://www.tensorflow.org/api_docs/python/tf/all_symbols\u003e\n\nThe tensorflow package provides code completion and inline help for the TensorFlow API when running within the RStudio IDE. In order to take advantage of these features you should also install the [Current Release](https://posit.co/download/rstudio-desktop/) of RStudio.\n\n\n\n\n","funding_links":[],"categories":["2017","R","Scala Tools and Libraries"],"sub_categories":["Book/monograph Lists and Reviews"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Ftensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Ftensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Ftensorflow/lists"}