AugurWorks / UI

Augurworks UI code
0 stars 0 forks source link

Sigmoid function and sentiment inputs #193

Open augurworks1 opened 9 years ago

augurworks1 commented 9 years ago

It appears Linear NN handles sentiment inputs, but the Sigmoid (currently in Dev) does not. Could be an outlier thing?

safreiberg commented 9 years ago

Huh. What are the error messages? @TheConnMan, do you think this could be caused by frontend changes, or is this a failure on the backend?

augurworks1 commented 9 years ago

The runs aren't completing on dev with sentiment is used as an input.

On Sun, Feb 22, 2015 at 12:58 PM, Stephen Freiberg <notifications@github.com

wrote:

Huh. What are the error messages? @TheConnMan https://github.com/TheConnMan, do you think this could be caused by frontend changes, or is this a failure on the backend?

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/193#issuecomment-75448059.

TheConnMan commented 9 years ago

Does the date range for sentiment contain values for each day? The sigmoid might be breaking with null day values getting passed into the sigmoid function.

augurworks1 commented 9 years ago

There are '0' values.

On Sun, Feb 22, 2015 at 2:33 PM, Brian Conn notifications@github.com wrote:

Does the date range for sentiment contain values for each day? The sigmoid might be breaking with null day values getting passed into the sigmoid function.

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/193#issuecomment-75452917.

TheConnMan commented 9 years ago

That probably isn't a problem. Does the sigmoid scaling break with 0's?