lstm参数理解

lstm输入为:shape= (samples,time_steps,input_dim) samples :样本数量 time_steps:时间步长 input_dim:每个时间布上的纬度 样本数为N,步长为1,数据集(A,B,C,D)四个属性,D为标签,输入:shape=(N,1,4) 具体数据:[A(t-1),B(t-1),C(t-1),D(t-1)]表示一个数据样本,样本标签[D(t)]
相关文章
相关标签/搜索