amazon-dsstne icon indicating copy to clipboard operation
amazon-dsstne copied to clipboard

Can someone provide an example of config for a regression?

Open pkundurthy opened this issue 7 years ago • 1 comments

I'm trying to understand how to setup a regression problem with dsstne. Can you provide an example?

I'm used to dealing with regression problems in Keras-- where you just don't specify an activation function for the output layer so that it returns the continuous output variable. Is it similar for dsstne? A config example would be helpfull.

Thanks.

pkundurthy avatar Jun 25 '17 07:06 pkundurthy

Yes, use linear as the activation function and L2 as the error function.

scottlegrand avatar Aug 23 '17 16:08 scottlegrand