登录
首页 » Python » python 数据结构与分析

python 数据结构与分析

于 2021-12-21 发布
0 214
下载积分: 1 下载次数: 1

代码说明:

python 数据结构与分析

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

发表评论

0 个回复

  • python3教程
    【实例简介】
    2021-08-11 00:30:57下载
    积分: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
  • 5阶移位寄存器的m序列伪随机数的生成
     5 阶移位寄存器的本原多项式为 f(x) = x^5 x^2 1,各系数是 C5 = C2 = C0 = 1, C1 = C3 = C4 = 0。 a5 ⊕ a3 ⊕ a0 = 0, 即 a5 = a3 ⊕ a0,其中 ⊕ 表示“模二加”运算,或“异或”运算。
    2019-11-28下载
    积分:1
  • 实体识别(Bert-BiLSTM-CRF-pytorch版源代码)
    Bert-BiLSTM-CRF-pytorch版源代码,实体识别
    2021-10-22 00:31:09下载
    积分:1
  • tensorflow 猫狗识别模型
    【实例简介】 基于resnet50的猫狗识别,正确率99%
    2021-10-29 00:36:37下载
    积分:1
  • 学生管理系统python源码
    Python版本的学生管理系统 管理端账号:000密码:000学生端账号:该生学号密码:1111111、密码均为初始密码,可以随后在系统中自行修改。2、所有操作完成之后必须点退出系统,否则无法保存文件。3、未分配学号的学生无法登陆系统,需先由管理端分配学号之后再登陆系统
    2020-12-11下载
    积分:1
  • python画爱心案例(于Turtle)
    python画爱心案例(基于Turtle)
    2020-11-02下载
    积分:1
  • Python 3.6标准库参考手册(完美书签)
    搜遍全网也没看见个带书签的Python的标准库参考手册,只好用了一晚上的时间自己做了一个,本手册是基于2118页的中文版制作的书签,方便给需要的人。
    2019-08-02下载
    积分:1
  • OSVOS视频分割
    osvos视频分割论文代码
    2021-05-07下载
    积分:1
  • 计算机视觉 opencv 超像素分割.ipynb
    计算机视觉 opencv 超像素分割.ipynb
    2020-11-29下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载