Skip to content

toelt-llc/COURSE-SUPSI-Lectures-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUPSI Lectures - Spring 2023

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 March 2023 - 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 - 13th March 2023 - 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 - 14th March 2023 - Hands-on Exercises

In this lecture the students will do a programming exercise with neural networks and autoencoders.

Lecture 4 - Date to be added - Use cases discussion in Industry and Research

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published