Skip to content

beginners-machine-learning-london/intro-to-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro-to-tensorflow

Repo for hosting workshop materials delivered on 03/12/2021

Questions you will answer in this workshop

Learning Objectives

  • 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

What will I learn during this workshop

Prerequisites

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:

Steps

This workshop consists of the following activities:

Flow

  1. Clone this git repository using git clone https://github.com/beginners-machine-learning-london/intro-to-tensorflow
  2. 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.

Featured technologies

  • 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)

Dataset Source

The Fashion MNIST datasets are provided as part of the deep learning framework Tensorflow under .

Learn More

Collaboration, Questions and Discussions

  • 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

Workshop Feedback

  • How was this workshop? Please provide us with some feedback here so that we can improve the content and delivery of future workshops.

About

Repo for hosting workshop materials delivered on 03/12/2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages