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

LSTM-Human-Activity-Recognition-master

于 2019-06-13 发布
0 229
下载积分: 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 个回复

  • fdtd-matlab
    说明:  计算反射谱和透射谱,对于做多层膜模拟的有一定用处(The calculation of reflection spectrum and transmission spectrum is useful for multilayer film simulation)
    2019-10-25 17:07:00下载
    积分:1
  • turboc2.0
    c函数速查 软件,你想知道更多的系统函数的类型以及调用方法,就快点来下啊(c function Info software, you want to know more the type of system function and method calls on to the next quickly ah)
    2009-05-03 23:51:11下载
    积分:1
  • SDL Trados Studio 2011 SP2 10.2.3001MPT
    英文翻中文或中文翻英文的一款翻译辅助软件(Software using for English-Chinese or Chinese-English Translation)
    2018-01-06 10:50:32下载
    积分:1
  • TC_PLOT
    本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序 (This procedure includes voice compression and voice recognition requirements in the area of the LPCC, MFCC feature extraction algorithm, as well as voice activity detection source. Voice data in the feature extraction before the voice data can be 16K to 8K sampling rate of the drop treatment, including the 180-order FIR filter frequency compression procedures)
    2007-07-22 19:29:57下载
    积分:1
  • tuana378-a5
    影视全自动采集,支持全网vip视频,支持切换接口,后台管理功能(Fully automatic video acquisition, support VIP video, support switching interface, background management functions)
    2020-06-20 08:20:01下载
    积分:1
  • 高级例程-基于STM32 USB 虚拟串口 控制IO 端口
    说明:  高级例程-基于STM32 USB 虚拟串口 控制IO 端口(STM32 USB IO control)
    2020-12-31 16:51:00下载
    积分:1
  • 应用程序接口C语言共享工具
    应用程序接口C语言共享工具-Application Program Interface C language tools for sharing
    2022-07-05 13:15:12下载
    积分:1
  • 在TI DSP单片机液晶显示测试程序
    lcd display test program in ti dsp mcu -lcd display test program in ti dsp mcu
    2022-03-22 08:57:24下载
    积分:1
  • one
    使用MATLAB绘制折线图,只需5行代码,简单易懂,功能强大。(Draw a broken line graph)
    2018-11-18 11:31:40下载
    积分:1
  • 实验3
    1、单向通信 向甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;并将a的值取反从P0口输出,控制D0、D1、D2、D3相应点亮。乙方接收到数据并偶校验正确后,将接收数据取反从P0口输出,控制D0、D1、D2、D3相应点亮。 2、双向通信 甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;乙方未按键不发送,按键后将乙方按键得到的a*16发送;甲乙双方都将发送数据与接收数据相或后再取反,从P0口输出控制D0—D7相应点亮。 3、间隔发送 未按键,甲方不发送数据,按键后甲方每隔50ms连续发送4个字节:0xff、a、a、a。 乙方只在收到甲方数据0xff后的3个数据并验证相同时,才将接收数据*16发送。 甲乙双方都将发送数据与接收数据相或后,从P0口输出控制D0—D7相应点亮。(1. One-way communication The value of variable a is continuously sent to Party A without key, a = 0x0f. After the key is pressed, the value of a is determined according to the key; and the value of a is output from P0 port to control the corresponding lighting of D0, D1, D2 and D3. After receiving the data and checking it correctly, Party B will output the received data from P0 port and control D0, D1, D2 and D3 to light up accordingly. 2. Two-way communication Party A continuously sends the value of variable a without key, a = 0x0f, and determines a value according to the key after the key; Party B does not send the key without key, and sends the a*16 obtained by the key after the key is pressed; Both parties will send the data to or from the receiving data, and then retrieve the data and control D0-D7 from the P0 port to light up accordingly. 3. Interval Sending Without keys, Party A does not send data. After keys, Party A sends 4 bytes continuously every 50 ms: 0xff, a, a.)
    2020-11-16 09:29:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载