2016年10月6日

Softmax回归(使用theano)

摘要: 1 # coding:utf8 2 import numpy as np 3 import cPickle 4 import theano 5 import os 6 import theano.tensor as T 7 8 class SoftMax: 9 def __init__(self,MAXT=50,step=0.15,landa=0):... 阅读全文

posted @ 2016-10-06 23:31 1357 阅读(1120) 评论(0) 推荐(0) 编辑

导航