DL4J中文文档/Keras模型导入/本地层
KerasLocallyConnected1D
[源码]
从Keras导入一维本地连接层。
KerasLocallyConnected1D
public KerasLocallyConnected1D(Integer kerasVersion) throws UnsupportedKerasConfigurationException
文章图片
image.gif 从KerasLayer传递构造函数
- 参数 kerasVersion Keras主版本
- 抛出 UnsupportedKerasConfigurationException 不支持的 Keras 配置
public LocallyConnected1D getLocallyConnected1DLayer()
文章图片
image.gif 【DL4J中文文档/Keras模型导入/本地层】获取一维本地连接层
public KerasLocallyConnected1D(Map layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException
文章图片
image.gif 来自解析的keras层配置字典的构造函数。
- 参数 layerConfig 包含keras层配置的字典
- 抛出 InvalidKerasConfigurationException 无效的 Keras 配置
- 抛出 UnsupportedKerasConfigurationException 不支持的无效的 Keras 配置
public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException
文章图片
image.gif 获取层输出类型
- 参数 inputType 输入类型数组
- 返回 按输入类型返回输出类型
- 抛出 InvalidKerasConfigurationException 无效的 Keras 配置
public void setWeights(Map weights) throws InvalidKerasConfigurationException
文章图片
image.gif 为一维本地连接层设置权重
- 参数 weights 从参数名映射到INDArray。
[源码]
从Keras导入二维本地连接层。
KerasLocallyConnected2D
public KerasLocallyConnected2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException
文章图片
image.gif 从KerasLayer传递构造函数
- 参数 kerasVersion Keras主版本
- 抛出 UnsupportedKerasConfigurationException 不支持的 Keras 配置
public LocallyConnected2D getLocallyConnected2DLayer()
文章图片
image.gif 获取二维本地连接层。
public KerasLocallyConnected2D(Map layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException
文章图片
image.gif 来自解析的keras层配置字典的构造函数。
- 参数 layerConfig 包含keras层配置的字典
- 抛出 InvalidKerasConfigurationException 无效的 Keras 配置
- 抛出 UnsupportedKerasConfigurationException 不支持的无效的 Keras 配置
public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException
文章图片
image.gif 获取层输出类型
- 参数 inputType 输入类型数组
- 返回 按输入类型返回输出类型
- 抛出 InvalidKerasConfigurationException 无效的 Keras 配置
public void setWeights(Map weights) throws InvalidKerasConfigurationException
文章图片
image.gif 为二维本地连接层设置权重
- 参数 weights 从参数名映射到INDArray。
推荐阅读
- ts泛型使用举例
- 《机器学习实战》高清中文版PDF英文版PDF+源代码下载
- P5 DS——构件与文档关联
- EdgeDB 架构简析
- LaTeX记录|LaTeX记录 —— LaTeX文档基本结构
- android|android today上下卡片,【精品文档】关于计算机专业大学生安卓系统有关的外文文献翻译成品(基于Android(安卓)的考勤管理系统(中英文双语对照)
- 《DOM知识点总结》
- BLAS|BLAS API 中文文档(2)(待续)
- 用c#转换word或excel文档为html文件|用c#转换word或excel文档为html文件,C#实现DataSet内数据转化为Excel和Word文件的通用类完整实例...
- elasticsearch分析器