What is TensorFlow by Google Brain Team

TensorFlow is an end-to-end platform for machine learning. We have already discussed what machine learning is. 

In addition, we have also seen the difference between machine learning and artificial intelligence.

Here we’ll learn TensorFlow, created by Google Brain Team. TensorFlow is a Software library for Machine Learning, and Artificial Intelligence. 

It uses Python, so we’ll learn it. 

However, to master Machine Learning we need to learn a section of Mathematics also. 

For the sake of library support we’ll mostly code in Google Colab

Firstly, let’s see what TensorFlow supports.

Secondly, our primary goal is to make things as simple as possible.

Why?

Because a beginner can learn machine learning through TensorFlow.

Finally we will try to move forward from lesser known facts to unknown facts. 

However, we will try to make it simple.

First thing first.

We have seen multi dimensional computation before. Right? 

Because NumPy does the same thing.

TensorFlow supports the same thing.  

Therefore, if you know python list, NumPy arrays, you will pick up TensorFlow quickly.

If not, please check the NumPy category where we have tons of articles.

TensorFlow also supports Graphic processing units, or GPU and distributed processing.

We’ll learn them as we progress.

TensorFlow supports Automatic differentiation, or AD in machine learning. It’s an advanced technique. As a result, as a beginner, you need some time to reach that stage.

But we’ll discuss them as well.

Finally as we learn machine learning we will see how to make Model construction, training, and export them.

Certainly our learning curve is a little bit steep. Unfortunately there is no quick process to learn TensorFlow. But if you stick to it, you will definitely learn them. 

Just be patient and stay tuned.

What Next?

Books at Leanpub

Books in Apress

My books at Amazon

GitHub repository

Flutter, Dart and Algorithm

Twitter

Comments

8 responses to “What is TensorFlow by Google Brain Team”

  1. […] In our previous section we have discussed what TensorFlow is. Although that was just a gentle start. We need to see more examples to understand why we need a machine learning software like TensorFlow. […]

  2. […] In our previous section we have discussed what TensorFlow is. Although that was just a gentle start. […]

  3. […] We’ve seen some examples of TensorFlow before. The TensorFlow mainly works with tensors. Therefore we must know what tensor is. […]

  4. […] Firstly, we have learned what TensorFlow is and how we can use the Google Colab to work on it. […]

  5. […] What is TensorFlow by Google Brain Team […]

  6. […] Firstly, we have learned what TensorFlow is and how we can use the Google Colab to work on it. […]

  7. […] are scalar, vector, matrix and tensor in Python? They relate to TensorFlow also. And we’ll see the similarity in the next […]

  8. […] We can change the data type of any tensor. It takes no trouble. TensorFlow gives us easy options to do that. […]

Leave a Reply