Skip to content

Commit 6c50656

Browse files
committed
update
1 parent 19081c8 commit 6c50656

File tree

6 files changed

+65
-65
lines changed

6 files changed

+65
-65
lines changed

Reinforcement_learning_TUT/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.youtube.com/watch?v=pieI7rOXELI&list=PLXO45tsB95cIplu-fLMpUEEZTwrDNh6Ba" target="_blank">
3-
<img width="60%" src="https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow/blob/master/RL_cover.jpg?raw=true" style="max-width:100%;">
3+
<img width="60%" src="https://gitee.com/MorvanZhou/Reinforcement-learning-with-tensorflow/blob/master/RL_cover.jpg?raw=true" style="max-width:100%;">
44
</a>
55
</p>
66

@@ -10,11 +10,11 @@
1010

1111
# Note! This Reinforcement Learning Tutorial has been moved to anther independent repo:
1212

13-
[https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow](https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow)
13+
[https://gitee.com/MorvanZhou/Reinforcement-learning-with-tensorflow](https://gitee.com/MorvanZhou/Reinforcement-learning-with-tensorflow)
1414

1515
# 请注意! 这个 强化学习 的教程代码已经被移至另一个网页:
1616

17-
[https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow](https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow)
17+
[https://gitee.com/MorvanZhou/Reinforcement-learning-with-tensorflow](https://gitee.com/MorvanZhou/Reinforcement-learning-with-tensorflow)
1818

1919

2020
# Donation

kerasTUT/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ All methods mentioned below have their video and text tutorial in Chinese. Visit
66
If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg) as well.
77

88

9-
* [Install](kerasTUT/2-installation.py)
10-
* [Backend (Tensorflow/Theano)](kerasTUT/3-backend.py)
9+
* [Install](2-installation.py)
10+
* [Backend (Tensorflow/Theano)](3-backend.py)
1111
* Networks
12-
* [Simple Regressor](kerasTUT/4-regressor_example.py)
13-
* [Simple Classifier](kerasTUT/5-classifier_example.py)
14-
* [CNN](kerasTUT/6-CNN_example.py)
15-
* [RNN classifier](kerasTUT/7-RNN_Classifier_example.py)
16-
* [RNN LSTM regressor](kerasTUT/8-RNN_LSTM_Regressor_example.py)
17-
* [Autoencoder](kerasTUT/9-Autoencoder_example.py)
12+
* [Simple Regressor](4-regressor_example.py)
13+
* [Simple Classifier](5-classifier_example.py)
14+
* [CNN](6-CNN_example.py)
15+
* [RNN classifier](7-RNN_Classifier_example.py)
16+
* [RNN LSTM regressor](8-RNN_LSTM_Regressor_example.py)
17+
* [Autoencoder](9-Autoencoder_example.py)
1818

1919

2020
# Donation

matplotlibTUT/README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
All methods mentioned below have their video and text tutorial in Chinese. Visit [莫烦 Python](https://mofanpy.com/tutorials/) for more.
44

55

6-
* [Install](matplotlibTUT/plt2_install.py)
7-
* [Basic usage](matplotlibTUT/plt3_simple_plot.py)
8-
* [Figure](matplotlibTUT/plt4_figure.py)
9-
* [Axis setting1](matplotlibTUT/plt5_ax_setting1.py)
10-
* [Axis setting2](matplotlibTUT/plt6_ax_setting2.py)
11-
* [Legend](matplotlibTUT/plt7_legend.py)
12-
* [Annotation](matplotlibTUT/plt8_annotation.py)
13-
* [Deal with Tick](matplotlibTUT/plt9_tick_visibility.py)
6+
* [Install](plt2_install.py)
7+
* [Basic usage](plt3_simple_plot.py)
8+
* [Figure](plt4_figure.py)
9+
* [Axis setting1](plt5_ax_setting1.py)
10+
* [Axis setting2](plt6_ax_setting2.py)
11+
* [Legend](plt7_legend.py)
12+
* [Annotation](plt8_annotation.py)
13+
* [Deal with Tick](plt9_tick_visibility.py)
1414
* Drawing
15-
* [Scatter](matplotlibTUT/plt10_scatter.py)
16-
* [Bar](matplotlibTUT/plt11_bar.py)
17-
* [Contours](matplotlibTUT/plt12_contours.py)
18-
* [Image](matplotlibTUT/plt13_image.py)
19-
* [3D plot](matplotlibTUT/plt14_3d.py)
15+
* [Scatter](plt10_scatter.py)
16+
* [Bar](plt11_bar.py)
17+
* [Contours](plt12_contours.py)
18+
* [Image](plt13_image.py)
19+
* [3D plot](plt14_3d.py)
2020
* Subplots
21-
* [Subplot1](matplotlibTUT/plt15_subplot.py)
22-
* [Grid Subplot](matplotlibTUT/plt16_grid_subplot.py)
23-
* [Plot in Plot](matplotlibTUT/plt17_plot_in_plot.py)
24-
* [Second y-axis](matplotlibTUT/plt18_secondary_yaxis.py)
21+
* [Subplot1](plt15_subplot.py)
22+
* [Grid Subplot](plt16_grid_subplot.py)
23+
* [Plot in Plot](plt17_plot_in_plot.py)
24+
* [Second y-axis](plt18_secondary_yaxis.py)
2525
* Animation
26-
* [Function Animation](matplotlibTUT/plt19_animation.py)
26+
* [Function Animation](plt19_animation.py)
2727

2828

2929
# Some plots from these tutorials:

pyTorch tutorial/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="http://pytorch.org/" target="_blank">
3-
<img width="40%" src="https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/logo.png" style="max-width:100%;">
3+
<img width="40%" src="https://gitee.com/MorvanZhou/PyTorch-Tutorial/blob/master/logo.png" style="max-width:100%;">
44
</a>
55
</p>
66

@@ -10,11 +10,11 @@
1010

1111
# This pyTorch Tutorial has been moved to anther independent repo:
1212

13-
[https://github.com/MorvanZhou/PyTorch-Tutorial](https://github.com/MorvanZhou/PyTorch-Tutorial)
13+
[https://gitee.com/MorvanZhou/PyTorch-Tutorial](https://gitee.com/MorvanZhou/PyTorch-Tutorial)
1414

1515
# 请注意, 这个 PyTorch 的教程代码已经被移至另一个网页:
1616

17-
[https://github.com/MorvanZhou/PyTorch-Tutorial](https://github.com/MorvanZhou/PyTorch-Tutorial)
17+
[https://gitee.com/MorvanZhou/PyTorch-Tutorial](https://gitee.com/MorvanZhou/PyTorch-Tutorial)
1818

1919

2020
# Donation

tensorflowTUT/README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.tensorflow.org/" target="_blank">
3-
<img width="40%" src="tensorflowTUT/logo.jpeg" style="max-width:100%;">
3+
<img width="40%" src="logo.jpeg" style="max-width:100%;">
44
</a>
55
</p>
66

@@ -21,31 +21,31 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com
2121

2222

2323
* Tensorflow Basic
24-
* [Basic example](tensorflowTUT/tf5_example2/full_code.py)
25-
* [Session](tensorflowTUT/tensorflow6_session.py)
26-
* [Variable](tensorflowTUT/tensorflow7_variable.py)
27-
* [Placeholder](tensorflowTUT/tensorflow8_feeds.py)
24+
* [Basic example](tf5_example2/full_code.py)
25+
* [Session](tensorflow6_session.py)
26+
* [Variable](tensorflow7_variable.py)
27+
* [Placeholder](tensorflow8_feeds.py)
2828
* Build your first NN
29-
* [Adding layer](tensorflowTUT/tensorflow10_def_add_layer.py)
30-
* [Build NN](tensorflowTUT/tf11_build_network/full_code.py)
31-
* [Visualize update](tensorflowTUT/tf12_plot_result/full_code.py)
29+
* [Adding layer](tensorflow10_def_add_layer.py)
30+
* [Build NN](tf11_build_network/full_code.py)
31+
* [Visualize update](tf12_plot_result/full_code.py)
3232
* Tensorboard
33-
* [Visualization 1](tensorflowTUT/tf14_tensorboard/full_code.py)
34-
* [Visualization 2](tensorflowTUT/tf15_tensorboard/full_code.py)
35-
* [Classification](tensorflowTUT/tf16_classification/full_code.py)
36-
* [Overfitting and dropout](tensorflowTUT/tf17_dropout/full_code.py)
37-
* [Save Network](tensorflowTUT/tf19_saver.py)
33+
* [Visualization 1](tf14_tensorboard/full_code.py)
34+
* [Visualization 2](tf15_tensorboard/full_code.py)
35+
* [Classification](tf16_classification/full_code.py)
36+
* [Overfitting and dropout](tf17_dropout/full_code.py)
37+
* [Save Network](tf19_saver.py)
3838
* CNN
39-
* [CNN layers](tensorflowTUT/tf18_CNN2/full_code.py)
40-
* [CNN training](tensorflowTUT/tf18_CNN3/full_code.py)
39+
* [CNN layers](tf18_CNN2/full_code.py)
40+
* [CNN training](tf18_CNN3/full_code.py)
4141
* RNN
42-
* [Classification](tensorflowTUT/tf20_RNN2/full_code.py)
43-
* [Regression](tensorflowTUT/tf20_RNN2.2/full_code.py)
44-
* [Autoencoder](tensorflowTUT/tf21_autoencoder/full_code.py)
42+
* [Classification](tf20_RNN2/full_code.py)
43+
* [Regression](tf20_RNN2.2/full_code.py)
44+
* [Autoencoder](tf21_autoencoder/full_code.py)
4545
* Scope
46-
* [Scope in TF](tensorflowTUT/tf22_scope/tf22_scope.py)
47-
* [Training Testing for RNN](tensorflowTUT/tf22_scope/tf22_RNN_scope.py)
48-
* [Batch Normalization](tensorflowTUT/tf23_BN/tf23_BN.py)
46+
* [Scope in TF](tf22_scope/tf22_scope.py)
47+
* [Training Testing for RNN](tf22_scope/tf22_RNN_scope.py)
48+
* [Batch Normalization](tf23_BN/tf23_BN.py)
4949

5050

5151

theanoTUT/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
All methods mentioned below have their video and text tutorial in Chinese. Visit [莫烦 Python](https://mofanpy.com/tutorials/) for more.
44

55

6-
* [Install](theanoTUT/theano2_install.py)
7-
* [Example of Machine Learning](theanoTUT/theano3_what_does_ML_do.py)
6+
* [Install](theano2_install.py)
7+
* [Example of Machine Learning](theano3_what_does_ML_do.py)
88
* Basic
9-
* [Basic Usage](theanoTUT/theano4_basic_usage.py)
10-
* [Function](theanoTUT/theano5_function.py)
11-
* [Shared Variable](theanoTUT/theano6_shared_variable.py)
12-
* [Activation Function](theanoTUT/theano7_activation_function.py)
9+
* [Basic Usage](theano4_basic_usage.py)
10+
* [Function](theano5_function.py)
11+
* [Shared Variable](theano6_shared_variable.py)
12+
* [Activation Function](theano7_activation_function.py)
1313
* Build a Network
14-
* [Layer](theanoTUT/theano8_Layer_class.py)
15-
* [Regression](theanoTUT/theano9_regression_nn/full_code.py)
16-
* [Visualize Regression](theanoTUT/theano10_regression_visualization/full_code.py)
17-
* [Classification](theanoTUT/theano11_classification_nn/full_code.py)
18-
* [Regularization](https://github.com/MorvanZhou/tutorials/tree/master/theanoTUT/theano12_regularization)
19-
* [Save model](theanoTUT/theano13_save/full_code.py)
14+
* [Layer](theano8_Layer_class.py)
15+
* [Regression](theano9_regression_nn/full_code.py)
16+
* [Visualize Regression](theano10_regression_visualization/full_code.py)
17+
* [Classification](theano11_classification_nn/full_code.py)
18+
* [Regularization](https://github.com/MorvanZhou/tutorials/tree/master/theano12_regularization)
19+
* [Save model](theano13_save/full_code.py)
2020

2121
# Donation
2222

0 commit comments

Comments
 (0)