@@ -77,9 +77,9 @@ TensorFlow Installation and Setup the Environment
7777 :scale: 50 %
7878 :alt: alternate text
7979 :align: right
80- :target: https://github.com/astorfi/TensorFlow-World/tree/master/ docs/tutorials/installation
80+ :target: docs/tutorials/installation
8181
82- .. _TensorFlow Installation : https://github.com/astorfi/TensorFlow-World/tree/master/ docs/tutorials/installation
82+ .. _TensorFlow Installation : docs/tutorials/installation
8383
8484In order to install TensorFlow please refer to the following link:
8585
@@ -191,9 +191,9 @@ Neural Networks
191191
192192.. The tutorial in this section is just a simple entrance to TensorFlow world.
193193
194- .. _welcomesourcecode : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/0-welcome
195- .. _Documentationcnnwelcome : https://github.com/astorfi/TensorFlow-World/blob/master/ docs/tutorials/0-welcome
196- .. _ipythonwelcome : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/0-welcome/code/0-welcome.ipynb
194+ .. _welcomesourcecode : codes/0-welcome
195+ .. _Documentationcnnwelcome : docs/tutorials/0-welcome
196+ .. _ipythonwelcome : codes/0-welcome/code/0-welcome.ipynb
197197
198198
199199
@@ -208,13 +208,13 @@ Neural Networks
208208.. ~~~~~~~~~~
209209.. These tutorials are related to basics of TensorFlow.
210210
211- .. _basicmathsourcecode : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/1-basics/basic_math_operations
212- .. _Documentationbasicmath : https://github.com/astorfi/TensorFlow-World/blob/master/ docs/tutorials/1-basics/basic_math_operations
213- .. _ipythonbasicmath : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/1-basics/basic_math_operations/code/basic_math_operation.ipynb
211+ .. _basicmathsourcecode : codes/1-basics/basic_math_operations
212+ .. _Documentationbasicmath : docs/tutorials/1-basics/basic_math_operations
213+ .. _ipythonbasicmath : codes/1-basics/basic_math_operations/code/basic_math_operation.ipynb
214214
215- .. _ipythonvariabls : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/1-basics/variables/code/variables.ipynb
216- .. _variablssourcecode : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/1-basics/variables/README.rst
217- .. _Documentationvariabls : https://github.com/astorfi/TensorFlow-World/blob/master/ docs/tutorials/1-basics/variables
215+ .. _ipythonvariabls : codes/1-basics/variables/code/variables.ipynb
216+ .. _variablssourcecode : codes/1-basics/variables/README.rst
217+ .. _Documentationvariabls : docs/tutorials/1-basics/variables
218218
219219
220220.. +---+-----------------------------------------------------+-------------------------------------------------+
@@ -230,20 +230,20 @@ Neural Networks
230230.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231231.. We are going to present concepts of basic machine learning models and methods and show how to implement them in Tensorflow.
232232
233- .. _Linear Regression : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/2-basics_in_machine_learning/linear_regression
234- .. _LinearRegressionipython : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/2-basics_in_machine_learning/linear_regression/code/linear_regression.ipynb
235- .. _Documentationlr : https://github.com/astorfi/TensorFlow-World/blob/master/ docs/tutorials/2-basics_in_machine_learning/linear_regression
233+ .. _Linear Regression : codes/2-basics_in_machine_learning/linear_regression
234+ .. _LinearRegressionipython : codes/2-basics_in_machine_learning/linear_regression/code/linear_regression.ipynb
235+ .. _Documentationlr : docs/tutorials/2-basics_in_machine_learning/linear_regression
236236
237- .. _Logistic Regression : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/2-basics_in_machine_learning/logistic_regression
238- .. _LogisticRegressionipython : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/2-basics_in_machine_learning/logistic_regression/code/logistic_regression.ipynb
239- .. _LogisticRegDOC : https://github.com/astorfi/TensorFlow-World/tree/master/ docs/tutorials/2-basics_in_machine_learning/logistic_regression
237+ .. _Logistic Regression : codes/2-basics_in_machine_learning/logistic_regression
238+ .. _LogisticRegressionipython : codes/2-basics_in_machine_learning/logistic_regression/code/logistic_regression.ipynb
239+ .. _LogisticRegDOC : docs/tutorials/2-basics_in_machine_learning/logistic_regression
240240
241- .. _Linear SVM : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/2-basics_in_machine_learning/linear_svm
242- .. _LinearSVMipython : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/2-basics_in_machine_learning/linear_svm/code/linear_svm.ipynb
241+ .. _Linear SVM : codes/2-basics_in_machine_learning/linear_svm
242+ .. _LinearSVMipython : codes/2-basics_in_machine_learning/linear_svm/code/linear_svm.ipynb
243243
244244
245- .. _MultiClass Kernel SVM : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/2-basics_in_machine_learning/multiclass_svm
246- .. _MultiClassKernelSVMipython : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/2-basics_in_machine_learning/multiclass_svm/code/multiclass_svm.ipynb
245+ .. _MultiClass Kernel SVM : codes/2-basics_in_machine_learning/multiclass_svm
246+ .. _MultiClassKernelSVMipython : codes/2-basics_in_machine_learning/multiclass_svm/code/multiclass_svm.ipynb
247247
248248
249249.. +---+---------------------------------------------+----------------------------------------+
@@ -262,15 +262,15 @@ Neural Networks
262262.. ~~~~~~~~~~~~~~~~~~~
263263.. The tutorials in this section are related to neural network architectures.
264264
265- .. _Simple Convolutional Neural Networks : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/3-neural_networks/convolutional-neural-network
266- .. _Documentationcnn : https://github.com/astorfi/TensorFlow-World/blob/master/ docs/tutorials/3-neural_network/convolutiona_neural_network
265+ .. _Simple Convolutional Neural Networks : codes/3-neural_networks/convolutional-neural-network
266+ .. _Documentationcnn : docs/tutorials/3-neural_network/convolutiona_neural_network
267267
268- .. _Simple Multi Layer Perceptron : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/3-neural_networks/multi-layer-perceptron
269- .. _MultiLayerPerceptronipython : https://github.com/astorfi/TensorFlow-World/blob/master/ codes/3-neural_networks/multi-layer-perceptron/code/train_mlp.ipynb
268+ .. _Simple Multi Layer Perceptron : codes/3-neural_networks/multi-layer-perceptron
269+ .. _MultiLayerPerceptronipython : codes/3-neural_networks/multi-layer-perceptron/code/train_mlp.ipynb
270270
271271
272- .. _udercompleteautoencodercode : https://github.com/astorfi/TensorFlow-World/tree/master/ codes/3-neural_networks/undercomplete-autoencoder
273- .. _Documentationauto : https://github.com/astorfi/TensorFlow-World/tree/master/ docs/tutorials/3-neural_network/autoencoder
272+ .. _udercompleteautoencodercode : codes/3-neural_networks/undercomplete-autoencoder
273+ .. _Documentationauto : docs/tutorials/3-neural_network/autoencoder
274274
275275.. +---+---------------------------------------------+----------------------------------------+
276276.. | # | Source Code | |
0 commit comments