Repo for hosting workshop materials delivered on 03/12/2021
- Learn deep learning concepts such as tensors, neural network architectures and how neural networks work.
- See model training, tuning and deployment LIVE in Jupyter notebooks!
- Learn the process of loading and preparing data for training
- Learn how to evaluate models and common pitfalls
- Experiment with TensorFlow model architecture and evaluations
While you won't need prior experience in practical machine learning or with Microsoft Azure to follow along with this class, we'll assume some familiarity with:
- Python programming language: See Udacity - Intro to Python
This workshop consists of the following activities:
- Clone this git repository using
git clone https://github.com/beginners-machine-learning-london/intro-to-tensorflow
- Create an Azure account
IMPORTANT NOTE: Make sure to shut down your Azure notebook instances and workspaces after you are done. Otherwise, you will get charged for it per hour. It will not shut down automatically. For training, you will provision a new instance, however that second instance will stop running after the training job is finished.
- Python: Python is a programming language that lets you work more quickly and integrate your systems more effectively.
- Tensorflow: A deep learning framework by Google (used in most production environments).
- Pytorch: A deep learning framework by Facebook (more pythonic than tensorflow)
The Fashion MNIST datasets are provided as part of the deep learning framework Tensorflow under .
- BML Slack Channel - Join our slack workspace to collaborate with others, discuss ideas and post any questions you have about our group or the workshops
- Have questions about workshop exercises or setting up your AWS account and configurations? Post them here
- How was this workshop? Please provide us with some feedback here so that we can improve the content and delivery of future workshops.