Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classical/new architectures #14

Open
30 tasks
omarsar opened this issue Jan 8, 2021 · 4 comments
Open
30 tasks

Add classical/new architectures #14

omarsar opened this issue Jan 8, 2021 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@omarsar
Copy link
Member

omarsar commented Jan 8, 2021

Some ideas for figures to add to the PPT

  • Linear regression, single-layer neural network
  • Multilayer Perceptron with hidden layer
  • Backpropagation
  • Batch Normalization and alternatives
  • Computational Graphs
  • Dropout
  • CNN - padding, stride, pooling,...
  • LeNet
  • AlexNet
  • VGG
  • GoogleNet
  • ResNet
  • DenseNet
  • Memory Networks
  • RNN
  • Deep RNN
  • Bidirectional RNN
  • GRU
  • LSTM
  • Language RNN models
  • Backpropagation through time
  • Encoder-Decoder Architecture
  • Seq2seq with RNN encoder-decoder
  • Bearm search and other decoding strategies
  • Attention
  • Multi-head attention
  • Self-attention
  • Transformer
  • Word2vec/GloVe/Skip-gram/CBOW/BERT/GPT....
  • Common/Popular CV/NLP Tasks

List adopted from multiple resources including nlpoverview and d2l.ai which both contain a very solid syllabus.

Please feel free to make suggestions below. If you would like to help, also let me know.

@omarsar omarsar added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 8, 2021
@omarsar omarsar changed the title Add classical architectures Add classical/new architectures Jan 9, 2021
@heany
Copy link

heany commented Jun 25, 2021

Maybe, the generative adversarial networks and graph neural networks should be included in the list.

@narutomst
Copy link

Deep Belief Networks

@nashid
Copy link

nashid commented Jun 11, 2022

Can we Graph Neural Network models like GCN, GAT, GGNN, GraphSage, etc?

@nashid
Copy link

nashid commented Jun 11, 2022

Including Contrastive Representation Learning models would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants
@nashid @omarsar @heany @narutomst and others