hfawaz / bigdata18

Transfer learning for time series classification
http://germain-forestier.info/src/bigdata2018/
GNU General Public License v3.0
378 stars 68 forks source link

Get positivity of a number #2

Closed lorenzolopez928 closed 5 years ago

lorenzolopez928 commented 5 years ago

I have a rule that throws numbers between -50 and 50 randomly, is there any way to predict the sign (positive or negative) of the next release with at least 90% accuracy based on a historical record?

hfawaz commented 5 years ago

I think it is possible using the seed number generator, not sure how to tackle this problem with machine learning though.