示例#1
0
def evaluate_loop(hoge):
	NewtopdocveccategoryMat,NewpreW,NewpreWdict,NewDimentionN,DimentionN = hoge
	x = yahoo_data_preprocess_func.caluculatemodel(
		yahoo_data_preprocess_func.IIalgorithm_simple,
		NewtopdocveccategoryMat,NewpreW,NewpreWdict,NewDimentionN,DimentionN,
		target, n_epoch = 5,batchsize = 100,using_gpu = False)
	return x
示例#2
0
def evaluate_loop(hoge):
	x = yahoo_data_preprocess_func.caluculatemodel(
				yahoo_data_preprocess_func.IIalgorithm_simple,
				topdocveccategoryMat3,preW,preWdict,DimentionN,DimentionN,target4,
				n_epoch = 10,batchsize = 10)
	return x