Skip to content

Instantly share code, notes, and snippets.

View fancycheung's full-sized avatar
💭
I may be slow to respond.

funny_code fancycheung

💭
I may be slow to respond.
View GitHub Profile
@fancycheung
fancycheung / DeepLearningFaces.md
Created August 25, 2017 02:06 — forked from jdsgomes/DeepLearningFaces.md
Deep Learning for Face Recognition

Deep Learning for Face Recognition (May 2016)

Popular architectures

  • FaceNet (Google)
    • They use a triplet loss with the goal of keeping the L2 intra-class distances low and inter-class distances high
  • DeepID (Hong Kong University)
    • They use verification and identification signals to train the network. Afer each convolutional layer there is an identity layer connected to the supervisory signals in order to train each layer closely (on top of normal backprop)
  • DeepFace (Facebook)
    • Convs followed by locally connected, followed by fully connected
@fancycheung
fancycheung / spacy_intro.ipynb
Created June 19, 2017 02:03 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.