登录
首页 » python » python 学习

python 学习

于 2023-09-06 发布 文件大小:12.50 MB
0 193
下载积分: 2 下载次数: 1

代码说明:

python从入门到实践 随书附代码 nostarch pythoncrashcourse网站打不开解决方案 内含ship.bmp等文件 十分靠谱 此为分享 python学习的必备资源!

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

发表评论

0 个回复

  • 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
  • BMP del
    实现两幅bmp图像相减得到最终图像并显示(Realize two BMP image subtraction, get the final image and display)
    2017-10-10 17:19:26下载
    积分:1
  • wypdegree
    用python实现复杂网络的度分布绘图,本程序以wyp同志的论文数据为例。(Degree with a python distribution mapping of complex networks, the procedures to wyp comrades paper data as an example.)
    2014-04-16 21:19:50下载
    积分:1
  • GA-PSO-hybrid-master
    说明:  粒子群算法结合遗传算法的机器人路径规划算法(Particle swarm optimization)
    2020-03-27 23:52:07下载
    积分:1
  • Python
    Numerical Methods in Engineering with Python英文原版和代码,通过举例介绍原理和方法,再介绍如何用python实现(Numerical Methods in Engineering with Python English original and code, by way of example describes the principles and methods, and then how to use python to achieve)
    2014-12-16 10:09:07下载
    积分:1
  • 1-Python
    Python Essential Reference, Second Edition
    2020-06-24 17:40:02下载
    积分:1
  • Guess_Number
    一个简单的猜数游戏,程序自动生成一个一到一百的随机数,6次机会(a simple guess number game)
    2018-02-10 15:00:24下载
    积分:1
  • tensorflow-knn-双向LDA
    基于LDA的人脸降维,精度比二维LDA的要高,有一定的运用价值。(orl tensorflow LDA PCA)
    2019-06-06 10:17:58下载
    积分:1
  • LSTM
    此代码为创建一个lstm模型的代码,为python3版本,具体包含了lstm的参数设置及更新,lstm状态类,可供新手进行学习参考。
    2022-08-03 21:42:15下载
    积分:1
  • 数据库结构导出Excel
    数据库结构导出Excel数据库结构导出Excel数据库结构导出Excel数据库结构导出Excel数据库结构导出Excel
    2023-06-20 09:05:03下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载