登录
首页 » Python » 《python可以这样学》讲义.pdf

《python可以这样学》讲义.pdf

于 2020-05-14 发布
0 269
下载积分: 1 下载次数: 0

代码说明:

《python可以这样学》讲义.pdf

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

发表评论


0 个回复

  • python实验课做的一些小程序
    bp、爬虫、cnn 实验
    2020-12-12下载
    积分:1
  • python根据历史数据,预测未来数据
    python根据历史数据,预测未来数据
    2019-12-07下载
    积分:1
  • 矩阵(math入门级示例)
    矩阵(math入门级示例)
    2020-03-03下载
    积分:1
  • python+mysql数据池
    【实例简介】python mysql数据池连接
    2021-10-19 00:31:01下载
    积分: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
  • PyQt5对txt简单增删查改管理学生信息
    PyQt5对txt简单增删查改管理学生信息
    2020-12-10下载
    积分:1
  • 人工智能在银行领域应用
    人工智能在银行领域应用
    2021-08-05 00:30:58下载
    积分:1
  • python(明日科技)源代码
    零基础学python(明日科技)源代码
    2021-05-06下载
    积分:1
  • Python之路.pdf(138个python入门示例)
    此PDF是Python小例子1.0版本,包括:Python之基,Python之正,Python之例,Python之能四个大章节,共计138个例子
    2020-06-04下载
    积分:1
  • Python教程源码
    【实例简介】
    2021-11-05 00:37:21下载
    积分:1
  • 696518资源总数
  • 105219会员总数
  • 11今日下载