Posted inBasics Heuristics Search & Game Playing in AI Posted by admin July 15, 2021 What is Heuristic? · The word heuristic is derived from the Greek word heuriskein, which means to find or…
Posted inBasics What is TensorBoard Posted by admin July 15, 2021 Tensorboard is the interface used to visualize the graph and other tools to understand, debug,…
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…