hwanderlust / deep-learning-tech-talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Deep Learning with The Flatiron School

Thank you for attending our Tech Talk!

In order to make use of this notebook, you'll need to make sure that you Anaconda installed, as well as Keras and TensorFlow python packages installed.

Installing Anaconda

To install Anaconda, go to the following link:

https://www.anaconda.com/download/

To install the python packages, open up a terminal and run the following command:

pip install keras

This should install both Keras and TensorFlow.

To confirm that this installation worked successfully, do the following:

  1. Open a new terminal window.
  2. Open the python interpreter by running python in the terminal.
  3. Type the following command: import keras

If everything installed correctly, the import statement should work, and won't throw any errors.

If the installation fails, please alert the speaker and get help, or just try googling the error message and following the instructions you see to get everything working correctly.

About


Languages

Language:Jupyter Notebook 100.0%