本课主要2个实践内容:1、keras中数据集丰富,从数据集中提取更多特征(Data augmentation)2、迁移学习(Tranform learning)代码:https://github.com/jsxyhelu/DateSets1、keras中数据集丰富,从数据集中提取更多特征(Data ... ...
分类:
其他好文 时间:
2018-04-16 20:41:00
阅读次数:
323
来源:Think Complexity 译者:飞龙 版本:2.5 自豪地采用谷歌翻译 在线阅读 PDF格式 EPUB格式 MOBI格式 代码仓库 赞助我 协议 CC BY-NC-SA 4.0 KivyCN 学习资源 Kivy 中文文档 Think Python 中文第二版 UCB CS61a 教材: ...
分类:
其他好文 时间:
2018-04-15 13:43:03
阅读次数:
198
1.首先解释一下: stanford parser和jdk版本对应关系 Unsupported major.minor version 52.0: 看到Unsupported你是不是会想到jdk高版本能兼容低版本,但是低版本不能兼容高版本,不错,猜对了,其实就是这个意思。这个错误意思是你项目用JDK ...
分类:
其他好文 时间:
2018-04-10 15:16:45
阅读次数:
160
本文整理自知乎专栏 "深度炼丹" ,转载请征求原作者同意。 CS20SI是Stanford大学开设的基于Tensorflow的深度学习研究课程。 TensorFlow中的Linear Regression 我们用tensorflow实现一个线性回归的例子。 问题 :希望找到城市中纵火案和盗窃案之间的 ...
分类:
其他好文 时间:
2018-03-26 22:28:00
阅读次数:
262
---title: 博弈论 斯坦福game theory stanford week 4-1tags: notenotebook: 6- 英文课程-15-game theory--- # 博弈论 斯坦福game theory stanford week 4-1 ## 最后通牒式议价 他的形式是这样的... ...
分类:
其他好文 时间:
2018-03-14 14:53:38
阅读次数:
184
---title: 博弈论 斯坦福game theory stanford week 4-0tags: notenotebook: 6- 英文课程-15-game theory--- # 博弈论 斯坦福game theory stanford week 4-0 ## perfect informat... ...
分类:
其他好文 时间:
2018-03-13 22:49:47
阅读次数:
237
优化器optimizers
优化器是编译Keras模型必要的两个参数之一
from keras import optimizers
model = Sequential()
model.add(Dense(64, kernel_initializer='uniform', input_shape... ...
分类:
其他好文 时间:
2018-03-10 22:05:27
阅读次数:
1699
---title: 博弈论 斯坦福game theory stanford week 3-1tags: notenotebook: 6- 英文课程-15-game theory--- # 博弈论 斯坦福game theory stanford week 3-1 ## 最大最小策略 这是一种相对比较保... ...
分类:
其他好文 时间:
2018-03-06 19:10:19
阅读次数:
145
---title: 博弈论 斯坦福game theory stanford week 3-1tags: notenotebook: 6- 英文课程-15-game theory--- # 博弈论 斯坦福game theory stanford week 3-1 ## 习题 ### 第 1 个问题 !... ...
分类:
其他好文 时间:
2018-03-06 19:09:01
阅读次数:
136
---title: 博弈论 斯坦福game theory stanford week 2-0tags: notenotebook: 6- 英文课程-15-game theory--- # 博弈论 斯坦福game theory stanford week 2-0 ## 混合策略和纳什均衡 ### 一个... ...
分类:
其他好文 时间:
2018-03-04 18:06:51
阅读次数:
210