Skip to content

Commit 25192fc

Browse files
authored
add Turkish Lang. README.md
1 parent acc295d commit 25192fc

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# PyTorch Examples
1+
# PyTorch Örnekleri
22

33
https://pytorch.org/examples/
44

5-
`pytorch/examples` is a repository showcasing examples of using [PyTorch](https://github.com/pytorch/pytorch). The goal is to have curated, short, few/no dependencies _high quality_ examples that are substantially different from each other that can be emulated in your existing work.
5+
`pytorch/examples`, [PyTorch](https://github.com/pytorch/pytorch) kullanım örneklerini sergileyen bir depodur.
66

7-
- For tutorials: https://github.com/pytorch/tutorials
8-
- For changes to pytorch.org: https://github.com/pytorch/pytorch.github.io
9-
- For a general model hub: https://pytorch.org/hub/ or https://huggingface.co/models
10-
- For recipes on how to run PyTorch in production: https://github.com/facebookresearch/recipes
11-
- For general Q&A and support: https://discuss.pytorch.org/
7+
Buradaki amaç; mevcut çalışmalarınızda model alabileceğiniz (uyarlayabileceğiniz), birbirinden önemli ölçüde farklı, özenle seçilmiş, kısa, az veya hiç bağımlılığı olmayan yüksek kaliteli örnekler sunmaktır.
128

13-
## Available models
9+
- Eğitimler için: https://github.com/pytorch/tutorials
10+
- pytorch.org değişiklikleri için: https://github.com/pytorch/pytorch.github.io
11+
- Genel bir model merkezi için: https://pytorch.org/hub/ or https://huggingface.co/models
12+
- PyTorch'u prodüksiyonda çalıştırma yöntemleri (tarifleri) için: https://github.com/facebookresearch/recipes
13+
- Genel Soru-Cevap ve destek için: https://discuss.pytorch.org/
14+
15+
## Erişilebilir modeller
1416

1517
- [Image classification (MNIST) using Convnets](./mnist/README.md)
1618
- [Word-level Language Modeling using RNN and Transformer](./word_language_model/README.md)
@@ -30,10 +32,10 @@ https://pytorch.org/examples/
3032
- [Image Classification Using Forward-Forward](./mnist_forward_forward/README.md)
3133
- [Language Translation using Transformers](./language_translation/README.md)
3234

33-
Additionally, a list of good examples hosted in their own repositories:
35+
Ayrıca, kendi depolarında barındırılan iyi örneklerin bir listesi:
3436

35-
- [Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py)
37+
- [Dikkat (attention) mekanizmalı diziden-diziye (sequence-to-sequence) RNN kullanan Nöral Makine Çevirisi (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py)
3638

37-
## Contributing
39+
## Katkıda Bulunma
3840

39-
If you'd like to contribute your own example or fix a bug please make sure to take a look at [CONTRIBUTING.md](CONTRIBUTING.md).
41+
"Eğer kendi örneğinizle katkıda bulunmak veya bir hatayı düzeltmek isterseniz, lütfen şuraya göz attığınızdan emin olun: [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)