Added mlp mapping (with possibility of having multiple layers).

This commit is contained in:
Neil Lawrence 2013-08-29 19:26:00 +02:00
parent e6739788ea
commit 128ebbabc5
12 changed files with 187 additions and 17 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2013, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from kernel_mapping import Kernel
from linear_mapping import Linear
#from mlp_mapping import MLP
#from rbf_mapping import RBF
#from kernel import Kernel
from linear import Linear
from mlp import MLP
#from rbf import RBF