登录
首页 » Python » Black Hat Python

Black Hat Python

于 2021-09-13 发布
0 114
下载积分: 1 下载次数: 1

代码说明:

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

发表评论

0 个回复

  • python强化学习(于matplotlib)
    python强化学习(基于matplotlib)
    2020-02-23下载
    积分:1
  • python智能小车
    【实例简介】 python智能小车
    2021-07-30 00:31:11下载
    积分:1
  • 知网爬虫软件(python)
    CNKICrawler# 中国知网爬虫## 可以爬取文章的全部信息,包括文章名、作者、作者单位、被引用次数、下载次数、文章来源、文章关键词、文章摘要、文章参考文献,文章详情页面url## 需要安装的工具有:BeautifulSoup, xlwt### 使用python3.x### 运行spider_main.py即可,生成的结果文件为:data_out.xls,配置文件为Config.conf
    2021-05-06下载
    积分: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
  • python实现登录注册-图片文字识别
    python实现登录注册-图片文字识别(基于百度api) 均为新手级别示例,基于tkinter
    2020-12-09下载
    积分:1
  • 线性回归模型代码演示
    线性回归模型代码演示
    2021-05-07下载
    积分:1
  • faster Rcnn(python)demo
    现在了faster rcnn
    2019-11-27下载
    积分:1
  • resnet-pytorch
    resnet-pytorch
    2020-03-27下载
    积分:1
  • Python 自定义FTP功能 实例源码
    Python 自定义FTP功能 实例源码
    2015-02-11下载
    积分:1
  • tensorflow下用LSTM网络进行时间序列预测
    tensorflow下用LSTM网络进行时间序列预测,实时多变量预测以及对于未来数据的单变量预测。
    2019-07-30下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载