登录
首页 » Python » lstm_example

lstm_example

于 2019-05-20 发布
0 109
下载积分: 1 下载次数: 11

代码说明:

说明:  lstm小demo,根据时间变化,预测航空公司客流量。(LSTM small demo, according to the time change, predicts the airline passenger flow.)

文件列表:

lstm_example\passenger.csv, 1889 , 2019-05-17
lstm_example\test_rnn.py, 2094 , 2019-05-17

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

发表评论

0 个回复

  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • 无线射频,手机电路,电视家电,信号处理,电源电路等电路图应有尽有...
    无线射频,手机电路,电视家电,信号处理,电源电路等电路图应有尽有-dos
    2022-06-16 23:08:18下载
    积分:1
  • l4d2显示身体插件
    求生之路第一人称显示身体的插件源码,,,,(The way to survive the first person display body plug-in source code,,,,)
    2020-06-17 22:40:02下载
    积分:1
  • Python
    说明:  编织复合材料材料建模软件TexGen,Python模块的源代码(source code of Python interface modul, TexGen)
    2020-11-24 16:39:34下载
    积分:1
  • 光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪
    光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪-Ray-tracing simulation program, the icon is changing the refractive index of light in the trajectory tracking
    2022-10-16 21:45:03下载
    积分:1
  • VCS_labs
    说明:  EDA软件VCS学习中用到的实际例子,都已经通过调试验证(Practical examples used in the learning of EDA software VCS have been verified by experiments.)
    2019-04-29 11:45:52下载
    积分:1
  • AHB_slave ram
    ram 的ahb接口,ram ahb interface 好用的中转接口ram 的ahb(ram ahb interface ram ahb interface ram ahb interface)
    2021-04-20 17:38:50下载
    积分:1
  • ctadef
    AG 2000 卡的定义文件,定义了所有的函数,全局变量(AG 2000 card definition file, definitions of all functions, global variables)
    2009-07-16 07:55:57下载
    积分:1
  • SET
    说明:  同步压缩的改进,用于时频分析,具有较高的时频分辨率。(The improvement of synchronous compression is used in time-frequency analysis with high time-frequency resolution.)
    2019-06-18 10:32:11下载
    积分:1
  • 介绍数字图像滤波的各种方法,也是从网上下载的,还可以
    介绍数字图像滤波的各种方法,也是从网上下载的,还可以-Introduce a variety of digital image filtering method, is also downloaded from the Internet can also be
    2022-07-22 20:41:42下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载