All Projects → rasbt → Stat479 Deep Learning Ss19

rasbt / Stat479 Deep Learning Ss19

Course material for STAT 479: Deep Learning (SS 2019) at University Wisconsin-Madison

Projects that are alternatives of or similar to Stat479 Deep Learning Ss19

H2o Meetups
Presentations from H2O meetups & conferences by the H2O.ai team
Stars: ✭ 405 (-1.7%)
Mutual labels:  jupyter-notebook
Computer Vision
Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 408 (-0.97%)
Mutual labels:  jupyter-notebook
Tensorflow Multigpu Vae Gan
A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.
Stars: ✭ 409 (-0.73%)
Mutual labels:  jupyter-notebook
Xlearn
Transfer Learning Library
Stars: ✭ 406 (-1.46%)
Mutual labels:  jupyter-notebook
Python Tutorial
python教程,包括:python基础、python进阶;常用机器学习库:numpy、scipy、sklearn、xgboost;深度学习库:keras、tensorflow、paddle、pytorch。
Stars: ✭ 407 (-1.21%)
Mutual labels:  jupyter-notebook
Rrpn
Source code of RRPN ---- Arbitrary-Oriented Scene Text Detection via Rotation Proposals
Stars: ✭ 408 (-0.97%)
Mutual labels:  jupyter-notebook
Pycon 2016 Tutorial
Machine Learning with Text in scikit-learn
Stars: ✭ 405 (-1.7%)
Mutual labels:  jupyter-notebook
Tsai
Time series Timeseries Deep Learning Pytorch fastai - State-of-the-art Deep Learning with Time Series and Sequences in Pytorch / fastai
Stars: ✭ 407 (-1.21%)
Mutual labels:  jupyter-notebook
Cs224n Squad Project
Stars: ✭ 408 (-0.97%)
Mutual labels:  jupyter-notebook
Jupyters and slides
Stars: ✭ 409 (-0.73%)
Mutual labels:  jupyter-notebook
Machinelearning
Machine Learning
Stars: ✭ 406 (-1.46%)
Mutual labels:  jupyter-notebook
Deep learning nlp
Keras, PyTorch, and NumPy Implementations of Deep Learning Architectures for NLP
Stars: ✭ 407 (-1.21%)
Mutual labels:  jupyter-notebook
Colabcat
😺 Running Hashcat on Google Colab with session backup and restore.
Stars: ✭ 407 (-1.21%)
Mutual labels:  jupyter-notebook
Gif
✨ The extension for Altair, matplotlib, and Plotly animations
Stars: ✭ 406 (-1.46%)
Mutual labels:  jupyter-notebook
Pelican Jupyter
Pelican plugin for blogging with Jupyter/IPython Notebooks
Stars: ✭ 410 (-0.49%)
Mutual labels:  jupyter-notebook
Kaggle
Codes for Kaggle Competitions
Stars: ✭ 404 (-1.94%)
Mutual labels:  jupyter-notebook
Your first decentralized application
This is the code for "A Guide to Building Your First Decentralized Application" by Siraj Raval on Youtube
Stars: ✭ 408 (-0.97%)
Mutual labels:  jupyter-notebook
Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (-0.49%)
Mutual labels:  jupyter-notebook
Python Essentials
Stars: ✭ 411 (-0.24%)
Mutual labels:  jupyter-notebook
Imagenette
A smaller subset of 10 easily classified classes from Imagenet, and a little more French
Stars: ✭ 407 (-1.21%)
Mutual labels:  jupyter-notebook

STAT479: Deep Learning (Spring 2019)

Instructor: Sebastian Raschka

Lecture material for the STAT 479 Deep Learning course at University Wisconsin-Madison. For details, please see the course website at http://pages.stat.wisc.edu/~sraschka/teaching/stat479-ss2019/

Course Calendar

Please see http://pages.stat.wisc.edu/~sraschka/teaching/stat479-ss2019/#calendar.

Topic Outline

  • History of neural networks and what makes deep learning different from “classic machine learning”
  • Introduction to the concept of neural networks by connecting it to familiar concepts such as logistic regression and multinomial logistic regression (which can be seen as special cases: single-layer neural nets)
  • Modeling and deriving non-convex loss function through computation graphs
  • Introduction to automatic differentiation and PyTorch for efficient data manipulation using GPUs
  • Convolutional neural networks for image analysis
  • 1D convolutions for sequence analysis
  • Sequence analysis with recurrent neural networks
  • Generative models to sample from input distributions
    • Autoencoders
    • Variational autoencoders
    • Generative Adversarial Networks

Material



Project Presentation Awards

Without exception, we had amazing project presentations this semester. Nonetheles, we have some winners the top 5 project presentations for each of the 3 categories, as determined by voting among the ~65 students:

Best Oral Presentation:

  1. Saisharan Chimbiki, Grant Dakovich, Nick Vander Heyden (Creating Tweets inspired by Deepak Chopra), average score: 8.417

  2. Josh Duchniak, Drew Huang, Jordan Vonderwell (Predicting Blog Authors’ Age and Gender), average score: 7.663

  3. Sam Berglin, Jiahui Jiang, Zheming Lian (CNNs for 3D Image Classification), average score: 7.595

  4. Christina Gregis, Wengie Wang, Yezhou Li (Music Genre Classification Based on Lyrics), average score: 7.588

  5. Ping Yu, Ke Chen, Runfeng Yong (NLP on Amazon Fine Food Reviews) average score: 7.525

Most Creative Project:

  1. Saisharan Chimbiki, Grant Dakovich, Nick Vander Heyden (Creating Tweets inspired by Deepak Chopra), average score: 8.313

  2. Yien Xu, Boyang Wei, Jiongyi Cao (Judging a Book by its Cover: A Modern Approach), average score: 7.952

  3. Xueqian Zhang, Yuhan Meng, Yuchen Zeng (Handwritten Math Symbol Recognization), average score: 7.919

  4. Jinhyung Ahn, Jiawen Chen, Lu Li (Diagnosing Plant Diseases from Images for Improving Agricultural Food Production), average score: 7.917

  5. Poet Larsen, Reng Chiz Der, Noah Haselow (Convolutional Neural Networks for Audio Recognition), average score: 7.854

Best Visualizations:

  1. Ping Yu, Ke Chen, Runfeng Yong (NLP on Amazon Fine Food Reviews), average score: 8.189

  2. Xueqian Zhang, Yuhan Meng, Yuchen Zeng (Handwritten Math Symbol Recognization), average score: 8.153

  3. Saisharan Chimbiki, Grant Dakovich, Nick Vander Heyden (Creating Tweets inspired by Deepak Chopra), average score: 7.677

  4. Poet Larsen, Reng Chiz Der, Noah Haselow (Convolutional Neural Networks for Audio Recognition), average score: 7.656

  5. Yien Xu, Boyang Wei, Jiongyi Cao (Judging a Book by its Cover: A Modern Approach), average score: 7.490

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].