登录
首页 » Python » LSTM-Human-Activity-Recognition-master

LSTM-Human-Activity-Recognition-master

于 2019-06-13 发布
0 220
下载积分: 1 下载次数: 5

代码说明:

说明:  与经典的方法相比,使用具有长时间记忆细胞的递归神经网络(RNN)不需要或几乎不需要特征工程。数据可以直接输入到神经网络中,神经网络就像一个黑匣子,可以正确地对问题进行建模。其他研究在活动识别数据集上可以使用大量的特征工程,这是一种与经典数据科学技术相结合的信号处理方法。这里的方法在数据预处理的数量方面非常简单(Compared with the classical methods, the recursive neural network (RNN) with long-term memory cells does not need or almost need feature engineering. Data can be directly input into the neural network, which acts as a black box and can correctly model the problem. Other research can use a lot of Feature Engineering on activity recognition data sets, which is a signal processing method combined with classical data science and technology. The method here is very simple in terms of the number of data preprocessing)

文件列表:

LSTM-Human-Activity-Recognition-master, 0 , 2019-04-16
LSTM-Human-Activity-Recognition-master\.gitignore, 24 , 2019-04-16
LSTM-Human-Activity-Recognition-master\LICENSE, 1086 , 2019-04-16
LSTM-Human-Activity-Recognition-master\LSTM.ipynb, 213291 , 2019-04-16
LSTM-Human-Activity-Recognition-master\LSTM_files, 0 , 2019-04-16
LSTM-Human-Activity-Recognition-master\LSTM_files\LSTM_16_0.png, 77480 , 2019-04-16
LSTM-Human-Activity-Recognition-master\LSTM_files\LSTM_18_1.png, 43286 , 2019-04-16
LSTM-Human-Activity-Recognition-master\README.md, 30154 , 2019-04-16
LSTM-Human-Activity-Recognition-master\data, 0 , 2019-04-16
LSTM-Human-Activity-Recognition-master\data\.gitignore, 33 , 2019-04-16
LSTM-Human-Activity-Recognition-master\data\download_dataset.py, 914 , 2019-04-16
LSTM-Human-Activity-Recognition-master\data\source.txt, 2068 , 2019-04-16

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

发表评论

0 个回复

  • M-Files
    说明:  有限元计算在有限应变描述下基于3D应变的形状记忆合金本构模型的数值实现提交给智能材料和结构。(Finite element calculation)
    2019-04-11 15:22:12下载
    积分:1
  • hunatcha
    Source code of computer viruses Worm for Windows --------------------------- Hunatcha by Undermine Author s description * Run at every startup * Infect drives & files * P2P Process * Taskkill av The main reason for this virus is to show you how works, so this is why i added that variable. Sorry for the mess but like i said it s mostly to explain my virus. Peoples interessed in this technic should also rewrite DATA d32, in line w32. It also change register usage, but using a more advanced technic update taskkill.
    2011-06-04 05:24:35下载
    积分:1
  • Battery pack models
    matlab电池模型,用于soc估算,电量估计(soc Lithium battery model)
    2017-06-28 16:17:46下载
    积分:1
  • calendar
    51单片机为核心,DS18b20温度传感器,DS1302 时钟,1602显示(51 microcontroller core, DS18b20 temperature sensors, DS1302 clock, 1602 show)
    2011-08-20 11:41:00下载
    积分:1
  • 用重标度极差法计算hurst指数的matlab程序
    用重标度极差法计算hurst指数的MATLAB程序(Calculation of Hurst by using rescaled range method)
    2018-10-23 17:33:43下载
    积分:1
  • 新GRE阅读理解36套
    说明:  GRE复习资料,祝各位亲们复习愉快!!!(GRE revision material)
    2019-06-01 16:18:21下载
    积分:1
  • 裸机的mini2440多功能播放器
    基于min2440编写的多功能播放器,裸机代码,无操作系统,播放音乐、录音播放录音、图片特效、闹钟定时、电子琴等等。
    2022-02-03 13:54:45下载
    积分:1
  • chapter30
    说明:  演示基于蚁群算法的三维路径规划算法。蚁群算法是由Marco Dorigo博士,在1992年他的博士论文中提出的,其主要灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,研究表明该算法具有许多优良的性质。通过对PID控制器参数优化设计方面的问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比对,数值仿真结果表明,蚁群算法是一种新的模拟进化的优化方法,显示出了其适用于组合优化类问题求解的优越特性。(Demonstrate the three-dimensional path planning algorithm based on ant colony algorithm. The ant colony algorithm is proposed by Dr. Marco Dorigo in his doctoral thesis in 1992. Its main inspiration is the behavior of ants finding the path in the process of finding food. Ant colony algorithm is a kind of simulated evolutionary algorithm, which has many excellent properties. By comparing the results of ant colony algorithm with the results of genetic algorithm, the results of numerical simulation show that ant colony algorithm is a new evolutionary optimization method, which shows its superiority in solving combinatorial optimization problems.)
    2020-04-24 14:00:32下载
    积分:1
  • matlab 函数逼近与拟合源程序代码
    函数逼近与拟合 240   7.1 正交多项式 240   7.1.1 正交函数族 240   7.1.2 几个常用的正交多项式 242   7.2 最佳一致逼近 246   7.3 最佳平方逼近 249   7.4 最小二乘拟合 252   7.4.1 线性最小二乘拟合 253   7.4.2 非线性最小二乘拟合 255   7.4.3 多元最小二乘拟合 256   7.5 有理函数逼近 256   7.5.1 连分式逼近 257   7.5.2 Padé逼近 259   7.6 傅里叶逼近 262   7.7 MATLAB自带函数应用 264   7.7.1 polyfit函数 264   7.7.2 lsqcurvefit函数 266   7.7.3 nlinfit函数 267   7.7.4 lsqlin函数 268   7.7.5 lsqnonlin函数 269   7.8 应用案例 270(Matlab function approximation and fitting source code)
    2019-02-13 11:05:55下载
    积分:1
  • Wavelet-ten-classes(Chinese-version)
    小波十讲(中文版)-Ingrid Daubechies著 李建平译(Wavelet ten (Chinese version) Daubechies-Ingrid with Li Jianping translation)
    2016-11-29 11:45:43下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载