@@ -46,11 +46,12 @@ protip, use perplexity.ai as a resource scrapper
46
46
- [ ] wait, should I try to train LSTM like I did for Transformers?
47
47
- They dont support parallel computation, but recently ** xLSTM** dropped which does.
48
48
- [ ] Seq2Seq (Ilya, 2014)
49
- - [ ] JukeBox
49
+ - [ ] JukeBox- openai
50
50
- [ ] Mixture of experts (MoE) [ This?] ( https://arxiv.org/pdf/1701.06538 )
51
- - [ ] LLaMA
51
+ - [ ] LLaMA- metaai
52
52
- [ ] Switch Transformers
53
53
- [ ] Multi-modality
54
+ - [ ] https://arxiv.org/pdf/2405.09818v1
54
55
- [ ] Beam Search?
55
56
- [ ] RAG
56
57
- [ ] Leave No Context Behind: Efficient Infinite Context Transformers with Infini-attention
@@ -77,19 +78,25 @@ protip, use perplexity.ai as a resource scrapper
77
78
- WizardMath?
78
79
79
80
81
+ ## Training
82
+ - [ ] LoRA: https://arxiv.org/abs/2106.09685
83
+
80
84
81
85
## Vision
82
- - [ ] CNN Casestudy:
83
- - [ ] CNN - {Le - Alex - ZF - VGG - GoogLe}Net (inception architecture)
86
+ - [x] CNN Casestudy:
87
+ - [x] CNN - {Le - Alex - ZF - VGG - Google}Net
88
+ - TODO: (inception architecture)
89
+ - [ ] ResNet (residual and skip connection, research paper)
84
90
- [ ] Visualizing CNN techniques
85
91
- [ ] DeepDream?
86
92
- [ ] Localization and Segmentation (cs231n)
87
- - [ ] Fast Faster Fastest?? R? - CNN's
88
- - [ ] ResNet (residual and skip connection, research paper)
89
- - [ ] yolo
93
+ - [ ] R-CNN
94
+ - [ ] Fast R-CNN
95
+ - [ ] Faster R-CNN
96
+ - [ ] YOLO: you only look once
97
+ - [ ] SSD
90
98
- [ ] CLIP-ResNet (read somewhere kinda interesting, mostprobably best ResNet till date? not sure)
91
99
- [ ] train something on COCO dataset? A good task?
92
- - [ ] SSD?
93
100
94
101
95
102
@@ -105,10 +112,10 @@ protip, use perplexity.ai as a resource scrapper
105
112
106
113
## Reinforcement learning
107
114
- [ ] RF
108
- - [ ] RoPE (it goes here? dont know.)
109
115
- [ ] DQN
110
116
- [ ] Policy Gradient Methods
111
117
- [ ] DPO
118
+ - [ ] RoPE (it goes here? dont know.)
112
119
113
120
114
121
@@ -160,4 +167,4 @@ protip, use perplexity.ai as a resource scrapper
160
167
161
168
162
169
## Some resourceful repos
163
- - [ ] https://github.com/coqui-ai/TTS?tab=readme-ov-file#model-implementations
170
+ - [ ] https://github.com/coqui-ai/TTS?tab=readme-ov-file#model-implementations
0 commit comments