somesun

↗ HN profile [ 72.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. many times , when I write code when using dict d = {} d['name'] = 'John' d['age'] = 40 something like that , i wonder why there is not set method on dict, because get method is in there, and there even a setdefault…

  2. since the attention model does so good job on natural language modeling , I think it should do good on other time series related task, like stock time series data. but I didn't see such things , any one can give some…