Every stock IPO spikes, of course this will lead to atleast a temporary price spike.
This is an awesome family xmas project. I don't have an old pc around to run YOLO / YOLO Tiny constantly though; can anyone recommend a cheap, suitable server provider for this? AWS EC2?
You're spot on with vectorisation. It needs to be emphasized in academia. Take numpy/pandas, even for basic stuff the efficiency difference vs a for loop is vast: def product_sum(a, b): total = 0 for a, b in zip(a, b):…
Every stock IPO spikes, of course this will lead to atleast a temporary price spike.
This is an awesome family xmas project. I don't have an old pc around to run YOLO / YOLO Tiny constantly though; can anyone recommend a cheap, suitable server provider for this? AWS EC2?
You're spot on with vectorisation. It needs to be emphasized in academia. Take numpy/pandas, even for basic stuff the efficiency difference vs a for loop is vast: def product_sum(a, b): total = 0 for a, b in zip(a, b):…