What is Tensorflow?

devquora
devquora

Posted On: Feb 22, 2018

 

TensorFlow is an open source machine learning framework. It is fast, flexible and a low-level toolkit meant for doing a complex algorithm and offers customizability to build experimental learning architectures. AlphaGo and Google Cloud Vision are built on Tensorflow framework.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Artificial Intelligence Interview Questions

    How will you explain machine learning to a layperson?

    Basically, machine learning is pattern recognition. Like Youtube’s video recommendations, Facebook’s News Feeds, etc...

    Artificial Intelligence Interview Questions

    What is Breath-First Search Algorithm?

    Breath-First search involves traversing a binary search tree one level at a time...