Skip to content

Latest commit

 

History

History
543 lines (463 loc) · 18.1 KB

DL-Brief.md

File metadata and controls

543 lines (463 loc) · 18.1 KB

DL in an hour, a personal perspective

Fundament

  1. Fit, aprroximation, interpolation, estimation, predict

  1. case in real life, spline

  1. Universal approximation theorem

    • spline appr

    • multi-diemensions

    • image, cases of low dimension embedded

  2. https://github.com/NirViaje/DeepLearningRobotics/blob/master/NeuronTalk.md

    • Hebbian, naive ANN

      • where the neuron is?

      • matrix and non-linear

    • XOR, multi-layer

    • principle

      • info redundant, constrain (cnn, dimension reduction

    • info distill (auto-encoder/LeNet

    • localize, convolution, primary visual cortex of mammal, DCT

      • huge number of weights/paras

      • visual cortex, DCT

      • localize, convolution
    • LeNet, AlexNet, VGG, GoogLeNet inception, ResNet

    1. LeNet, 1998

    1. AlexNet, 2012, ImageNet Challenge

    1. Vgg, 2014, Visual Geometry Group - University of Oxford

    1. GoogLeNet inception, 2014

    1. ResNet, 2015 Dec

  3. Gu@SUNY, manifold

  4. what's more

    • detect, track, Yolo/openPose etc
    • LSTM
    • GAN
    • DRL

    image

  5. a little bit more on AGI

  6. fully DL rendered movie?

HandsOn

  1. available workbench in lab
    • 1080Tix3
    • P40x2
  2. Deepo
  3. git

Several Cases

  1. on Aesthetic, eyes movement
  2. scratch2code
  3. coloring
  4. more