Softmax回归(使用tensorflow)
摘要:1 # coding:utf8 2 import numpy as np 3 import cPickle 4 import os 5 import tensorflow as tf 6 7 class SoftMax: 8 def __init__(self,MAXT=30,step=0.0025): 9 self.MAXT = MAXT 10 ...
阅读全文
posted @ 2016-10-14 22:56
浙公网安备 33010602011771号