搜索资源列表
T-S-FNN
- 用遗传算法优化参数的递归T-S模糊神经网络学习算法,值得一看。-Parameter optimization using genetic algorithm recursive TS fuzzy neural network learning algorithm, worth a visit.
caffe-recurrent-v4
- 构建神经网络,进行数据处理,包括卷积神经网络和递归神经网络-Construction of neural networks, data processing, including convolution neural networks and recurrent neural network
fuzzy-neural-network-model
- 一个学习递归模糊神经网络的程序,很好用,值得学习-A recursive fuzzy neural network procedures, it is easy to use, it is worth learning
RFNN
- 在模糊神经网络加入反馈环节形成递归网络,MATLAB编程实现(A recursive network is formed by adding a feedback link to the fuzzy neural network. The MATLAB programming is implemented.)
MATLAB-RNN-elman
- 关于elman RNN递归神经网络的MATLAB实现(implementation of elman RNN)
对角递归
- 用于时间序列的训练以及预测。非常实用,需要的可以下载看看。(DRNN ee e fwasfegadff)
LSTM_main
- LSTM(Long Short-Term Memory)是长短期记忆网络,是一种时间递归神经网络,适合于处理和预测时间序列中间隔和延迟相对较长的重要事件。(LSTM (Long Short-Term Memory) is a long and short term memory network. It is a kind of time recurrent neural network, which is suitable for dealing with and predicting impo
LSTM-Human-Activity-Recognition-master
- 与经典的方法相比,使用具有长时间记忆细胞的递归神经网络(RNN)不需要或几乎不需要特征工程。数据可以直接输入到神经网络中,神经网络就像一个黑匣子,可以正确地对问题进行建模。其他研究在活动识别数据集上可以使用大量的特征工程,这是一种与经典数据科学技术相结合的信号处理方法。这里的方法在数据预处理的数量方面非常简单(Compared with the classical methods, the recursive neural network (RNN) with long-term memory