CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - lstm

搜索资源列表

  1. insuranceQA-cnn-lstm-master

    0下载:
  2. 这是一个保险语料的一个简单的问答系统,采用cnn和lstm分别进行试验,分别验证效果的改变,文件包括两个版本,tensorflow和theano。(This is a simple question answering system for insurance corpus, which is tested by CNN and LSTM respectively, and the results are verified separately. The document consists of
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:15486976
    • 提供者:夜静花开
  1. LSTM-MATLAB-master

    0下载:
  2. code Matlab LSTM by mounira
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:670720
    • 提供者:hmayda
  1. RNN_LSTM-master

    0下载:
  2. descr iption de code RNN LSTM
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:76800
    • 提供者:hmayda
  1. LSTM

    8下载:
  2. 用于运行LSTM的预测代码,例子是国际航班客流量。使用语言为python.(The forecast code used to run LSTM is an example of international flight traffic. The language used is python.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:大高
  1. zh_lstm

    1下载:
  2. lstm做情感分类,中文,用到豆瓣影评,结巴分词,lstm模型,环境python3做编码处理。(lstm for sentiment analyse)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:小神仙
  1. lstm_multi_gpu

    0下载:
  2. lstm 实现情感分析的多GPU版本,用于处理的语料数据很大的时候,加速训练过程。(lstm multi gpu for sentiment analysis)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:小神仙
  1. lstm

    0下载:
  2. lstm 单gpu版本; lstm 做sentiment analysis的0版本实现; 简单的入门实现;(lstm for single-gpu ; tuturial)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:小神仙
  1. seq-lstm

    0下载:
  2. 用pytorch实现基于lstm长短时网络的词性判断程序(Using pytorch to implement a speech judgment program based on LSTM length and short time network)
  3. 所属分类:其他

  1. LSTM

    0下载:
  2. python实现的LSTM, 可以放心学习,有兴趣研究LSTM编码的同学,可收藏(Python implementation of the LSTM, can rest assured of learning, interested in the study of LSTM code of the students, can be collected)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:star_boy
  1. MyPro

    2下载:
  2. LSTM RNN python machine learning
  3. 所属分类:其他

    • 发布日期:2018-02-24
    • 文件大小:14942208
    • 提供者:Oliverlyh
  1. lstm

    1下载:
  2. 机器学习中的lstm,希望对大家有用,谢谢啦(Lstm in machine learning, hope to be useful to everyone, thank you)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2536448
    • 提供者:wangph
  1. lstm

    4下载:
  2. 使用lstm神经网络预测时间序列,同时对参数选择进行优化(Time series prediction using LSTM neural network, the selection of the parameters are optimized)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:尤其要微笑
  1. lstm

    3下载:
  2. 循环神经网络LSTM可以预测时间序列数据,根据历史时刻的信息预测未来时刻的信息(the recurrent neural network is very useful to predict data in the future)
  3. 所属分类:其他

    • 发布日期:2019-10-23
    • 文件大小:12288
    • 提供者:王桂竹
  1. LSTM-单变量多步

    0下载:
  2. 用jupyter notebook 实现深度学习LSTM单变量多步的时间序列预测(Using jupyter notebook to realize multi-step time series prediction of deep learning LSTM)
  3. 所属分类:其他

    • 发布日期:2020-10-17
    • 文件大小:3072
    • 提供者:DGSucl
  1. LSTM预测

    5下载:
  2. 可以用于LSTM预测,数据,和权重更新程序已上传(Can be used for LSTM prediction)
  3. 所属分类:其他

    • 发布日期:2020-04-15
    • 文件大小:5120
    • 提供者:zhoudi
  1. LSTM

    7下载:
  2. lstm时间预测matlab代码。程序说明:DATA.mat 是一行时序值, numdely 是用前numdely个点预测当前点,cell_num是隐含层的数目,cost_gate 是误差的阈值。直接在命令行输入RunLstm(numdely,cell_num,cost_gate)即可(This is the matlab code of LSTM time prediction. Program descr iption: data.mat is a row of sequential va
  3. 所属分类:其他

  1. LSTM-Human-Activity-Recognition-master

    1下载:
  2. 与经典的方法相比,使用具有长时间记忆细胞的递归神经网络(RNN)不需要或几乎不需要特征工程。数据可以直接输入到神经网络中,神经网络就像一个黑匣子,可以正确地对问题进行建模。其他研究在活动识别数据集上可以使用大量的特征工程,这是一种与经典数据科学技术相结合的信号处理方法。这里的方法在数据预处理的数量方面非常简单(Compared with the classical methods, the recursive neural network (RNN) with long-term memory
  3. 所属分类:其他

    • 发布日期:2020-11-24
    • 文件大小:266240
    • 提供者:一片真心
  1. emd-lstm

    4下载:
  2. 基于经验模态分解成多个模态和一个残余量,再利用长短神经网络预测分别训练每一个模态和残余量,最后重构结果,得到预测结果(Prediction based on empirical mode decomposition and long short neural network)
  3. 所属分类:其他

    • 发布日期:2020-12-10
    • 文件大小:1024
    • 提供者:夏已_微凉
  1. stock_predict_with_LSTM-master

    1下载:
  2. 基于python的LSTM做股票预测源代码(Based on Python LSTM stock forecast source code)
  3. 所属分类:其他

    • 发布日期:2021-02-05
    • 文件大小:546816
    • 提供者:UZI2020
  1. LSTM

    5下载:
  2. 属于lstm的matlab给出的示例,使用代码进行自我学习非常好用(Belongs to the LSTM matlab example, using code for self-learning is very easy to use)
  3. 所属分类:其他

    • 发布日期:2020-08-13
    • 文件大小:2048
    • 提供者:瑞尼卡比
« 12 »
搜珍网 www.dssz.com