项目作者: vzhenylenko

项目描述 :
Cheatsheet with: popular architectures in several domains + code examples
高级语言:
项目地址: git://github.com/vzhenylenko/DL-achitectures-cheatsheet.git
创建时间: 2020-08-05T14:43:55Z
项目社区:https://github.com/vzhenylenko/DL-achitectures-cheatsheet

开源协议:

下载


DL-achitectures-cheatsheet

(under development)
Cheatsheet with popular architectures in several domains and code examples

Architecture name Short description Domain, where introduced Image Paper
General
MLP (Multi Layer Perceptron) basic fully connected neural net, nonlinearities and depth and width of network allow to learn hierarchical distributed representations general
VAE (Variational Auto Encoder)
GAN (Generative Adversarial Network)
CycleGAN
Siamese Network (metric learning)
Attention Mechanism
Images
CNN digit recognizing
ResNet
Inception
U-Net
Images (localization)
Multi Shot Detection
Singlle Shot Detection
Images (Segmentation)
Sequence modelling
RNN (Recurrent Neural Network)
LSTM (Long Short Term Memory)
GRU (Gated Reccurent Unit)
Natural language processing
Transformers
Graphs
DGNet
Point Clouds
PointNet
Other
WReNet (Wild Relational Network)