Earlier quoted context omitted.
Running neural nets on a standard mobile device will be game changing. I can't wait for mobile devices having custom chips to do AI related tasks. I'm predicting in a decade we'll have offline speech and image recognition running on the phone.
They don't want you to go there. Remind who started the latest big AI Projects (Google, Amazon, Microsoft, Facebook) and I don't think the will stop grabbing data. I think they'll develop a hivemind, where mobile adds to the pool. In short Skynet ;)
TensorFlow 1.0 Released
71–76 of 76 posts
Re: TensorFlow 1.0 Released
#72Earlier quoted context omitted.
TensorFlow is not a clone of Theano. It's based on the earlier Google's platform DistBelief, mostly known outside of Google as the engine behind 2012 Youtube cat videos paper. Like DistBelief, TensorFlow was designed from the ground up to be scalable across multiple nodes. Theano, on the other hand, seems to be focused on the optimizations for the single machine, single GPU code. It only recently got the ability to r…
To be truthfully honest it doesn't matter either way or even if there is something "better" out there (if Theranos was...). TensorFlow has already become the winner from my reading around it so I'm going to continue learning it rather than another framework until I've become fairly proficient. By which time why change?
If you're looking for something that would make it easier for you to learn DL, you should try Keras - it's a higher level library, which can use both Theano and TF as a backend.
Re: TensorFlow 1.0 Released
#73Re: TensorFlow 1.0 Released
#74I really like Python, but F# <3
Re: TensorFlow 1.0 Released
#75For a complete beginner. What kind of applications I can work on using TensorFlow?
Re: TensorFlow 1.0 Released
#76How do I get started with machine learning? I have a couple of applications in mind, mostly time series predictions. But the machine learning field seems to be vast and I don't know where to start.