| pytorch/examples |
21,341 |
|
0 |
0 |
about 2 years ago |
0 |
|
198 |
bsd-3-clause |
Python |
| A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. |
| JaidedAI/EasyOCR |
20,438 |
|
0 |
69 |
over 2 years ago |
32 |
September 04, 2023 |
340 |
apache-2.0 |
Python |
| Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc. |
| BlinkDL/RWKV-LM |
10,705 |
|
0 |
0 |
about 2 years ago |
0 |
|
60 |
apache-2.0 |
Python |
| RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding. |
| Mikoto10032/DeepLearning |
7,463 |
|
0 |
0 |
almost 4 years ago |
0 |
|
8 |
apache-2.0 |
Jupyter Notebook |
| 深度学习入门教程, 优秀文章, Deep Learning Tutorial |
| aladdinpersson/Machine-Learning-Collection |
6,173 |
|
0 |
0 |
over 2 years ago |
0 |
|
95 |
mit |
Python |
| A resource for learning about Machine learning & Deep Learning |
| bentrevett/pytorch-seq2seq |
5,024 |
|
0 |
0 |
about 2 years ago |
0 |
|
0 |
mit |
Jupyter Notebook |
| Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText. |
| bentrevett/pytorch-sentiment-analysis |
4,133 |
|
0 |
0 |
about 2 years ago |
0 |
|
3 |
mit |
Jupyter Notebook |
| Tutorials on getting started with PyTorch and TorchText for sentiment analysis. |
| FudanNLP/nlp-beginner |
3,884 |
|
0 |
0 |
almost 5 years ago |
0 |
|
2 |
|
|
| NLP上手教程 |
| mravanelli/pytorch-kaldi |
2,138 |
|
0 |
0 |
about 4 years ago |
0 |
|
24 |
|
Python |
| pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit. |
| asappresearch/sru |
2,012 |
|
1 |
2 |
over 4 years ago |
32 |
June 17, 2021 |
58 |
mit |
Python |
| Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755) |