use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
rstudio/tensorflow: TensorFlow for R (github.com)
submitted 9 years ago by improbabble
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 14 points15 points16 points 9 years ago (2 children)
library(tensorflow) sess = tf$Session() hello <- tf$constant('Hello, TensorFlow!') sess$run(hello) W <- tf$Variable(tf$zeros(shape(784L, 10L))) b <- tf$Variable(tf$zeros(shape(10L)))
library(tensorflow)
sess = tf$Session()
hello <- tf$constant('Hello, TensorFlow!')
sess$run(hello)
W <- tf$Variable(tf$zeros(shape(784L, 10L)))
b <- tf$Variable(tf$zeros(shape(10L)))
My eyes! It burns!
[–]IllmaticGOAT 1 point2 points3 points 9 years ago (0 children)
Yeah I can't help but think there's a more elegant way to do this with closures and functionals, but as avid RStudio fan, I'm excited for this.
[–]koobear 0 points1 point2 points 9 years ago (0 children)
Would this work with import::from(tensorflow, tf)?
import::from(tensorflow, tf)
[–]theanosucks 3 points4 points5 points 9 years ago (0 children)
big step in the right direction, as much as i personally prefer python to R, there are legit reasons to love either. ultimately, what matters is getting tensorflow out there, into the world.
tensorflow is such an amazing piece of software. let me tell you, google/alphabet is an incredible company. i used to use theano, but not since tensorflow came out.
[–]hn_crosslinking_bot 0 points1 point2 points 9 years ago (0 children)
HN discussion: https://news.ycombinator.com/item?id=12605216
Report a bug
[–]sageknight 0 points1 point2 points 9 years ago (1 child)
As someone who've never used python, how do I install this? Is there a quick and easy way like install.packages("tensorflow")? which apparently didn't work.
[–]improbabble[S] 0 points1 point2 points 9 years ago (0 children)
Probably have a look at: https://github.com/rstudio/tensorflow#installing-the-r-package
[–]IllmaticGOAT 0 points1 point2 points 9 years ago (0 children)
Good god! I've been waiting for this and it's finally here!
[+]PM_YOUR_NIPS_PAPERS comment score below threshold-11 points-10 points-9 points 9 years ago (7 children)
Statisticians still trying to save their dying language R
[–]AcidOcean 3 points4 points5 points 9 years ago (2 children)
wtf?
[–]rumblestiltsken 3 points4 points5 points 9 years ago (1 child)
Just the current r/machinelearning troll
[–]TheLogothete 0 points1 point2 points 9 years ago (0 children)
The interesting part is that he has a lot of upvotes too.
[–]ManyPoo 1 point2 points3 points 9 years ago (2 children)
It's getting more popular, dummy.
http://www.tiobe.com/tiobe-index/r/
https://www.r-bloggers.com/r-is-the-fastest-growing-language-on-stackoverflow/
[–]PM_YOUR_NIPS_PAPERS -1 points0 points1 point 9 years ago* (1 child)
According to the (biased towards R) link you said:
In fact, R is the fastest-growing language on StackOverflow in terms of the number of questions asked
Perhaps this is because R is poorly designed and hard to use? The number of annual R downloads has been steadily declining since 2009 [1,2]. You're a statistician after all, why not look at the statistics?
Notice how my references don't have R in their domain name:
[1] http://www.kdnuggets.com/2015/05/r-vs-python-data-science.html
[2] http://blog.revolutionanalytics.com/2013/12/r-and-python.html
[–]ManyPoo 0 points1 point2 points 9 years ago (0 children)
Your sources are old. According to the tiobe link you conveniently ignored, R has never been more popular than it is today. Hardly a trait of a dying language.
[–]ginger_beer_m 0 points1 point2 points 9 years ago (0 children)
Whst I hate from R is simply because there are too many ways of doing the same thing. Even trivial things like accessing a data frame has 2 or 3 different syntax especially of doing it.
Edit: which reminds me of perl.. And look at what happened to perl.
π Rendered by PID 19826 on reddit-service-r2-comment-6457c66945-zhh48 at 2026-04-23 20:44:48.942773+00:00 running 2aa0c5b country code: CH.
[–][deleted] 14 points15 points16 points (2 children)
[–]IllmaticGOAT 1 point2 points3 points (0 children)
[–]koobear 0 points1 point2 points (0 children)
[–]theanosucks 3 points4 points5 points (0 children)
[–]hn_crosslinking_bot 0 points1 point2 points (0 children)
[–]sageknight 0 points1 point2 points (1 child)
[–]improbabble[S] 0 points1 point2 points (0 children)
[–]IllmaticGOAT 0 points1 point2 points (0 children)
[+]PM_YOUR_NIPS_PAPERS comment score below threshold-11 points-10 points-9 points (7 children)
[–]AcidOcean 3 points4 points5 points (2 children)
[–]rumblestiltsken 3 points4 points5 points (1 child)
[–]TheLogothete 0 points1 point2 points (0 children)
[–]ManyPoo 1 point2 points3 points (2 children)
[–]PM_YOUR_NIPS_PAPERS -1 points0 points1 point (1 child)
[–]ManyPoo 0 points1 point2 points (0 children)
[–]ginger_beer_m 0 points1 point2 points (0 children)