2017.9~2018.9 学年回顾

Linux:兄弟连Linux教程

https://www.bilibili.com/video/av7797044/?p=1

Python:MIT 6.0001

Introduction to Computer Science and Programming in Python
https://www.bilibili.com/video/av10497433/?p=1
中文对应教材:Python编程导论 第2版
(专访|MIT名誉校长:机器学习会成为Word一样的工具
https://www.thepaper.cn/newsDetail_forward_2454566)

机器学习:李宏毅机器学习

https://www.bilibili.com/video/av10590361/?p=1

深度学习:李宏毅深度学习

https://www.bilibili.com/video/av9770302/?p=1

概率:徐亦达概率机器学习

https://www.bilibili.com/video/av12802062/?p=1

深度学习框架:

Tensorflow:Google,功能强大,资源多

中文社区:https://www.tensorflowers.cn/
中文 Documents:https://tensorflow.google.cn/
高层API:Keras等

Pytorch:Facebook,图像资源较多,上手较快

中文 Tutorial:http://pytorch.apachecn.org/cn/tutorials/#
中文 Documents:http://pytorch.apachecn.org/cn/docs/0.3.0/
英文 Tutorial:https://pytorch.org/tutorials/index.html
英文 Documents:https://pytorch.org/docs/stable/index.html

Mxnet:Amazon,高层API—Gluon风格与Pytorch相似,入门文档详细(含中文),上手较快

中文 Tutorial:https://zh.gluon.ai/index.html
中文 Turorial对应视频https://space.bilibili.com/209599371/#/
英文 Documents:https://mxnet.incubator.apache.org/api/python/index.html
高层API:Gluon

Anaconda:

创建虚拟环境并激活
添加国内镜像
按顺序安装 cuda,cudnn,pytorch,torchvision,notebook
ssh远程连接(远程连接工具TeamViewer,SecureCRT,SecureFX)
远程访问 jupyter notebook


Tips


TensorboardX:

数据可视化

善用Github:

从入门:通过找代码,看对应文献
到放弃:通过看文献,复现其方法

扫描二维码关注公众号,回复: 4431911 查看本文章

卷积可视化Gif:

https://github.com/vdumoulin/conv_arithmetic

深度学习简易图谱:

https://github.com/kailashahirwar/cheatsheets-ai

PPT:

许岑幻灯片制作理念
https://www.bilibili.com/video/av23085886/?p=1
微软Office官方在线模板
http://www.officeplus.cn/Template/Home.shtml

查文献:

最新文献 arXiv 中国镜像:http://cn.arxiv.org/
通过作者:1、大方向;2、小创新
大方向:Yann LeCun, Yoshua Bengio & Geoffrey Hinton. Deep Learning. Nature
https://www.researchgate.net/publication/277411157_Deep_Learning
小创新:在读博士—知乎,Github,个人主页,相关实验室主页


猜你喜欢

转载自blog.csdn.net/kaixinjiuxing666/article/details/82493114