What is tensorflow

This is ML Open source library(EXPOSING APIs) for numerical computation and large-scale ML supports CPUs & GPUs. Python Front-end APIs & backend written in c++ for high performance. Installing

//Install conda https://docs.conda.io/projects/miniconda/en/latest/
> mkdir venv_ml1
> cd venv_ml1
>"c:\Users\amitk\miniconda3\Scripts\activate" venv_ml1
//Env is created here: C:\Users\amitk\miniconda3\envs
(venv_ml1) >"c:\Users\amitk\miniconda3\condabin\deactivate.bat"  //deactivate
(venv_ml1) >pip install tensorflow
Downloading tensorflow-2.6.2-cp36-cp36m-win_amd64.whl (423.3 MB)