Skip to content

Commit 978457c

Browse files
committed
patreon
1 parent 3c23b79 commit 978457c

File tree

6 files changed

+66
-1
lines changed

6 files changed

+66
-1
lines changed

Reinforcement_learning_TUT/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@
2828
alt="Paypal"
2929
height="auto" ></a>
3030
</div>
31+
32+
<div>
33+
<a href="https://www.patreon.com/morvan">
34+
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
35+
alt="Patreon"
36+
height=120></a>
37+
</div>

kerasTUT/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com
2828
alt="Paypal"
2929
height="auto" ></a>
3030
</div>
31+
32+
<div>
33+
<a href="https://www.patreon.com/morvan">
34+
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
35+
alt="Patreon"
36+
height=120></a>
37+
</div>

matplotlibTUT/README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,23 @@ All methods mentioned below have their video and text tutorial in Chinese. Visit
4444

4545
![Subplot](https://morvanzhou.github.io/static/results/plt/4_1_2.png)
4646

47-
![plot in plot](https://morvanzhou.github.io/static/results/plt/4_3_1.png)
47+
![plot in plot](https://morvanzhou.github.io/static/results/plt/4_3_1.png)
48+
49+
# Donation
50+
51+
*If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!*
52+
53+
<div >
54+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=morvanzhou%40gmail%2ecom&amp;lc=C2&amp;item_name=MorvanPython&amp;currency_code=AUD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">
55+
<img style="border-radius: 20px; box-shadow: 0px 0px 10px 1px #888888;"
56+
src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-pill-paypal-44px.png"
57+
alt="Paypal"
58+
height="auto" ></a>
59+
</div>
60+
61+
<div>
62+
<a href="https://www.patreon.com/morvan">
63+
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
64+
alt="Patreon"
65+
height=120></a>
66+
</div>

pyTorch tutorial/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@
2828
alt="Paypal"
2929
height="auto" ></a>
3030
</div>
31+
32+
<div>
33+
<a href="https://www.patreon.com/morvan">
34+
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
35+
alt="Patreon"
36+
height=120></a>
37+
</div>

tensorflowTUT/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com
6060
alt="Paypal"
6161
height="auto" ></a>
6262
</div>
63+
64+
<div>
65+
<a href="https://www.patreon.com/morvan">
66+
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
67+
alt="Patreon"
68+
height=120></a>
69+
</div>

theanoTUT/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,21 @@ All methods mentioned below have their video and text tutorial in Chinese. Visit
1818
* [Regularization](https://github.com/MorvanZhou/tutorials/tree/master/theanoTUT/theano12_regularization)
1919
* [Save model](https://github.com/MorvanZhou/tutorials/blob/master/theanoTUT/theano13_save/full_code.py)
2020

21+
# Donation
22+
23+
*If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!*
24+
25+
<div >
26+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=morvanzhou%40gmail%2ecom&amp;lc=C2&amp;item_name=MorvanPython&amp;currency_code=AUD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">
27+
<img style="border-radius: 20px; box-shadow: 0px 0px 10px 1px #888888;"
28+
src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-pill-paypal-44px.png"
29+
alt="Paypal"
30+
height="auto" ></a>
31+
</div>
32+
33+
<div>
34+
<a href="https://www.patreon.com/morvan">
35+
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
36+
alt="Patreon"
37+
height=120></a>
38+
</div>

0 commit comments

Comments
 (0)