/pytn2019

Instructions for PyTN 2019 workshop

Primary LanguageJupyter NotebookMIT LicenseMIT

pytn2019

Instructions for PyTN 2019 workshop

  1. Install Anaconda - https://www.anaconda.com/distribution/
  2. Create a new conda environment - $ conda create -n pytn python=3.6
  3. Activate environment: $ source actviate pytn
  4. Install packages:
    • conda install numpy pandas matplotlib notebook
    • conda install -c anaconda tensorflow
    • conda install -c anaconda keras
  5. Clone this repo
  6. Start Jupyter Notebook: $ jupyter notebook
  7. Open tf_test.ipynb
  8. Cell -> Run All