

Instead, I use Google Colab when GPU Tensorflow is necessary. This post only deal with CPU version since my laptop does not have GPU and I can’t test it. Tensorflow is of two kinds : CPU and GPU version. Next we modify the default directory for Jupyter Notebook for our working directory. Without Anaconda, we need to install Python and lots of package manually.Īfter installing Anaconda, Tensorflow is installed since Anaconda does not contain Tensorflow. sklearn, pandas and so on) are installed automatically. It is common to use Anaconda for installing Python since a variety of packages (i.e. This post explains the an installation of Python, Tensorflow and configuration of Jupyter notebook as a kickstart towards ML/DL modeling. For a machine or deep learning modeling, Python is widely used with Tensorflow.
