2018-8-8
今日计划
- 完成http://course.fast.ai/第一个课程 读关于cv的文章论文
- 好的CV分析博客Image Kernels Explained Visually
资源
1.国内pip源
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
pip install web.py -i http://pypi.douban.com/simple
GPU获取
- crestle
- paperspace
小知识点
-
可视化微积分
- jupyter notebook 小技巧
- ?代码 查看文档
- ??代码 查看代码
- shift+tab查看快捷键说明
-
神经网络技巧
- dropout
- 梯度检查
- 参数更改方式
动量、RMSProp,Adam……
网友评论