资源简介
Neural Network for Model Predictive Control
代码片段和文件信息
import numpy as np
class data_construct:
data=[]
length=0
count=0
num_example=0;
def __init__(self length data):
self.data=data
self.length=length
self.num_example=len(data)
self.count=0
def clr_count(self):
self.count=0
def next_batch(selfbatch_xbatch_ybatch_size):
temp_data=self.data[self.count*batch_size
:self.count*batch_size+batch_size+self.length-2+1]
#print temp_data
for i in range(batch_size):
for j in range(self.length):
batch_x+=(temp_data[i+j][0:20].tolist())
batch_y.append(temp_data[i+self.length-1][20].tolist())
self.count+=1#count+=length
batch_x=np.reshape(batch_x(batch_size2*self.length))
batch_y=np.reshape(batch_y(batch_size1))
#print batch_y
#in case list go out of range
if self.count*batch_size+batch_size+self.length-2>=len(self.data):
self.count=0
return batch_x batch_y
def plot_data(selfxysim_len):
for i in range(sim_len):
x+=self.data[self.length+i-1][0:20].tolist()
y.append(self.data[i+self.length-1][20].tolist())
x=np.reshape(x(sim_len2))
y=np.reshape(y(sim_len1))
return xy
#class property
@property
def data(self):
return self.data
@property
def count(self):
return self.count
@property
def num_example(self):
return self.num_example
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-04-24 18:38 NN_MPC-master\
文件 1045 2017-04-24 18:38 NN_MPC-master\.gitignore
文件 53 2017-04-24 18:38 NN_MPC-master\README.md
目录 0 2017-04-24 18:38 NN_MPC-master\Simulation\
文件 4238 2017-04-24 18:38 NN_MPC-master\Simulation\NN.py
文件 1282 2017-04-24 18:38 NN_MPC-master\Simulation\data_construct.py
文件 1669 2017-04-24 18:38 NN_MPC-master\Simulation\data_gen.py
- 上一篇:python简单爬虫
- 下一篇:神经网络拟合曲线
相关资源
- 神经网络拟合曲线
- 二维码识别+RGB识别+色环识别+通过串
- 3D打印机控制软件Cura源码
- Kaggle房价预测代码195049
- 卷积神经网络图像识别python代码pdf
- 运用LSTM对CPI数据进行预测.py
- 卷积神经网络python
- Python-subpixel利用Tensorflow的一个子像素
- Python-神经网络模型能够从音频演讲中
- OCR:一个有趣的网页版手写数字识别
- NeMo_脉冲神经网络工具_spiking neural n
- 使用python自己实现神经网络操纵赛车
- 链路预测 python
- 生成Python代码控制流图
- 基于递归神经网络的广告点击率预估
- 卷积神经网络的Python实现【试读】1
- Make Your Own Neural Network - 搭建自己的神
- 利用脉冲耦合神经网络的图像处理.
- Python神经网络编程高清,带详细书签
- v-rep循迹小车-python远程控制
- Python神经网络编程.zip
- python不使用框架实现卷积神经网络识
- CNN卷积神经网络PYTHON
- python实现的卷积神经网络CNN无框架
- 卷积神经网络图像识别python代码
- 时间序列预测讲义ARIMA&LSTM;及python代码
- 基于Movielens的推荐系统—评分预测
- 卷积神经网络的Python实现 -《卷积神经
- 作业一_BP_SVM_RBF函数拟合.7z
- python预测分析核心算法含大量代码
评论
共有 条评论