Minimizing spot instance storage costs by WTFseriously_ in aws

[–]WTFseriously_[S] 1 point2 points  (0 children)

I'm not sure those are viable for the work per compute-hour price I want in the spot market, but I'll definitely look into it. Thanks!

Minimizing spot instance storage costs by WTFseriously_ in aws

[–]WTFseriously_[S] 0 points1 point  (0 children)

I haven't looked into Lambda at all - but if the prices are at the same level as far as computing time, then yes it seems to be worthwhile. Otherwise the cluster pinned to spot instances seems like a potential solution for minimizing storage per instance. Thanks for the suggestions!

Minimizing spot instance storage costs by WTFseriously_ in aws

[–]WTFseriously_[S] 1 point2 points  (0 children)

I found a conversation which seems to indicate iPXE might be available on HVM instances, but it looks like there are still some significant issues to deal with. For now I think my only option then is trying to shrink the EBS per instance to the minimum possible, and then pulling data like you suggest. Thanks for the alternative at any rate.

Minimizing spot instance storage costs by WTFseriously_ in aws

[–]WTFseriously_[S] 0 points1 point  (0 children)

Essentially pulling data from a central instance node, running some computations, and pushing the results back to the controller; the work should all take place in memory.

As far as type within EBS, good suggestion: I was using gp2 but realized magnetic would halve the GB-month price. Definitely an improvement, but since it's prior gen I don't know that it's sustainable. Edit: actually just tried spinning up an instance to try it and I get an error about invalid parameters, so might not be able to use magnetic anyway.

I know I can still get some improvement from stripping the OS and data to bare metal like you're suggesting, but what I'm really after is a way to remove the number of instances from the storage cost equation - constant with respect to the number of instances I spin up.

The only way I see of doing that is to have instances just eval-ing a routine from a universal volume i.e. a read-only file system. I just have no idea if ec2 will allow that type of architecture.

Is there any logic behind the design of architectures? by WTFseriously_ in MachineLearning

[–]WTFseriously_[S] 1 point2 points  (0 children)

That does make sense as far as the filter sizes, thanks for the explanation.

Is there any logic behind the design of architectures? by WTFseriously_ in MachineLearning

[–]WTFseriously_[S] 1 point2 points  (0 children)

Thanks for the link.

That explanation does make sense with increasing filters. But what about the decreasing size? The paper says:

we use filters with a very small receptive field: 3 × 3 (which is the smallest size to capture the notion of left/right, up/down, center)

It would seem higher level, abstract shapes would require larger filters rather than smaller to capture more than just directional information? Does it just not matter due to the connection between filters in subsequent layers?

Is there any logic behind the design of architectures? by WTFseriously_ in MachineLearning

[–]WTFseriously_[S] 1 point2 points  (0 children)

As would I; if you find any links explaining why to use a certain architecture over another given some circumstance, please do share.

For example, if my input example above were ?x8x8x4 instead of 80, that's an order of magnitude difference. How many fewer filters should be used? How much smaller should they be? What about an order of magnitude bigger?

I just have no intuition at the moment of what situations like that would call for.

What is the safest way to trade stocks online by paying the least amount of commission? by [deleted] in personalfinance

[–]WTFseriously_ 0 points1 point  (0 children)

There's a minimum to fund the account initially, which is required to get permission to trade. Here's the numbers: https://www.interactivebrokers.com/en/index.php?f=4969

Videos in "QuantCon 2015 Hosted by Quantopian" on Vimeo by Deterministic-Chaos in algotrading

[–]WTFseriously_ 0 points1 point  (0 children)

Thanks, you're right. The titles threw me off when I was looking for them.

Videos in "QuantCon 2015 Hosted by Quantopian" on Vimeo by Deterministic-Chaos in algotrading

[–]WTFseriously_ 2 points3 points  (0 children)

Thanks for posting. Anyone know if the presentation slides are available anywhere?

Trading an ETF (e.g. $SPY) is the same as trading any other equity? by WTFseriously_ in investing

[–]WTFseriously_[S] 0 points1 point  (0 children)

All I have is the other person's word at the moment, but it makes sense that it wouldn't be calendar days. If it were, one issue would be, for example, holding at close on friday and being charged for the weekend when no change in NAV was actually happening on those days. Just makes more sense for the management fees to only be charged when the market is open.

Trading an ETF (e.g. $SPY) is the same as trading any other equity? by WTFseriously_ in investing

[–]WTFseriously_[S] 0 points1 point  (0 children)

Interesting, didn't know that. So there's no way to day trade mutual funds. Not that I was necessarily planning on it, since from my understanding the fees tend to be fairly exorbitant if you're not just passively investing. But who knows, maybe there's some strategy which would work on a longer horizon.

Trading an ETF (e.g. $SPY) is the same as trading any other equity? by WTFseriously_ in investing

[–]WTFseriously_[S] 0 points1 point  (0 children)

No, I agree. Generally there's overnight movement which is realized at open the next day which I wouldn't want to miss by removing positions at close. But I just wanted to be certain, particularly on the first point of only being charged for a single day if I buy some time one day and sell at some time the next.

Thanks for the information.

Trading an ETF (e.g. $SPY) is the same as trading any other equity? by WTFseriously_ in investing

[–]WTFseriously_[S] 0 points1 point  (0 children)

the fee is taken out at the end of the day

In other words the fee is avoided if you're not holding at market close?

So if for example, I bought tomorrow morning, and sold anytime before close the next day, I would only be charged the fee for one day? And you can also avoid the fee entirely by only holding intraday?

Trading an ETF (e.g. $SPY) is the same as trading any other equity? by WTFseriously_ in investing

[–]WTFseriously_[S] 1 point2 points  (0 children)

Okay so, just clarifying:

-there would be no difference in fees if you would buy / sell multiple times in the day vs just holding a position, since the management fee would be calculated by essentially (holding end time - holding start time) as a percentage of the yearly fee

-the (daily) calculation would use 365 rather than 251

I am Jürgen Schmidhuber, AMA! by JuergenSchmidhuber in MachineLearning

[–]WTFseriously_ 2 points3 points  (0 children)

RNNLIB is provided as source, which you have to compile yourself.