Ejemplo n.º 1
0
def test_get_input_space():
    #Tests that the RBM supports
    #the Space interface

    model = RBM(nvis = 2, nhid = 3)
    space = model.get_input_space()
Ejemplo n.º 2
0
def test_get_input_space():
    #Tests that the RBM supports
    #the Space interface

    model = RBM(nvis=2, nhid=3)
    space = model.get_input_space()
Ejemplo n.º 3
0
def test_get_input_space():

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

    space = model.get_input_space()