登录
首页 » Python » 卷积自编码器

卷积自编码器

于 2021-06-23 发布
0 297
下载积分: 1 下载次数: 2

代码说明:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 阿拉伯数字转罗马数字
    【实例简介】数据转换与基本语法实例
    2021-08-06 00:31:03下载
    积分:1
  • python实现贪吃蛇小游戏(面向对象)
    用python(面向对象)的方法实现贪吃蛇小游戏 python 3 ,pygame 2.0
    2020-04-20下载
    积分:1
  • csdn下载淘宝自动发货系统
    csdn下载淘宝自动发货系统
    2019-01-25下载
    积分:1
  • python 验证码识别:示例源码
    验证码识别
    2019-02-25下载
    积分:1
  • 于TensorFlow实现CNN文本分类实验指导.pptx
    实验四 基于tensorflow实现CNN文本分类.pptx
    2020-11-28下载
    积分:1
  • faster Rcnn(python)demo
    现在了faster rcnn
    2019-11-27下载
    积分:1
  • 哆啦A梦画像(于turtle)
    【实例简介】哆啦A梦画像
    2021-08-01 00:31:05下载
    积分:1
  • 深度学习初学-mnist手写数字识别实战
    需配置keras、tensorflow等环境 直接下载keras自带的mnist数据集 经过训练后取得了不错的识别率
    2021-05-06下载
    积分:1
  • 告白树(于turtle)
    【实例简介】python 画表白树,树叶上可以写上心爱的人的名字,适用于表白场景
    2021-06-02 00:31:40下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载