GithubHelp home page GithubHelp logo

dl_topics's Introduction

Deep Learning Interview Topics

This repo contains a list of topics which we feel that one should be comfortable with before appearing for a DL interview. This list is by no means exhaustive (as the field is very wide and ever growing).

Mathematics

  1. Linear Algebra(notes)
    • Linear Dependence and Span
    • Eigendecomposition
      • Eigenvalues and Eigenvectors
    • Singular Value Decomposition
  2. Probability and Statistics
    • Expectation, Variance and Co-variance
    • Distributions
    • Bias and Variance
      • Bias Variance Trade-off
    • Estimators
      • Biased and Unbiased
    • Maximum Likelihood Estimation
    • Maximum A Posteriori (MAP) Estimation
  3. Information Theory
    • (Shannon) Entropy
    • Cross Entropy
    • KL Divergence
      • Not a distance metric
      • Derivation from likelihood ratio (Blog)
      • Always greater than 0
        • Proof by Jensen's Inequality
      • Relation with Entropy (Explanation)

Basics

  1. Backpropogation
    • Vanilla (blog)
    • Backprop in CNNs
      • Gradients in Convolution and Deconvolution Layers
    • Backprop through time
  2. Loss Functions
    • MSE Loss
      • Derivation by MLE and MAP
    • Cross Entropy Loss
      • Binary Cross Entropy
      • Categorical Cross Entropy
  3. Activation Functions (Sigmoid, Tanh, ReLU and variants) (blog)
  4. Optimizers
  5. Regularization
    • Early Stopping
    • Noise Injection
    • Dataset Augmentation
    • Ensembling
    • Parameter Norm Penalties
      • L1 (sparsity)
      • L2 (smaller parameter values)
    • BatchNorm (Paper)
      • Internal Covariate Shift
      • BatchNorm in CNNs (Link)
      • Backprop through BatchNorm Layer (Explanation)
    • Dropout (Paper) (Notes)

Computer Vision

  1. ILSVRC
    • AlexNet
    • ZFNet
    • VGGNet (Notes)
    • InceptionNet (Notes)
    • ResNet (Notes)
    • DenseNet
    • SENet
  2. Object Recognition (Blog)
    • RCNN (Notes)
    • Fast RCNN
    • Faster RCNN (Notes)
    • Mask RCNN
    • YOLO v3 (Real-time object recognition)
  3. Convolution
    • Cross-correlation
    • Pooling (Average, Max Pool)
    • Strides and Padding
    • Output volume dimension calculation
    • Deconvolution (Transpose Conv.), Upsampling, Reverse Pooling (Visualization)

Natural Language Processing

  1. Recurrent Neural Networks
    • Architectures (Limitations and inspiration behind every model) (Blog 1) (Blog 2)
      • Vanilla
      • GRU
      • LSTM
      • Bidirectional
    • Vanishing and Exploding Gradients
  2. Word Embeddings
    • Word2Vec
    • CBOW
    • Glove
    • FastText
    • SkipGram, NGram
    • ELMO
    • OpenAI GPT
    • BERT (Blog)
  3. Transformers (Paper) (Code) (Blog)
    • BERT (Paper)
    • Universal Sentence Encoder

Generative Models

  1. Generative Adversarial Networks (GANs)
    • Basic Idea
    • Variants
      • Vanilla GAN (Paper)
      • DCGAN
      • Wasserstein GAN (Paper)
      • Conditional GAN (Paper)
    • Mode Collapse
    • GAN Hacks (Link)
  2. Variational Autoencoders (VAEs)
    • Variational Inference (tutorial paper)
    • ELBO and Loss Function derivation
  3. Normalizing Flows

Misc

  1. Triplet Loss
  2. BLEU Score
  3. Maxout Networks
  4. Support Vector Machines
    • Maximal-Margin Classifier
    • Kernel Trick
  5. PCA (Explanation)
    • PCA using neural network
      • Architecture
      • Loss Function
  6. Spatial Transformer Networks
  7. Gaussian Mixture Models (GMMs)
  8. Expectation Maximization

More Resources

  1. Stanford's CS231n Lecture Notes
  2. Deep Learning Book (Goodfellow et. al.)

Contributing

We welcome contributions to add resources such as notes, blogs, or papers for a topic. Feel free to open a pull request for the same!

dl_topics's People

Contributors

aarushgupta avatar ayushtues avatar dakshitagrawal avatar

Watchers

 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.