コード例 #1
0
ファイル: test_rbm.py プロジェクト: bobchennan/pylearn2
def test_get_input_space():
    #Tests that the RBM supports
    #the Space interface

    model = RBM(nvis = 2, nhid = 3)
    space = model.get_input_space()
コード例 #2
0
ファイル: test_rbm.py プロジェクト: gdesjardins/pylearn2_bio
def test_get_input_space():
    #Tests that the RBM supports
    #the Space interface

    model = RBM(nvis=2, nhid=3)
    space = model.get_input_space()
コード例 #3
0
ファイル: test_rbm.py プロジェクト: JasonBens/pylearn
def test_get_input_space():

    model = RBM(nvis = 2, nhid = 3)

    space = model.get_input_space()