Skip to content

Commit 89161f5

Browse files
committed
error check
1 parent 61d9a20 commit 89161f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ This repository is aimed to provide simple and ready-to-use tutorials for Tensor
2525
Motivation
2626
============
2727

28-
The are different motivations for this reporsity. Some are TensorFlow-related which is one of the bests up to the moment that
28+
There are different motivations for this reposity. Some are TensorFlow-related which is one of the bests up to the moment that
2929
this document is being written! The question is why this reposity has been created among all other available tutorials on the web?
3030

3131
~~~~~~~~~~~~~~~~~~~~~
3232
Why using TensorFlow?
3333
~~~~~~~~~~~~~~~~~~~~~
3434

3535
A deep learning is of great interest these days, the crucial necessity for rapid and optimized implementation of the algorithms
36-
and designing architectures is the software environment. TensorFlow is designed to facilate this goal. The strong advantage of
36+
and designing architectures is the software environment. TensorFlow is designed to facilitate this goal. The strong advantage of
3737
TensorFlow is it flexibility is designing highly modular model which also can be a disadvantage too for beginers since lots of
3838
the pieces must be considered together for creating the model. This issue been facilitated as well by developing high level APIs
3939
such as `Keras <https://keras.io/>`_ and `Slim <https://github.com/tensorflow/models/blob/master/inception/inception/slim/README.md//>`_
@@ -45,14 +45,14 @@ be overcome easily since they might be the issues of lots of other people consid
4545
What's the point of this repository?
4646
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4747

48-
**Developing open source project for the sake of just developing somethings has not been the behing reason for this effort**.
48+
**Developing open source project for the sake of just developing somethings has not been the behind reason for this effort**.
4949
Considering the large number of tutorials that are being added to this large community, this repository has been created to break the
5050
jump-in and jump-out process usually happens to most of the open source projects, **but why and how**?
5151

5252
First of all what's the point of putting effort on something that most of the people won't stop by and take a look? What's the point of creating something that does not
5353
help anyone in the developers and researchers community? Why spending time for something that can easily be forgotten? But **how we try to do it?** Even up to this
5454
very moment there are countless tutorials on TensorFlow whether on the model design or TensorFlow
55-
workflow. Most of the are too complex or have a lack of documention. There are only few avalable tutorials which are concise and well-structured
55+
workflow. Most of them are too complicated or suffer from a lack of documention. There are only few avalable tutorials which are concise and well-structured
5656
and provide enough insight for their specific implemented models. The goal of this project is to help the community with structured tutorials
5757
and simple and optimized code implementation to provide better insight about how to use TensorFlow *fast and efficient*. It is worth
5858
noting that, **the main goal of this project is providing well-documented tutorials and less-complicated codes**!
@@ -62,7 +62,7 @@ noting that, **the main goal of this project is providing well-documented tutori
6262
====================
6363
TensorFlow Tutorials
6464
====================
65-
The tutorials in this repository are partitioned into relevent categories.
65+
The tutorials in this repository are partitioned into relevant categories.
6666

6767
+---+--------------------+---------------------------------------------------+----------------------------------------------+
6868
| # | topic | Source Code | |
@@ -188,7 +188,7 @@ In order to install TensorFlow please refer to the following link:
188188
:target: https://www.youtube.com/watch?v=_3JFEPk4qQY&t=2s
189189

190190

191-
The virtual environment installation is recommended in order to prevent package conflict and having the capacity to customize the working environmen. The TensorFlow version employed for these tutorials is `1.1`. However the files from previous versions can be transformed to newer versions (ex: version `1.1`) using the instructions available in the following link:
191+
The virtual environment installation is recommended in order to prevent package conflict and having the capacity to customize the working environment. The TensorFlow version employed for these tutorials is `1.1`. However, the files from previous versions can be transformed to newer versions (ex: version `1.1`) using the instructions available in the following link:
192192

193193
* `Transitioning to TensorFlow 1.0 <https://www.tensorflow.org/install/migration/>`_
194194

0 commit comments

Comments
 (0)