Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tensorflow Documentation

Tags:

tensorflow

I am increasingly irritated and frustrated by the Tensorflow documentation. I searched on google for documentation regarding

tf.reshape 

I'm getting directed to a generic page like here. I want to see the details of tf.reshape and not the entirety of the documentation.

Am I doing something wrong here?

like image 594
Peter HIRT Avatar asked Aug 24 '16 14:08

Peter HIRT


People also ask

What is TensorFlow and how it works?

TensorFlow allows developers to create dataflow graphs—structures that describe how data moves through a graph, or a series of processing nodes. Each node in the graph represents a mathematical operation, and each connection or edge between nodes is a multidimensional data array, or tensor.

Is TensorFlow a API or library?

The rise of Artificial Intelligence (AI) and deep learning has propelled the growth of TensorFlow, an open-source AI library that allows for data flow graphs to build models.

What can TensorFlow be used for?

You can use it for voice recognition, sentiment analysis, language detection, text summarization, image recognition, video detection, time series, and more.

Is TensorFlow same as Python?

TensorFlow is a Python library for fast numerical computing created and released by Google. It is a foundation library that can be used to create Deep Learning models directly or by using wrapper libraries that simplify the process built on top of TensorFlow.


1 Answers

Do not Google about Tensorflow documentation, use the TensorFlow Python reference documentation and ctrl + f

like image 130
nessuno Avatar answered Sep 21 '22 15:09

nessuno