This is the GitHub repo for the 2018 AIS Intro to Deep Learning Workshop.
Please install the following software dependencies if you plan to run the code locally:
- Anaconda - distribution of Python with many useful ML and data science libraries.
- TensorFlow - popular deep learning library created by the Google Brain Team.
- Keras - a high-level deep learning library that runs on top of TensorFlow.
To install Anaconda please visit: https://www.anaconda.com/download/
After installing Anaconda, open your Terminal (on MacOS or Linux) or the Anaconda Prompt (on Windows) and run the following commands to install TensorFlow and Keras:
- TensorFlow: conda install tensorflow
- Keras: conda install keras
Otherwise, you can run the code on Google Colab, which comes with all of the libraries installed, along with a GPU computing environment. Please use the following links:
- Intro to Deep Learning.ipynb: https://colab.research.google.com/drive/1d8tWf1vzuR4qp6hQzjGSeF_Hhbl02Bhe
- Intro to Deep Learning Full Output.ipynb: https://colab.research.google.com/drive/1nrS_3CrgpMZMZkC9uQGHIiz_5ewhgtgM
The entire set of materials for this workshop can also be found at https://drive.google.com/drive/folders/1cU0z_tDzX_5Ki7dR6kpt15Uzh_nv0wn8?usp=sharing
Video: https://www.youtube.com/watch?v=PG4gCxIelrs
Article: https://machinelearningmastery.com/setup-python-environment-machine-learning-deep-learning-anaconda/
- images - a directory with all of the graphics used as examples for the Jupyter notebook
- Intro to Deep Learning Slides.pdf - the Google Slides presentation for this workshop in PDF format.
- Intro to Deep Learning.ipynb - a Jupyter notebook with all of the code, explanations, and examples for the workshop.
- Intro to Deep Learning Full Output.ipynb - a Jupyter notebook with the full expected output of running the code. (follow this if you are having installation problems or other errors running the code in the original notebook)
- Intro to Deep Learning Full Output.pdf - a PDF with the full expected output of running the code. (follow this if you are having installation problems or other errors running the code in the original notebook)
- README.md - the document you are reading right now, which contains helpful information about this repo.
Once you've installed all of the libraries, you can download or clone this GitHub repo and launch Jupyter by opening up your terminal or Anaconda Prompt and typing the command jupyter notebook. You can also go to your Anaconda navigator and launch Jupyter from there.
After starting Jupyter you should see your filesystem displayed in a screen that looks like this: