Giter Club home page Giter Club logo

cs231n-seminars's Introduction

cs231n-seminars

Seminars for CV course based on cs231n at ABBYY, 2019

Seminars

Seminar 1 (backprop in numpy) Open In Colab

  • learn how backpropagation really works
  • implement backward pass for main layers (Linear, ReLU, Sigmoid, Softmax)
  • implement backward pass for most common criterion (Crossentropy)
  • implement batch stochastic gradient descent
  • train your tiny neural network on MNIST

Exercises

  • why sigmoid/tanh activations may be bad for deep networks?
  • can you train classification problem with MSE loss? Why this may not be a good idea?
  • "dead ReLU" problem - provide example when it may happen
  • derive analytically (on paper) gradients w.r.t. all inputs and parameters for small network (Linear -> ReLU -> Linear -> Softmax) with NLL loss

Homework 1

  • backward for many other layers (Conv, Pool, BatchNorm, Dropout, etc)

Seminar 2 (training your network with PyTorch) Open In Colab

  • PyTorch in 5 minutes
  • training your neural net in PyTorch
  • training on GPU
  • reproducibility
  • explore different activations and loss functions

Seminar 3 (layers & architectures) Open In Colab

  • Most confusing layers: Dropout and BatchNorm
  • Most common architectures: Alexnet, VGG, Inception, Resnet, Resnext, Densenet, SENet

Seminar 4 (high level frameworks)

  • PyTorch ecosystem
  • augmentations
  • fasi.ai vs pytorch lightning vs catalyst
  • catalyst

Seminar 5 (segmentation)

Seminar 6 (detection)

Seminar 7 (visualization) Open In Colab

  • attribution with TorchRay

cs231n-seminars's People

Contributors

asmekal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dyvniy sokoloveav

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.