Skip to content

toelt-llc/COURSE-SUPSI-Lectures-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SUPSI Lectures - Spring 2024

This repositories contains the material for 2 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 - 8th April 2024 - Introduction to Neural Networks, 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.

Lecture material

  1. Google colab - An Introduction
  2. Keras and TensorFlow - An Introduction (Folder 1)
  3. Hands-on session (Folder 1)

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 - 16th April 2024 - 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published