Skip to content

toelt-llc/COURSE-SUPSI-Lectures-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUPSI Lectures - Spring 2022

This repositories contains the material for 4 lectures given at the Italian university of applied science in Switzerland.

Online Material

A lot of material on Deep Learning and nueral network can be found at my book companion website. My book (Applied Deep Learning with TensorFlow 2 published by Springer/APRESS) can be bought here.

Lecture 1 - 7th April 2022 - Introduction to Keras and Jupyter Notebooks

In this lecture we will look first at Jupyter notebooks. Those are the common tool used by data scientists and machine learning engineering during the exploratory phase of the machine learning pipeline. We will look at Google Colab, an online version of Jupyter notebooks that does not require any local installation. We will use this tool during our lectures. After that we will look at TensorFlow and Keras and how they work. We will look at very basic examples leaving advanced usage to further study. Finally we will have a hands-on session in which we will use Keras to build a very easy neural network to classify images.

Link to the lecture material

  1. Google colab - An Introduction
  2. Keras and TensorFlow - An Introduction PowerPoint Download Link
  3. Hands-on session - JUPYTER NOTEBOOK

The hands-on session will be based mostly on one Jupyter Notebook.

Additional and Bonus Material

  • A nice video introduction to Google Colab can be found in this video. The official website for the jupyter notebook project can be found here.

  • You can also find an introduction to Neural Networks in the slides for a lecture given by Umberto Michelucci at the ETH university in Zürich, Switzerland. They are google slides and should be accessible online easily.

    Lecture on Neural Networks

Lecture 2 - 11th April 2022 - Introduction to Autoencoders

In this lecture we will look at what autoencoders are and what you can do with those special neural network architecture. A complete introduction can be found in this paper. We will look at the following topics

  • What are autoencoders (Introduction Paper)
  • Denoising autoencoders
  • Autoencoders for dimensionality reduction

Code examples

Lecture 3 - 23rd May 2022 - Introduction to Generative Adversarial Networks

A lot of code is available for GANs.

WARNING: the code is slow and on a normal laptop may take several hours. So you are warned. In general you can download the jupyter notebooks and use them on google colab, but also there it will get at least 4 hours to get some decent results. The examples that we will run (and the time you will see in the notebook are coming from a professional deep learning machine with 3 RTX A6000 professional graphic cards).

Lecture 4 - 30th May 2022 - Use cases discussion in Industry and Research

The presentation can be found HERE. No code examples are available for this lecture.

About

This repositories contains the material for 4 lectures given at the Italian university of applied science in Switzerland.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published