TensorFlow Dive

I still refuse to call it AI, just yet. Until the Singularity occurs, it's not AI. But I wanted to kick off my ML L2 census by reading up on Google's machine learning offering, TensorFlow. I remember reading an article a while back how the industry was worried that google open sourcing this product could dominate this market or at least get all the cool kids only working on the TensorFlow engine (which has it's own downstream market implications, obv.).

First article I read on this was here, written by an academic.

http://www.kdnuggets.com/2015/11/google-tensorflow-deep-learning-disappoints.html

The author negs the fact that the open source version only supports one node. Well, on a single node your program will still run, it'll just take longer, right? If you want it faster, you gotta pay, son.

Really liked Cristian Garcia's comment at the bottom which refutes a number of the author's criticisms.

Takeaway

My take, TensorFlow is a mainly a computation pipeline (plus a neural network framework?), a platform for running your program but not necessarily the programs themselves. Google offers some tutorial programs or, perhaps more specifically, the models that support a few of the common machine learning use cases, but the application is still up to you. Love the fact that it's it python. Or rather, I love the fact that I put in the effort to get to L5 in python because tensorflow learning curve is greatly reduced. Better is question that the author rightly raises, namely: what do you want to do with it. What problem are you trying to solve? TensorFlow, the product, is a platform, doesn't answer any questions it and of itself. You have to build your own app atop it.

Next things to lookup:

Why follow machine learning offerings? Is there a technique here that can be applied to help hook into the IntegrationFabric. In their marketing material, EWeb talks about something called SmartAlex that addresses this issue, but I have not seen it in action.