somesun
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
-
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…