|  | 
| 1 |  | -这里是学习 Python 的乐园,涉及 Python基础、网络爬虫、机器学习、深度学习。 | 
|  | 1 | +这里是学习 Python 的乐园,涉及 Python 基础、数据结构、网络爬虫、机器学习、深度学习、面试经验,我会逐渐完善它,持续输出! | 
| 2 | 2 | 
 | 
| 3 |  | -原创文章每周最少两篇,文章公众号首发,大家可以[【公众号】](#公众号)去提意见(别忘给个**Star**呦)。 | 
|  | 3 | +原创文章每周最少两篇,**后续最新文章**会在[【公众号】](#公众号)首发,大家可以加我[【微信】](#微信)去提意见,欢迎**Star**! | 
|  | 4 | + | 
|  | 5 | +<p align="center"> | 
|  | 6 | + <a href="#微信" target="_blank"><img src="https://img.shields.io/badge/weChat-微信群-blue.svg" alt="微信群"></a> | 
|  | 7 | + <a href="#公众号" target="_blank"><img src="https://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-Jack%20Cui-lightgrey.svg" alt="公众号"></a> | 
|  | 8 | + <a href="https://blog.csdn.net/c406495762" target="_blank"><img src="https://img.shields.io/badge/csdn-CSDN-red.svg" alt="投稿"></a> | 
|  | 9 | + <a href="https://www.zhihu.com/people/Jack--Cui" target="_blank"><img src="https://img.shields.io/badge/zhihu-知乎-informational" alt="投稿"></a> | 
|  | 10 | + <a href="https://juejin.im/user/5ea2ca74e51d4546b50d5f9f" target="_blank"><img src="https://img.shields.io/badge/juejin-掘金-blue.svg" alt="投稿"></a> | 
|  | 11 | +</p> | 
| 4 | 12 | 
 | 
| 5 | 13 | # 目录(善用Ctrl+F) | 
| 6 | 14 | 
 | 
| 7 |  | -注:文章持续更新完善中,敬请期待! | 
|  | 15 | +注:文章正在逐渐完善,持续更新中,敬请期待! | 
| 8 | 16 | 
 | 
| 9 | 17 | * 网络爬虫 | 
| 10 | 18 |  * [Python3 网络爬虫(一):初识网络爬虫之夜探老王家](https://mp.weixin.qq.com/s/1rcq9RQYuAuHFg1w1j8HXg) | 
| 11 | 19 |  * [Python3 网络爬虫(二):下载小说的正确姿势](https://mp.weixin.qq.com/s/5e2_r0QXUISVp9GdDsqbzg) | 
| 12 | 20 |  * [Python3 网络爬虫(三):漫画下载,动态加载、反爬虫这都不叫事!](https://mp.weixin.qq.com/s/wyS-OP04K3Vs9arSelRlyA) | 
| 13 | 21 |  * [Python3 网络爬虫(四):视频下载,那些事儿!](https://mp.weixin.qq.com/s/_geNA6Dwo4kx25X7trJzlg) | 
| 14 |  | - * 更新中... | 
|  | 22 | + * 更新ing... | 
| 15 | 23 | * Pytorch深度学习实战 | 
| 16 | 24 |  * [Pytorch深度学习实战教程(一):语义分割基础与环境搭建](https://mp.weixin.qq.com/s/KI-9z7FBjfoWfZK3PEPXJA) | 
| 17 | 25 |  * [Pytorch深度学习实战教程(二):UNet语义分割网络](https://mp.weixin.qq.com/s/6tZVUbyEjLVewM8vGK9Zhw) | 
| 18 | 26 |  * [Pytorch深度学习实战教程(三):UNet模型训练](https://mp.weixin.qq.com/s/7FY77k3xtK-UyfoXpFXgBQ) | 
| 19 | 27 |  * [Pytorch深度学习实战教程(四):必知必会的炼丹法宝](https://mp.weixin.qq.com/s/RhvCeesbzAQmK0yv8D6LjQ) | 
| 20 |  | - * 更新中... | 
| 21 |  | -* 趣味实验室 | 
|  | 28 | + * 更新ing... | 
|  | 29 | +* AI 实验室 | 
| 22 | 30 |  * [百变人脸,趣味容颜,ALAE 人脸玩出新高度!](https://mp.weixin.qq.com/s/9C8OY7bchZNfqUCFSFuhjQ) | 
|  | 31 | + * 更新ing... | 
| 23 | 32 | * Tensorflow深度学习实战 | 
| 24 | 33 |  * [Tensorflow实战(一):打响深度学习的第一枪 – 手写数字识别(Tensorboard可视化)](https://cuijiahua.com/blog/2018/01/dl_4.html) | 
| 25 | 34 |  * [Tensorflow实战(二):Discuz验证码识别](https://cuijiahua.com/blog/2018/01/dl_5.html) | 
|  | 
| 45 | 54 |  * [深度学习实战教程(五):循环神经网络](https://cuijiahua.com/blog/2018/12/dl-11.html) | 
| 46 | 55 |  * [深度学习实战教程(六):长短时记忆网络(LSTM)](https://cuijiahua.com/blog/2019/01/dl-12.html) | 
| 47 | 56 |  * [深度学习实战教程(七):递归神经网络](https://cuijiahua.com/blog/2019/02/dl-13.html) | 
|  | 57 | +* 数据结构与算法基础 | 
|  | 58 | + * [程序员内功:八大排序算法](https://cuijiahua.com/blog/2018/01/alogrithm_9.html) | 
|  | 59 | + * [算法基础:BFS和DFS的直观解释](https://cuijiahua.com/blog/2018/01/alogrithm_10.html) | 
|  | 60 | + * [剑指Offer系列刷题笔记汇总](https://cuijiahua.com/blog/2018/02/basis_67.html) | 
| 48 | 61 | * 算法面经 | 
| 49 | 62 |  * [春招算法实习面试经验总结](https://cuijiahua.com/blog/2018/04/life_2.html) | 
| 50 | 63 |  * [春招视觉算法实习面经](https://cuijiahua.com/blog/2019/11/life-52.html) | 
| 51 | 64 |  * 更新中... | 
| 52 |  | - | 
| 53 | 65 | * 福利 | 
| 54 | 66 |  * [电子书](https://github.com/Jack-Cherish/PythonPark/blob/master/docs/resource/%E7%94%B5%E5%AD%90%E4%B9%A6.md) | 
| 55 | 67 | 
 | 
| 56 | 68 | 更多内容,敬请期待! | 
| 57 | 69 | 
 | 
| 58 |  | -# 公众号 | 
|  | 70 | +<a name="微信"></a> <a name="公众号"></a> | 
| 59 | 71 | 
 | 
| 60 | 72 |  | 
| 61 |  | - | 
|  | 
0 commit comments