Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 1369df5

Browse files
committed
PDF yapısı oluşturuluyor
1 parent 547c323 commit 1369df5

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

README.md

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,35 @@
77
![GitHub repo size](https://img.shields.io/github/repo-size/yedhrab/YTensorflow.svg?label=Boyut&style=popout)
88
-->
99

10-
- Python dili üzerinde makine öğrenimi gibi işlemler için Google tarafından sunulan kütüphanedir.
11-
- Yabancı Kaynaklar: [📺](https://youtu.be/COlbP62-B-U) [📄](https://buildmedia.readthedocs.org/media/pdf/tensorflow-object-detection-api-tutorial/latest/tensorflow-object-detection-api-tutorial.pdf)
10+
<!-- > *Yunus Emre Ak* ile çalışılmıştır. -->
1211

13-
## İçerikler <!-- omit in toc -->
12+
Bu yazı **MIT** lisanslıdır. Lisanslar hakkında bilgi almak için [buraya](https://choosealicense.com/licenses/) bakmanda fayda var.
13+
14+
- Copyright © ~ *Yunus Emre AK*
15+
16+
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
17+
<script type="text/x-mathjax-config">
18+
MathJax.Hub.Config({ tex2jax: {inlineMath: [['$', '$']]}, messageStyle: "none" });
19+
</script>
20+
21+
<br>
22+
<br>
23+
<br>
24+
<br>
25+
<br>
26+
27+
---
28+
29+
![PDF Yapısı Hakkında Bilgilendirme](https://bit.ly/2QmZtIc)
30+
31+
---
1432

15-
> `HOME` tuşu ile yukarı yönlenebilrsiniz.
33+
<div class="page"/>
1634

17-
- [Hangi İşletim Sistemi Daha iyi](#hangi-i%CC%87%C5%9Fletim-sistemi-daha-iyi)
35+
## İçerikler <!-- omit in toc -->
36+
37+
- [Temel Bilgileri](#temel-bilgileri)
38+
- [Hangi İşletim Sistemi Daha iyi](#hangi-i%CC%87%C5%9Fletim-sistemi-daha-iyi)
1839
- [Tensorflow Kurulumu](#tensorflow-kurulumu)
1940
- [Anaconda Kurulumu](#anaconda-kurulumu)
2041
- [Tensorflow CPU veya GPU Kurulumu](#tensorflow-cpu-veya-gpu-kurulumu)
@@ -101,7 +122,14 @@
101122
- [Recover the images from the TFRecord file](#recover-the-images-from-the-tfrecord-file)
102123
- [Lisans ve Teferruatlar](#lisans-ve-teferruatlar)
103124

104-
## Hangi İşletim Sistemi Daha iyi
125+
<div class="page"/>
126+
127+
## Temel Bilgileri
128+
129+
- Python dili üzerinde makine öğrenimi gibi işlemler için Google tarafından sunulan kütüphanedir.
130+
- Yabancı Kaynaklar: [📺](https://youtu.be/COlbP62-B-U) [📄](https://buildmedia.readthedocs.org/media/pdf/tensorflow-object-detection-api-tutorial/latest/tensorflow-object-detection-api-tutorial.pdf)
131+
132+
### Hangi İşletim Sistemi Daha iyi
105133

106134
Linux daha iyidir 🐧
107135

@@ -142,6 +170,8 @@ python -c
142170
>>> print(sess.run(hello))
143171
```
144172

173+
<div class="page"/>
174+
145175
## Tensorflow Algılama Modellerinin Kurulumu
146176

147177
- Algılama modelleri tabloma erişmek için [buraya](detection_models\tensorflow_algılama_modelleri.pdf) tıklayabilirsin
@@ -191,6 +221,8 @@ move models %TENSORFLOW%
191221
cd %TENSORFLOW%\models\research\
192222
```
193223

224+
<div class="page"/>
225+
194226
#### Models Klasörü Yapısı
195227

196228
```txt
@@ -227,6 +259,8 @@ python setup.py build
227259
python setup.py install
228260
```
229261

262+
<div class="page"/>
263+
230264
### Gerekli Ortam Değişkenlerinin Tanımlanması
231265

232266
Eğer daha önceden tanımlı `PYTHONPATH` ortam değişkeniniz **yoksa ilk olan**, **varsa ikinci olan** komutu kullanın.

0 commit comments

Comments
 (0)