All Projects → albertpumarola → Deep Learning Notes

albertpumarola / Deep Learning Notes

My CS231n lecture notes

Projects that are alternatives of or similar to Deep Learning Notes

Geo Deep Learning
Deep learning applied to georeferenced datasets
Stars: ✭ 91 (-10.78%)
Mutual labels:  cnn
Captcharecognition
End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别
Stars: ✭ 97 (-4.9%)
Mutual labels:  cnn
Lesrcnn
Lightweight Image Super-Resolution with Enhanced CNN (Knowledge-Based Systems,2020)
Stars: ✭ 101 (-0.98%)
Mutual labels:  cnn
Grad Cam
🌈 📷 Gradient-weighted Class Activation Mapping (Grad-CAM) Demo
Stars: ✭ 91 (-10.78%)
Mutual labels:  cnn
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-5.88%)
Mutual labels:  cnn
Study Note
我大学两年来的笔记,希望对大家有些些帮助
Stars: ✭ 98 (-3.92%)
Mutual labels:  study-notes
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-11.76%)
Mutual labels:  cnn
Image Regression
🤖️image regression (base on convnetjs)
Stars: ✭ 102 (+0%)
Mutual labels:  cnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-4.9%)
Mutual labels:  cnn
Etagger
reference tensorflow code for named entity tagging
Stars: ✭ 100 (-1.96%)
Mutual labels:  cnn
Face landmark dnn
Face Landmark Detector based on Mobilenet V1
Stars: ✭ 92 (-9.8%)
Mutual labels:  cnn
Hyperopt Keras Cnn Cifar 100
Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
Stars: ✭ 95 (-6.86%)
Mutual labels:  cnn
Facedetector
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
Stars: ✭ 99 (-2.94%)
Mutual labels:  cnn
Libgdl
一个移动端跨平台的gpu+cpu并行计算的cnn框架(A mobile-side cross-platform gpu+cpu parallel computing CNN framework)
Stars: ✭ 91 (-10.78%)
Mutual labels:  cnn
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  cnn
Fast Autoaugment
Official Implementation of 'Fast AutoAugment' in PyTorch.
Stars: ✭ 1,297 (+1171.57%)
Mutual labels:  cnn
Simplepruning
cnn pruning with tensorflow.
Stars: ✭ 98 (-3.92%)
Mutual labels:  cnn
Models
DLTK Model Zoo
Stars: ✭ 101 (-0.98%)
Mutual labels:  cnn
Keras Oneclassanomalydetection
[5 FPS - 150 FPS] Learning Deep Features for One-Class Classification (AnomalyDetection). Corresponds RaspberryPi3. Convert to Tensorflow, ONNX, Caffe, PyTorch. Implementation by Python + OpenVINO/Tensorflow Lite.
Stars: ✭ 102 (+0%)
Mutual labels:  cnn
Sarcasmdetection
Sarcasm detection on tweets using neural network
Stars: ✭ 99 (-2.94%)
Mutual labels:  cnn

Deep Learning Study Notes

[Sutdy Notes PDF]

My Deep Learning study notes.

Sources:

All credits go to L. Fei-Fei, A. Karpathy, J.Johnson teachers of the CS231n course. Thank you for this amazing course!!

Full Document

Full study notes pdf.

Individual Chapters

If you chose individidual chapters here is the list (are you sure you do not prefer the FULL DOCUMENT?):

  1. Data
    1. Data Preprocessing
    2. Data Augmentation and Transfer Learning
  2. Learning
    1. Neural Network
    2. Parameters Initialization
    3. Activation Function
    4. Loss function
    5. Backpropagation
    6. Parameters Update
    7. Dropout
    8. Hyper-Parameters selection and babysitting
    9. Other definitions
    10. Tricks
    11. Visualization
  3. Layers
    1. Input Layer
    2. Convolutional layer
    3. Pooling layer
    4. Batch Normalization layer
    5. Upsampling Layer (“Transposed Convolution”)
    6. Fully Connected Layer
    7. Highway Layer
  4. Networks
    1. Recurrent Neural Networks (RNN)
    2. Autoencoders
    3. Generative Adversarial Nets
    4. Region Based CNN (R-CNN)
    5. YOLO
    6. RNN ConvNet
    7. Attention Models
    8. Spatial Transformer Networks
    9. Famous Networks
  5. Applications
  6. Bibliography

Contributions

More than happy to accept contributions

Acknowledgements & Credits

All credits go to L. Fei-Fei, A. Karpathy, J.Johnson teachers of the CS231n course. Thank you for this amazing course!!

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