All Projects → rstudio → Cloudml

rstudio / Cloudml

R interface to Google Cloud Machine Learning Engine

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Cloudml

H2o4gpu
H2Oai GPU Edition
Stars: ✭ 416 (+530.3%)
Mutual labels:  gpu, rstats
Resources and bookmarks
Personal bookmarks and cheat sheets
Stars: ✭ 64 (-3.03%)
Mutual labels:  rstats
Clarrays.jl
OpenCL-backed GPU Arrays
Stars: ✭ 58 (-12.12%)
Mutual labels:  gpu
Aiopen
AIOpen是一个按人工智能三要素(数据、算法、算力)进行AI开源项目分类的汇集项目,项目致力于跟踪目前人工智能(AI)的深度学习(DL)开源项目,并尽可能地罗列目前的开源项目,同时加入了一些曾经研究过的代码。通过这些开源项目,使初次接触AI的人们对人工智能(深度学习)有更清晰和更全面的了解。
Stars: ✭ 62 (-6.06%)
Mutual labels:  gpu
Textdata
Download, parse, store, and load text datasets instead of storing it in packages
Stars: ✭ 59 (-10.61%)
Mutual labels:  rstats
Tsne Cuda
GPU Accelerated t-SNE for CUDA with Python bindings
Stars: ✭ 1,120 (+1596.97%)
Mutual labels:  gpu
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-12.12%)
Mutual labels:  gpu
Decapitated
Headless 'Chrome' Orchestration in R
Stars: ✭ 65 (-1.52%)
Mutual labels:  rstats
Sysreqs
R package to install system requirements
Stars: ✭ 63 (-4.55%)
Mutual labels:  rstats
Pycuda
CUDA integration for Python, plus shiny features
Stars: ✭ 1,112 (+1584.85%)
Mutual labels:  gpu
Optix Path Tracer
OptiX Path Tracer
Stars: ✭ 60 (-9.09%)
Mutual labels:  gpu
Lexisnexistools
📰 Working with newspaper data from 'LexisNexis'
Stars: ✭ 59 (-10.61%)
Mutual labels:  rstats
Edarf
exploratory data analysis using random forests
Stars: ✭ 62 (-6.06%)
Mutual labels:  rstats
Rayray
A tiny GPU raytracer, using Zig and WebGPU
Stars: ✭ 59 (-10.61%)
Mutual labels:  gpu
Vbiosfinder
Extract embedded VBIOS from (almost) any BIOS Update
Stars: ✭ 64 (-3.03%)
Mutual labels:  gpu
Sigmajs
Σ sigma.js for R
Stars: ✭ 58 (-12.12%)
Mutual labels:  rstats
Memory Efficient Maml
Memory efficient MAML using gradient checkpointing
Stars: ✭ 60 (-9.09%)
Mutual labels:  gpu
Prioritizr
Systematic conservation prioritization in R
Stars: ✭ 62 (-6.06%)
Mutual labels:  rstats
Nx
Multi-dimensional arrays (tensors) and numerical definitions for Elixir
Stars: ✭ 1,133 (+1616.67%)
Mutual labels:  gpu
Arboretum
Gradient Boosting powered by GPU(NVIDIA CUDA)
Stars: ✭ 64 (-3.03%)
Mutual labels:  gpu

R interface to Google CloudML

Build Status AppVeyor Build Status CRAN_Status_Badge

The cloudml package provides an R interface to Google Cloud Machine Learning Engine, a managed service that enables:

  • Scalable training of models built with the keras, tfestimators, and tensorflow R packages.

  • On-demand access to training on GPUs, including the new Tesla P100 GPUs from NVIDIA®.

  • Hyperparameter tuning to optimize key attributes of model architectures in order to maximize predictive accuracy.

  • Deployment of trained models to the Google global prediction platform that can support thousands of users and TBs of data.

CloudML is a managed service where you pay only for the hardware resources that you use. Prices vary depending on configuration (e.g. CPU vs. GPU vs. multiple GPUs). See https://cloud.google.com/ml-engine/pricing for additional details.

For documentation on using the R interface to CloudML see the package website at https://tensorflow.rstudio.com/tools/cloudml/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].