Python
文章平均质量分 52
wang2008start
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
安装tensorflowGPU版本时遇到的问题 SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify f 证书过期 pip版本查看 安装urllib3原创 2017-08-03 10:06:56 · 5082 阅读 · 0 评论 -
Andrew-Coursera-DL课程-笔记part1-1(Neural Networks Basics)
Andrew-coursera deeplearning Neural Networks and Deep Learning Introduction to deep learning What is a neural network Supervised Learning with Neural Networks Why is Deep Learning taking off?原创 2017-10-05 18:06:38 · 291 阅读 · 0 评论 -
Andrew-Coursera-DL课程-笔记part1-2(Shallow neural networks)
Andrew-Coursera deeplearning Neural Network Representation Vectorizing acorss multiple examples Explanation for Vectorized Implementation Activation functions原创 2017-10-06 13:26:17 · 263 阅读 · 0 评论 -
Andrew-Coursera-DL课程-笔记part1-3(Deep neural networks)
Deep L-layer neural network Forward Propagation in a Deep Network Why deep representations Building blocks of deep neural networks Forward and Backward Propagation原创 2017-10-06 15:27:22 · 319 阅读 · 0 评论 -
Andrew-Coursera-DL课程-笔记part2-1(Practical aspects of Deep Learning)
Bias/Variance Regularizing your neural network原创 2017-10-05 18:08:39 · 385 阅读 · 0 评论 -
Andrew-Coursera-DL课程-笔记part2-2(Optimization algorithms)
Mini-batch gradient descent Exponentially weight averages 加权的移动平均原创 2017-10-06 12:46:22 · 567 阅读 · 0 评论 -
Andrew-Coursera-DL课程-笔记part2-3(Hyperparameter tuning,Batch Normalization)
Hyperparameter tuning Batch Normalization原创 2017-10-06 12:50:08 · 1046 阅读 · 0 评论 -
spark入门笔记scala版
基本使用 打开python版本的spark shell方式:bin/pyspark 打开scala版本的spark shell方式:bin/spark-shell conf/log4j.properties log4j.rootCategory=INFO,console 改为WARN,console,降低日志级别,减少无用日志输出 lines=sc.textFile("a.txt"...原创 2017-08-14 15:37:19 · 462 阅读 · 0 评论
分享