0% found this document useful (0 votes)
44 views

DeepLearning Windows Mac

The document provides instructions for installing Anaconda and packages for deep learning on Windows and Mac OS. It recommends downloading and installing Anaconda Navigator and creating a new environment. It then describes installing packages through the Navigator GUI or terminal, listing recommended packages like TensorFlow, Keras, and NumPy. It also provides a link for installing Anaconda on Mac OS and then following the same package installation steps.

Uploaded by

Osama
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

DeepLearning Windows Mac

The document provides instructions for installing Anaconda and packages for deep learning on Windows and Mac OS. It recommends downloading and installing Anaconda Navigator and creating a new environment. It then describes installing packages through the Navigator GUI or terminal, listing recommended packages like TensorFlow, Keras, and NumPy. It also provides a link for installing Anaconda on Mac OS and then following the same package installation steps.

Uploaded by

Osama
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Getting Windows/Mac OS Ready for Deep Learning

1. Download and Install the Anaconda Navigator from their site


(https://anaconda.org/anaconda/anaconda-navigator)
2. Create a new environment by clicking on the Create Button in the
Environments Tab

3. Install the packages using the GUI of the Anaconda Navigator or the terminal
4. For GUI installation of the packages, select All from the drop-down menu and
use the search option to look for the required packages. Please make sure
that the desired environment is selected in the environments panel for
installation
5. Select all the required packages and then click on the apply button to
complete installation.
6. Some of the recommended packages for the first install are the following
a. Tensorflow f. Numpy l. Hdf5
b. Keras g. Pyplot m. Jupyter
c. Matplotlib h. Graphviz n. Pandas
d. Opencv i. Notebook o. Scipy
e. Scikit- j. H5py
learn k. Pillow
7. For installation through terminal (also useful if the package is not shown in
the GUI), click on the play button beside the name of the desired environment
and select “Open Terminal”.
8. Use the pip package to install the required packages, similar to Ubuntu
Environment.

Anaconda Installation for Mac OS:

Follow the instructions for Anaconda (not Miniconda):


https://conda.io/docs/user-guide/install/macos.html
After installing Anacoda Navigator, follow the instructions to install packages mentioned
above.

You might also like