GPy/GPy/mappings
Zhenwen Dai 754c67f71d Merge pull request #526 from msbauer/mlp_extended
added extended version of MLP function
2017-10-18 18:11:51 +01:00
..
__init__.py added extended version of MLP function with multiple hidden layers and different activation functions 2017-07-27 10:12:34 +01:00
additive.py [mean_func] added parameters in additive mean func and tests for mean functions 2016-08-03 08:32:46 +01:00
compound.py mappings, including tests 2015-03-26 11:27:20 +00:00
constant.py Basic framework for serializing GPy models 2017-09-11 12:18:01 +01:00
identity.py Basic framework for serializing GPy models 2017-09-11 12:18:01 +01:00
kernel.py mappings, including tests 2015-03-26 11:27:20 +00:00
linear.py Basic framework for serializing GPy models 2017-09-11 12:18:01 +01:00
mlp.py fix: replacing np.power with np.square for efficiency 2017-09-13 04:54:25 -04:00
mlpext.py added extended version of MLP function with multiple hidden layers and different activation functions 2017-07-27 10:12:34 +01:00
piecewise_linear.py lots of changes to mappings 2015-03-23 14:24:32 +00:00