Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Support for Regression Problems #33

Closed
cancan101 opened this issue May 18, 2015 · 1 comment
Closed

Support for Regression Problems #33

cancan101 opened this issue May 18, 2015 · 1 comment

Comments

@cancan101
Copy link

Where the output is real values (R^n) and the loss function is something like MSE.

@apark263
Copy link
Contributor

You can use the sum_squared cost (see neon/transforms/sum_squared.py)

We'll try to provide an example at some point, but it should be as simple
as swapping the CrossEntropy item in the CostLayer to be SumSquaredDiffs
instead

On Mon, May 18, 2015 at 3:41 PM, Alex Rothberg notifications@github.com
wrote:

Where the output is real values (R^n) and the loss function is something
like MSE.


Reply to this email directly or view it on GitHub
#33.

@scttl scttl closed this as completed in 4ece56e Jul 7, 2015
scttl pushed a commit that referenced this issue Feb 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants