Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 19081c8

Browse files
up
1 parent 37de6e0 commit 19081c8

33 files changed

Lines changed: 765 additions & 117 deletions

‎README.md‎

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
<p align="center">
2-
<a href="https://morvanzhou.github.io/tutorials/" target="_blank">
3-
<img width="60%" src="https://github.com/MorvanZhou/tutorials/blob/master/%E7%89%87%E5%A4%B4.png" style="max-width:100%;">
2+
<a href="https://mofanpy.com/tutorials/" target="_blank">
3+
<img width="60%" src="%E7%89%87%E5%A4%B4.png" style="max-width:100%;">
44
</a>
55
</p>
66

77

88
<br>
99

10-
我是 周沫凡, [莫烦Python](https://morvanzhou.github.io/) 只是谐音, 我喜欢制作,
11-
分享所学的东西, 所以你能在这里找到很多有用的东西, 少走弯路. 你能在[这里](https://morvanzhou.github.io/about/)找到关于我的所有东西.
10+
我是 周沫凡, [莫烦Python](https://mofanpy.com/) 只是谐音, 我喜欢制作,
11+
分享所学的东西, 所以你能在这里找到很多有用的东西, 少走弯路. 你能在[这里](https://mofanpy.com/about/)找到关于我的所有东西.
1212

1313
## 这个 Python tutorial 的一些内容:
1414

15-
* [Python 基础](https://morvanzhou.github.io/tutorials/python-basic/)
16-
* [基础](https://morvanzhou.github.io/tutorials/python-basic/basic/)
17-
* [多线程 threading](https://morvanzhou.github.io/tutorials/python-basic/threading/)
18-
* [多进程 multiprocessing](https://morvanzhou.github.io/tutorials/python-basic/multiprocessing/)
19-
* [简单窗口 tkinter](https://morvanzhou.github.io/tutorials/python-basic/tkinter/)
20-
* [机器学习](https://morvanzhou.github.io/tutorials/machine-learning/)
21-
* [有趣的机器学习](https://morvanzhou.github.io/tutorials/machine-learning/ML-intro/)
22-
* [强化学习 (Reinforcement Learning)](https://morvanzhou.github.io/tutorials/machine-learning/reinforcement-learning/)
23-
* [进化算法 (Evolutionary Algorithm) 如遗传算法等](https://morvanzhou.github.io/tutorials/machine-learning/evolutionary-algorithm/)
24-
* [Tensorflow (神经网络)](https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/)
25-
* [PyTorch (神经网络)](https://morvanzhou.github.io/tutorials/machine-learning/torch/)
26-
* [Theano (神经网络)](https://morvanzhou.github.io/tutorials/machine-learning/theano/)
27-
* [Keras (快速神经网络)](https://morvanzhou.github.io/tutorials/machine-learning/keras/)
28-
* [Scikit-Learn (机器学习)](https://morvanzhou.github.io/tutorials/machine-learning/sklearn/)
29-
* [机器学习实战](https://morvanzhou.github.io/tutorials/machine-learning/ML-practice/)
30-
* [数据处理](https://morvanzhou.github.io/tutorials/data-manipulation/)
31-
* [Numpy & Pandas (处理数据)](https://morvanzhou.github.io/tutorials/data-manipulation/np-pd/)
32-
* [Matplotlib (绘图)](https://morvanzhou.github.io/tutorials/data-manipulation/plt/)
33-
* [爬虫](https://morvanzhou.github.io/tutorials/data-manipulation/scraping/)
34-
* [其他](https://morvanzhou.github.io/tutorials/others/)
35-
* [Git (版本管理)](https://morvanzhou.github.io/tutorials/others/git/)
36-
* [Linux 简易教学](https://morvanzhou.github.io/tutorials/others/linux-basic/)
15+
* [Python 基础](https://mofanpy.com/tutorials/python-basic/)
16+
* [基础](https://mofanpy.com/tutorials/python-basic/basic/)
17+
* [多线程 threading](https://mofanpy.com/tutorials/python-basic/threading/)
18+
* [多进程 multiprocessing](https://mofanpy.com/tutorials/python-basic/multiprocessing/)
19+
* [简单窗口 tkinter](https://mofanpy.com/tutorials/python-basic/tkinter/)
20+
* [机器学习](https://mofanpy.com/tutorials/machine-learning/)
21+
* [有趣的机器学习](https://mofanpy.com/tutorials/machine-learning/ML-intro/)
22+
* [强化学习 (Reinforcement Learning)](https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/)
23+
* [进化算法 (Evolutionary Algorithm) 如遗传算法等](https://mofanpy.com/tutorials/machine-learning/evolutionary-algorithm/)
24+
* [Tensorflow (神经网络)](https://mofanpy.com/tutorials/machine-learning/tensorflow/)
25+
* [PyTorch (神经网络)](https://mofanpy.com/tutorials/machine-learning/torch/)
26+
* [Theano (神经网络)](https://mofanpy.com/tutorials/machine-learning/theano/)
27+
* [Keras (快速神经网络)](https://mofanpy.com/tutorials/machine-learning/keras/)
28+
* [Scikit-Learn (机器学习)](https://mofanpy.com/tutorials/machine-learning/sklearn/)
29+
* [机器学习实战](https://mofanpy.com/tutorials/machine-learning/ML-practice/)
30+
* [数据处理](https://mofanpy.com/tutorials/data-manipulation/)
31+
* [Numpy & Pandas (处理数据)](https://mofanpy.com/tutorials/data-manipulation/np-pd/)
32+
* [Matplotlib (绘图)](https://mofanpy.com/tutorials/data-manipulation/plt/)
33+
* [爬虫](https://mofanpy.com/tutorials/data-manipulation/scraping/)
34+
* [其他](https://mofanpy.com/tutorials/others/)
35+
* [Git (版本管理)](https://mofanpy.com/tutorials/others/git/)
36+
* [Linux 简易教学](https://mofanpy.com/tutorials/others/linux-basic/)
3737

3838
## 赞助和支持
3939

4040
这些 tutorial 都是我用业余时间写出来, 录成视频, 如果你觉得它对你很有帮助, 请你也分享给需要学习的朋友们.
41-
如果你看好我的经验分享, 也请考虑适当的 [赞助打赏](https://morvanzhou.github.io/support/), 让我能继续分享更好的内容给大家.
41+
如果你看好我的经验分享, 也请考虑适当的 [赞助打赏](https://mofanpy.com/support/), 让我能继续分享更好的内容给大家.

‎Reinforcement_learning_TUT/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<div>
3333
<a href="https://www.patreon.com/morvan">
34-
<img src="https://morvanzhou.github.io/static/img/support/patreon.jpg"
34+
<img src="https://mofanpy.com/static/img/support/patreon.jpg"
3535
alt="Patreon"
3636
height=120></a>
3737
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /