All Projects → pA1nD → course-deep-learning

pA1nD / course-deep-learning

Licence: Apache-2.0 License
Course Material for HSG 10,860,1.00 - Introduction to Applied Deep Learning with TensorFlow

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to course-deep-learning

python-memory-management-course
Demo code exploring Python's memory models and collection algorithms from the Talk Python Training course.
Stars: ✭ 31 (+121.43%)
Mutual labels:  course
modern-javascript
👨‍🏫 Mike's Modern JavaScript course
Stars: ✭ 14 (+0%)
Mutual labels:  course
if977
Repositório da disciplina de Engenharia de Software voltada ao curso de Sistemas de Informação.
Stars: ✭ 60 (+328.57%)
Mutual labels:  course
ARKit-SceneKIit Course
learning resource (SceneKit)
Stars: ✭ 102 (+628.57%)
Mutual labels:  course
keras-buoy
Keras wrapper that autosaves what ModelCheckpoint cannot.
Stars: ✭ 22 (+57.14%)
Mutual labels:  colab-notebook
android-online-course
Android Online Course
Stars: ✭ 22 (+57.14%)
Mutual labels:  course
Awesome-Black-Friday-Cyber-Monday-deals
2021 - Black Friday & Cyber Monday, Christmas & Holidays Deals for Developers, Techies, & Entrepreneurs,
Stars: ✭ 151 (+978.57%)
Mutual labels:  course
sysprog
Systems Programming course
Stars: ✭ 21 (+50%)
Mutual labels:  course
simple diarizer
Simplified diarization pipeline using some pretrained models - audio file to diarized segments in a few lines of code
Stars: ✭ 26 (+85.71%)
Mutual labels:  colab-notebook
Course-Notes-Deep-Learning-by-Andrew-NG-on-Coursera
Hand Written course notes of Deep Learning Specialization by Andrew NG on Coursera
Stars: ✭ 23 (+64.29%)
Mutual labels:  course
Geospatial Python CourseV1
This is an collection of blog posts turned into a course format
Stars: ✭ 53 (+278.57%)
Mutual labels:  course
excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (+421.43%)
Mutual labels:  course
curso-ual17
Curso de infraestructura cloud con Openstack. Universidad de Almeria. Mayo 2017
Stars: ✭ 16 (+14.29%)
Mutual labels:  course
Deep-Learning-Course
Deep Learning with TensorFlow and Keras
Stars: ✭ 13 (-7.14%)
Mutual labels:  course
androidCourseKotlin
Android Course in Kotlin
Stars: ✭ 19 (+35.71%)
Mutual labels:  course
NLP-Specialization
NLP Specialization (Natural Language Processing) made by deeplearning.ai
Stars: ✭ 44 (+214.29%)
Mutual labels:  course
rest-apis-flask-python
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 861 (+6050%)
Mutual labels:  course
course
gary60405.github.io/course/
Stars: ✭ 17 (+21.43%)
Mutual labels:  course
flownet2-Colab
Google Colab notebook for running Nvidia flownet2-pytorch
Stars: ✭ 23 (+64.29%)
Mutual labels:  colab-notebook
data processing course
Some class materials for a data processing course using PySpark
Stars: ✭ 50 (+257.14%)
Mutual labels:  course

HSG 10,860,1.00 - Introduction to Applied Deep Learning

This repository contains all colabs and links to material for the GSERM Summerschool (Winterschool) of the University of St. Gallen (HSG), Switzerland for 10,860,1.00 - Introduction to Applied Deep Learning.

This course is using TensorFlow 2.1.0 and Google Colab.

The Course Materials - January 2020

# Lecture Lab
1 Introduction to Deep Learning
Lecture Slides
Topics: Perceptron, Feed Forward Neural Networks, Deep Fully Connected Neural Networks, Activation and Loss Function, Optimizers, Overfitting, Dropout and other Regularization
Colab L1 - Deep Learning Intro with mnist
2 Deep Computer Vision
Lecture Slides
Topics: Convolution, Subsampling, GPUs, Batchnorm, TensorBoard, Spatial Invariance, CNN Applications, Transfer Learning, ImageNet, TF Hub, TF Datasets
Colab L2 - Convolutional Neural Networks

Colab L3 - Transfer Learning
3 Deep Sequence Modeling
Lecture Slides
Topics 1: Modern Convolutional Neural Networks, Inception, SqueezeNet, Keras Functional API, Data Processing with tf Datasets, TPUs, TF Production with TFX

Topics 2: Sequential Data, RNN, LSTM, GRU
Colab L3 - Data Processing

Colab L3 - Recurrent Neural Networks
4 Deep Natural Language Processing
Lecture Slides (Guest Lecture by ejoebstl)
Topics: Language in Deep Learning, Word2Vec, Seq2Seq, Neural Machine Translation, Attention, Transformer, BERT
Colab L4 - Word Embeddings with Word2Vec

Colab L4 - Seq 2 Seq / Attention for translations

Colab L4 - Bert and Keras with transfer learning
5 Data Bias and Explainable Deep Learning
Lecture Slides
Topics: Recipe for Training Neural Networks, Data Bias, Deep Learning in Academic Context and for Academic Publications, Explainable Artificial Intelligence (XAI)
Colab L5 - Interpreting Vision Models with tf-explain.

Colab L5 - Visualize CNN Layer Outputs and Filters with Keras Functional API.

Recommended Material

Book

If there would be a book or resources I'd want share with you they are the following: Deep Learning Book. You can find the full PDF in their GH repo. This is a very comprehensive book that is up to date and good to read with a valuable Bibliography.

Courses

MIT's 6.S191: Introduction to Deep Learning is a good course covering also Reinforcment Learning and GANs. Stanford's CS231n is a good place to dive deeper into the mechanics of computer vision.

Other Materials

The (IMO) didactically best material on deep learning is Google, Tensorflow and deep learning without a PhD series, by Martin Görner. The official Tensorflow Resources are well done and helpful. There are a big number of examples, tutorials and other resources available. Also helpful is their page on additional learning resources.

License and Sources

Main Sources and Credits:

Google, Tensorflow and deep learning without a PhD series, Martin Gorner

MIT 6.S191: Introduction to Deep Learning

Tensorflow API Documentation and Resources

How to use this material?

All course materials are copyrighted by their respective author and owner. If you are an instructor and would like to use any materials from this course (slides, labs, code) for educational purposes, you must reference the original source and this repository.

This repository is open sourced under Apache-2.0 License but the license of the original author might apply.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].