Giter Club home page Giter Club logo

ctf-dl-tutorial's Introduction

CTF Workshop Tutorial

This repository contains codes for the CTF Workshop tutorial of the AI Intstitute in Dynamic Systems. Please download or clone the repository for running the notebooks on your machine. Otherwise, every notebook has a link to Google Colab.

Outline

Part 1: Introduction to Deep Learning - 9:00-11:00AM (Joe Bakarji)

  • Introduction to Deep Learning

  • Time-delay embedding and Takens' theorem

  • Introduction to PyTorch

  • The Lorenz system

    • The Hankel matrix
    • Approximating Takens' diffeomorphism
    • Autoencoders
    • Linear and nonlinear dominant time-modes
  • Practice Examples:

    • Surrogate model of the diffusion equation solution: u(x, t)
    • Fit the model $\mathbf x_{i+1}=\mathbf f(\mathbf x_i)$ with a fully connected network.

Part 2: Recurrent Neural Networks - 1:00PM-2:30PM (Jan Williams)

  • Prevalence of sequential data in dynamical system applications

  • Recurrent neural network architectures

  • Mathematical formulation of generic RNNs (with focus on RNN's)

  • Barebones implementation of vanilla RNN for forecasting periodic univariate data

  • Mathematical formulation of LSTMs

    • Time delay embeddings using recurrent layers and Lorenz, $x_{i+1}= f(x_i, x_{i-1}, ... x_{i-k})$.
    • Reconstruct and/or forecast sea-surface temperature from limited sensor measurements using LSTMs

Part 3: Pruning - 3:00PM-4:30PM (Olivia Thomas)

  • Why sparsify neural networks?
    • The importance of Regularization
    • Reducing the memory footprint
  • Sparsification methods
    • traditional regularization approaches
    • Defining a sparse architecture
    • Pruning
  • Practice problems

ctf-dl-tutorial's People

Contributors

jan-williams avatar oliviatessa avatar josephbakarji avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.