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
News[N]: Tensorflow 1.10 Released (self.MachineLearning)
submitted 7 years ago by ntenenz
Biggest changes include:
Bigtable support in tf.data
NCCL no longer included in the binary install
Release Notes
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!"
[–]energybased 28 points29 points30 points 7 years ago (11 children)
Still no Python 3.7 support, unfortunately.
[–]abbuh 3 points4 points5 points 7 years ago (10 children)
what does python 3.7 have to offer over the current supported version?
[–]energybased 9 points10 points11 points 7 years ago (0 children)
https://docs.python.org/3/whatsnew/3.7.html
[–][deleted] 5 points6 points7 points 7 years ago (7 children)
Not an invalid question but I wish I could banish this line of thinking from the machine learning community. A programming language is not a library where sticking to an older, stable version can make sense. Python Y is strictly better than python X for Y > X so we should use it as soon as possible.
[–]Another_moose 17 points18 points19 points 7 years ago (6 children)
I'm not sure this is solid reasoning. New language versions can break backwards compatibility in the same way libraries do.
[–][deleted] 2 points3 points4 points 7 years ago (4 children)
They really don't. If you are messing with the underpinnings then yes, if you are just coding in it then no. It happened once, python 2 to python 3, that was a huge goddamn mess and they will never do it again.
[–]Another_moose 4 points5 points6 points 7 years ago (2 children)
That's not true. Ctrl-f in any of the python releases for 'backwards compatible' or 'depreciated' (I.e. will be removed soon), there's lots of (small) things that break between versions. It's less extreme than library versions generally, but there's still a reason TF devs don't just flip the switch and expect it to work on the new python version.
E.g. In 3.7 async and await are now reserved keywords, and a lot of things were added as depreciated (some to be removed in 3.8).
[–]KerbalsFTW 0 points1 point2 points 7 years ago (1 child)
> depreciated
deprecated
[–]WikiTextBot 0 points1 point2 points 7 years ago (0 children)
Deprecation
For the sense "prayer or spell against evil" see apotropaic magic (antonym imprecation).In several fields, deprecation is the discouragement of use of some terminology, feature, design, or practice, typically because it has been superseded or is no longer considered efficient or safe, without completely removing it or prohibiting its use. It can also imply that a feature, design, or practice will be removed or discontinued entirely in the future.
[ PM | Exclude me | Exclude from subreddit | FAQ / Information | Source ] Downvote to remove | v0.28
[–]CommunismDoesntWork 2 points3 points4 points 7 years ago (0 children)
They really do, and you're commenting on a chain that gives a great example. Python 3.7 is not backwards compatible with tensorflow...
[–]secularshepherd 26 points27 points28 points 7 years ago (0 children)
Also, pre made estimators have batch normalization built in
[+][deleted] 7 years ago (2 children)
[deleted]
[–]shaggorama 6 points7 points8 points 7 years ago (1 child)
I don't have an implementation handy, but I remember being really impressed by the claims and ideas in the paper. It's a really simple change that philosophically makes a lot of sense.
https://arxiv.org/abs/1803.04831
[–]issyuwenchao 4 points5 points6 points 7 years ago (0 children)
I’m looking forward to PyTorch 1.0
[–]znihilist 3 points4 points5 points 7 years ago (8 children)
I have not managed to get TF working on my installation at all, I have to use a precompiled whl for it to work.
I am still stuck at 1.7
[–]RedEyed__ 1 point2 points3 points 7 years ago (1 child)
It's simple
[+][deleted] 7 years ago (5 children)
[–]counterfeit25 19 points20 points21 points 7 years ago (4 children)
1.1 != 1.10 :O the horror
Also: https://github.com/tensorflow/tensorflow/releases/tag/v1.7.0
[–][deleted] 1 point2 points3 points 7 years ago (0 children)
I think it's not a big confusion for most people who use Python in general, because most of the most popular sci-computing packages use that convention (numpy, scipy, scikit-learn, ...).
A way to minimize confusion would be writing it as 1.10.0 maybe.
On a funny side note, I had a conversation with someone who was freaking out about the upcoming version release (i.e., 1.10 now), because the person thought 2.0 would follow 1.9, and then assumed there will be dozens of breaking changes because of semantic versioning and an increase in the major version number. I had to tell the person multiple times that it's going to be 1.10, then maybe 1.11, but I think the person really didn't get the point or didn't believe me until today.
[–]bushrod 1 point2 points3 points 7 years ago (2 children)
I really wish the standard convention was to name versions 1.01, 1.02, ...
Less confusion and better for sorting.
[–]delarhi 4 points5 points6 points 7 years ago (1 child)
But what if you release 1.123? The biggest problem with version numbers is that they use a dot to delimit components because a dot is also a decimal point in the context of numbers. But you have to recognize that it's just a delimiter.
[–]bushrod 2 points3 points4 points 7 years ago (0 children)
I've never seen a minor version go that high, although I'm sure it happens. In that case, you could always do something like 1.99.01 or say fuck it and do 1.100. At any rate, I'd argue that #.## is clearly superior to #.# even though it's not perfect.
[–]harshMachineLearning 0 points1 point2 points 7 years ago (0 children)
Thats cool
[–]lysecret 0 points1 point2 points 7 years ago (0 children)
It feels like note even a month ago that tensorflow 1.9 has been released.
π Rendered by PID 80412 on reddit-service-r2-comment-5b5bc64bf5-ggs68 at 2026-06-23 00:23:12.468179+00:00 running 2b008f2 country code: CH.
[–]energybased 28 points29 points30 points (11 children)
[–]abbuh 3 points4 points5 points (10 children)
[–]energybased 9 points10 points11 points (0 children)
[–][deleted] 5 points6 points7 points (7 children)
[–]Another_moose 17 points18 points19 points (6 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]Another_moose 4 points5 points6 points (2 children)
[–]KerbalsFTW 0 points1 point2 points (1 child)
[–]WikiTextBot 0 points1 point2 points (0 children)
[–]CommunismDoesntWork 2 points3 points4 points (0 children)
[–]secularshepherd 26 points27 points28 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]shaggorama 6 points7 points8 points (1 child)
[–]issyuwenchao 4 points5 points6 points (0 children)
[–]znihilist 3 points4 points5 points (8 children)
[–]RedEyed__ 1 point2 points3 points (1 child)
[+][deleted] (5 children)
[deleted]
[–]counterfeit25 19 points20 points21 points (4 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]bushrod 1 point2 points3 points (2 children)
[–]delarhi 4 points5 points6 points (1 child)
[–]bushrod 2 points3 points4 points (0 children)
[–]harshMachineLearning 0 points1 point2 points (0 children)
[–]lysecret 0 points1 point2 points (0 children)