| Computers Forum Index » Computer Artificial Intelligence - Neural Nets » Approximating Monotonous Functions... |
|
Page 1 of 1 |
|
| Author |
Message |
| Cagdas Ozgenc... |
Posted: Tue Nov 03, 2009 3:38 pm |
|
|
|
Guest
|
Greetings.
How can I constrain a multilayer feedforward neural network so that
the approximated function will be strictly monotonous? Basically I
know that the function to be approximated is strictly monotonous and I
would like to use this hint during training. Currently due to my wierd
objective function network finds a better function that minimizes my
objective function, but my problem is the function assumed by the
network is not monotonous, I can actually see this by plotting the
network input output pairs after training. I need a method to
constrain the network so that it will only search for monotonous
functions while minimizing the objective function.
Thanks in advance. |
|
|
| Back to top |
|
|
|
| Greg Heath... |
Posted: Wed Nov 04, 2009 4:54 am |
|
|
|
Guest
|
On Nov 3, 10:38 am, Cagdas Ozgenc <cagdas.ozg... at (no spam) gmail.com> wrote:
Quote: Greetings.
How can I constrain a multilayer feedforward neural network so that
the approximated function will be strictly monotonous? Basically I
know that the function to be approximated is strictly monotonous and I
would like to use this hint during training. Currently due to my wierd
objective function network finds a better function that minimizes my
objective function, but my problem is the function assumed by the
network is not monotonous, I can actually see this by plotting the
network input output pairs after training. I need a method to
constrain the network so that it will only search for monotonous
functions while minimizing the objective function.
Thanks in advance.
The best way to minimize the average error is to
oscillate about the true function. This tends to be
contrary to a constraint of monotonicity.
Hpe this helps.
Greg |
|
|
| Back to top |
|
|
|
|