Login
Discover
Waves
Communities
Login
Signup
Topics
#r-programming
Global
Trending
Hot
New
Top
#r-programming
New
Top communities
Create your community
latest #r-programming created topics | Ecency
datatreemap
machine-learning
2018-05-24 06:52
Machine Learning with R and TensorFlow
J.J. Allaire's keynote at rstudio::conf 2018 on the R interface to TensorFlow ( a suite of packages that provide high-level interfaces to deep learning models (Keras) and standard regression and classification
$ 0.605
6
1
1
datatreemap
deep-learning
2018-05-23 08:25
TensorFlow and Keras in R
Josh Gordon sits down with J.J. Allaire, the founder of RStudio. They discuss TensorFlow and Keras support in R, and the educational resources available for R developers new to deep learning. Learn more
$ 0.685
7
4
2
justyy
cn
2017-07-23 07:32
R Programming Tutorial – How to Compute PI using Monte Carlo in R? R语言入门之 – 如何通过Monte Carlo来计算 PI?
This tutorial will continue to help you understand how powerful R is to handle the vectors (arrays). We know that the math constant can be approximated by 4 times of the number
justyy
cn
2016-08-20 20:54
错位排列 的 R语言实现
递归终止条件: F(1) = 0, F(2) = 1. 具体的推导可以看这里.英文: Derangement Permutation Implementation using R Programming XXX原文::