theano

    2熱度

    2回答

    我想在Enthought Python Distribution(EPD)上安裝Theano,但我得到一個奇怪的錯誤。這裏是我的安裝看起來像: 我已經安裝了EPD到C:\Python27。 在那之後,我以easy_install pip 我安裝Theano使用pip install Theano 要測試安裝pip,我開始ipython並鍵入import theano。我得到以下錯誤: Proble

    0熱度

    1回答

    我正在使用theano程序包來查找使用交叉熵作爲成本的sigmoid函數的導數。這是我的代碼: variable = tensor.dmatrix('variable') y= tensor.nnet.softmax(tensor.dot(z,variable)) cost =tensor.sum(tensor.nnet.binary_crossentropy(y,y)) gp = tens

    -1熱度

    2回答

    後,我安裝Theano我想跑,但得到了以下錯誤消息: WARNING (theano.configdefaults): g++ not detected! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implement

    25熱度

    2回答

    在編譯theano中的函數時,可以通過指定updates=[(X, new_value)]來更新共享變量(比如X)。 現在我想更新共享變量的唯一子集: from theano import tensor as T from theano import function import numpy X = T.shared(numpy.array([0,1,2,3,4])) Y = T.ve