Posted inBasics Creating operator Posted by admin July 15, 2021 Some Useful TensorFlow operators You know how to create a tensor with TensorFlow. It is…
Posted inBasics Shape of tensor Posted by admin July 15, 2021 When you print the tensor, TensorFlow guesses the shape. However, you can get the shape…
Posted inBasics What is a Tensor? Posted by admin July 15, 2021 Tensorflow's name is directly derived from its core framework: Tensor. In Tensorflow, all the computations involve…
Posted inBasics What is Jupyter Notebook? Posted by admin July 15, 2021 A Jupyter notebook is a web application that allows the user to write codes and…
Posted inBasics TensorFlow Versions Posted by admin July 15, 2021 TensorFlow supports computations across multiple CPUs and GPUs. It means that the computations can be…
Posted inBasics MICROSOFT COGNITIVE TOOLKIT(CNTK) Posted by admin July 15, 2021 Microsoft toolkit, previously know as CNTK, is a deep learning library developed by Microsoft. According…
Posted inBasics Options to Load Data into TensorFlow Posted by admin July 15, 2021 The first step before training a machine learning algorithm is to load the data. There…
Posted inBasics Why is TensorFlow popular? Posted by admin July 15, 2021 TensorFlow is the best library of all because it is built to be accessible for…
Posted inBasics What is TensorFlow? Posted by admin July 15, 2021 Currently, the most famous deep learning library in the world is Google's TensorFlow. Google product…
Posted inBasics Machine Learning vs Deep Learning: What’s the Difference? Posted by admin July 15, 2021 AI has three different levels: Narrow AI: A artificial intelligence is said to be…