AugurWorks / UI

Augurworks UI code
0 stars 0 forks source link

Sentiment max value? #208

Open augurworks1 opened 9 years ago

augurworks1 commented 9 years ago

It appears sentiment over a certain day value does not complete the NN run. Energy works, but others such as oil, futures, nasdaq do not. The only thing I see is that Energy is typically less that +/- 1000 points in swing. Futures and Nasdag are in the 2000 range, oil is as high as 8000.

Does this seem plausible? Would the NN choke if the value are too high compared to the %change of the stock?

augurworks1 commented 9 years ago

In doing more testing, the sentiment values (as seen on the line graph) don't match with the augtrain files. They are somewhat close, but strange they are not the same as the stock inputs for a given day. Currently, NN runs with energy sentiment are not completing. Over the past few days, energy have been over +/- 1000.

augurworks1 commented 9 years ago

Here is something interesting that I stumbled across. The min/max values changes with duration. I don't think it should work like this :-) This is a straight line graph.

sentiment observation jpg

TheConnMan commented 9 years ago

The day value changes, which is why the day change value changes. This probably has to do with the summing within the application. I'll reassign it to me.