A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Area | Topic | Paper | Paper URL | Tutorial URL | |||||||||||||||||||||
2 | Deep Learning Background | Brain Structure | Brain Anatomical Structure and Biological Function | http://www.ifmlab.org/files/tutorial/IFMLab_Tutorial_4.pdf | ||||||||||||||||||||||
3 | Deep Learning Background | Brain Neural Units | Basic Neural Units of the Brain: Neurons, Synapses and Action Potential | http://www.ifmlab.org/files/tutorial/IFMLab_Tutorial_5.pdf | ||||||||||||||||||||||
4 | Deep Learning Background | Brain Cognitive Function | Cognitive Functions of the Brain: Perception, Attention and Memory | http://www.ifmlab.org/files/tutorial/IFMLab_Tutorial_6.pdf | ||||||||||||||||||||||
5 | Deep Learning Background | Math Basics | The Matrix Cookbook | https://www.math.uwaterloo.ca/~hwolkowi/matrixcookbook.pdf | ||||||||||||||||||||||
6 | Deep Learning Background | DL Optimization | Gradient Descent based Optimization Algorithms for Deep Learning Models Training | http://www.ifmlab.org/files/tutorial/IFMLab_Tutorial_1.pdf | ||||||||||||||||||||||
7 | Deep Learning Background | Machine Learning Basics | Machine Learning Overview | http://www.ifmlab.org/files/book/broad_learning/chap2.pdf | ||||||||||||||||||||||
8 | ||||||||||||||||||||||||||
9 | Deep Learning | Feedforward Network | The Forward-Forward Algorithm: Some Preliminary Investigations | https://arxiv.org/pdf/2212.13345.pdf | ||||||||||||||||||||||
10 | ||||||||||||||||||||||||||
11 | Text Mining & NLP | LSTM | LONG SHORT-TERM MEMORY | https://www.bioinf.jku.at/publications/older/2604.pdf | https://colah.github.io/posts/2015-08-Understanding-LSTMs/ | |||||||||||||||||||||
12 | Text Mining & NLP | GRU | Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling | https://arxiv.org/pdf/1412.3555.pdf | ||||||||||||||||||||||
13 | Text Mining & NLP | Transformer | Attention Is All You Need | https://papers.nips.cc/paper/7181-attention-is-all-you-need.pdf | http://jalammar.github.io/illustrated-transformer/ | |||||||||||||||||||||
14 | Text Mining & NLP | BERT | BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding | https://arxiv.org/pdf/1810.04805.pdf | ||||||||||||||||||||||
15 | Text Mining & NLP | BART | BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension | https://arxiv.org/pdf/1910.13461.pdf | ||||||||||||||||||||||
16 | Text Mining & NLP | GPT-1 | Improving Language Understanding by Generative Pre-Training | https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf | ||||||||||||||||||||||
17 | Text Mining & NLP | GPT-2 | Language Models are Unsupervised Multitask Learners | https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf | ||||||||||||||||||||||
18 | Text Mining & NLP | GPT-3/Priming Prompt | Language Models are Few-Shot Learners | https://arxiv.org/pdf/2005.14165.pdf | ||||||||||||||||||||||
19 | Text Mining & NLP | InstructGPT | Training language models to follow instructions with human feedback | https://arxiv.org/pdf/2203.02155.pdf | ||||||||||||||||||||||
20 | Text Mining & NLP | Discrete Prompt | Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference | https://aclanthology.org/2021.eacl-main.20.pdf | ||||||||||||||||||||||
21 | Text Mining & NLP | Continuous Prompt | Prefix-Tuning: Optimizing Continuous Prompts for Generation | https://aclanthology.org/2021.acl-long.353.pdf | ||||||||||||||||||||||
22 | Text Mining & NLP | Prompt Analysis | Do Prompt-Based Models Really Understand the Meaning of their Prompts? | https://arxiv.org/pdf/2109.01247.pdf | ||||||||||||||||||||||
23 | Text Mining & NLP | RLHF | Deep Reinforcement Learning from Human Preferences | https://arxiv.org/pdf/1706.03741.pdf | ||||||||||||||||||||||
24 | Text Mining & NLP | PPO | Proximal Policy Optimization Algorithms | https://arxiv.org/abs/1707.06347 | ||||||||||||||||||||||
25 | Text Mining & NLP | DPO | Direct Preference Optimization: Your Language Model is Secretly a Reward Model | https://arxiv.org/pdf/2305.18290 | ||||||||||||||||||||||
26 | Text Mining & NLP | Self-Rewarding | Self-Rewarding Language Models | https://arxiv.org/pdf/2401.10020 | ||||||||||||||||||||||
27 | ||||||||||||||||||||||||||
28 | Image & Vision | CNN | Gradient Based Learning Applied to Document Recognition | http://vision.stanford.edu/cs598_spring07/papers/Lecun98.pdf | ||||||||||||||||||||||
29 | Image & Vision | Attention | Recurrent Models of Visual Attention | https://papers.nips.cc/paper/5542-recurrent-models-of-visual-attention.pdf | ||||||||||||||||||||||
30 | Image & Vision | GAN | Generative Adversarial Nets | https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf | ||||||||||||||||||||||
31 | Image & Vision | ResNet | Deep Residual Learning for Image Recognition | https://arxiv.org/pdf/1512.03385.pdf | ||||||||||||||||||||||
32 | Image & Vision | CapsuleNet | Dynamic Routing Between Capsules | https://arxiv.org/pdf/1710.09829.pdf | ||||||||||||||||||||||
33 | Image & Vision | EfficientNet | EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks | https://arxiv.org/pdf/1905.11946.pdf | ||||||||||||||||||||||
34 | Image & Vision | Diffusion Model | Diffusion Models Beat GANs on Image Synthesis | https://arxiv.org/pdf/2105.05233.pdf | ||||||||||||||||||||||
35 | Image & Vision | ViT | An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale | https://arxiv.org/pdf/2010.11929.pdf | ||||||||||||||||||||||
36 | Image & Vision | SAM | Segment Anything | https://arxiv.org/pdf/2304.02643 | ||||||||||||||||||||||
37 | Image & Vision | SAM 2 | SAM 2: Segment Anything in Images and Videos | https://arxiv.org/pdf/2408.00714 | ||||||||||||||||||||||
38 | Image & Vision | EfficientSAM | EfficientSAM: Leveraged Masked Image Pretraining for Efficient Segment Anything | https://arxiv.org/pdf/2312.00863.pdf | ||||||||||||||||||||||
39 | Image & Vision | DDPM | Denoising Diffusion Probabilistic Models | https://arxiv.org/pdf/2006.11239.pdf | ||||||||||||||||||||||
40 | Image & Vision | LDM | High-Resolution Image Synthesis with Latent Diffusion Models | https://arxiv.org/pdf/2112.10752.pdf | ||||||||||||||||||||||
41 | Image & Vision | DiT | Scalable Diffusion Models with Transformers | https://arxiv.org/pdf/2212.09748.pdf | ||||||||||||||||||||||
42 | Image & Vision | CLIP | Learning Transferable Visual Models From Natural Language Supervision | https://arxiv.org/pdf/2103.00020 | ||||||||||||||||||||||
43 | ||||||||||||||||||||||||||
44 | Graph Neural Net | GCN | Semi-Supervised Classification with Graph Convolutional Networks | https://arxiv.org/pdf/1609.02907.pdf | ||||||||||||||||||||||
45 | Graph Neural Net | GAT | Graph Attention Networks | https://arxiv.org/pdf/1710.10903.pdf | ||||||||||||||||||||||
46 | Graph Neural Net | Graph-Bert | Graph-Bert: Only Attention is Needed for Learning Graph Representations | https://arxiv.org/pdf/2001.05140.pdf | ||||||||||||||||||||||
47 | Graph Neural Net | Oversmoothing | Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning | https://arxiv.org/pdf/1801.07606.pdf | ||||||||||||||||||||||
48 | ||||||||||||||||||||||||||
49 | ||||||||||||||||||||||||||
50 | ||||||||||||||||||||||||||
51 | ||||||||||||||||||||||||||
52 | ||||||||||||||||||||||||||
53 | ||||||||||||||||||||||||||
54 | ||||||||||||||||||||||||||
55 | ||||||||||||||||||||||||||
56 | ||||||||||||||||||||||||||
57 | ||||||||||||||||||||||||||
58 | ||||||||||||||||||||||||||
59 | ||||||||||||||||||||||||||
60 | ||||||||||||||||||||||||||
61 | ||||||||||||||||||||||||||
62 | ||||||||||||||||||||||||||
63 | ||||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||
67 | ||||||||||||||||||||||||||
68 | ||||||||||||||||||||||||||
69 | ||||||||||||||||||||||||||
70 | ||||||||||||||||||||||||||
71 | ||||||||||||||||||||||||||
72 | ||||||||||||||||||||||||||
73 | ||||||||||||||||||||||||||
74 | ||||||||||||||||||||||||||
75 | ||||||||||||||||||||||||||
76 | ||||||||||||||||||||||||||
77 | ||||||||||||||||||||||||||
78 | ||||||||||||||||||||||||||
79 | ||||||||||||||||||||||||||
80 | ||||||||||||||||||||||||||
81 | ||||||||||||||||||||||||||
82 | ||||||||||||||||||||||||||
83 | ||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||
85 | ||||||||||||||||||||||||||
86 | ||||||||||||||||||||||||||
87 | ||||||||||||||||||||||||||
88 | ||||||||||||||||||||||||||
89 | ||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||
91 | ||||||||||||||||||||||||||
92 | ||||||||||||||||||||||||||
93 | ||||||||||||||||||||||||||
94 | ||||||||||||||||||||||||||
95 | ||||||||||||||||||||||||||
96 | ||||||||||||||||||||||||||
97 | ||||||||||||||||||||||||||
98 | ||||||||||||||||||||||||||
99 | ||||||||||||||||||||||||||
100 |