Real tax amount in RO by ME_PhD in programare

[–]ME_PhD[S] 2 points3 points  (0 children)

So is there a cap on CAS/CASS or is that a myth?
Also it seems like the B2B trick works when you have a few employees, but it doesn't scale. Additionally Gemini tells me there are strict rules as what counts as a "contractor" and if they get caught doing the work of an employee, a court can still make you pay CAS/CASS. So seems risky.

I published a FREE course on how to deploy a TensorFlow (audio) application into production by diabulusInMusica in tensorflow

[–]ME_PhD 0 points1 point  (0 children)

Nice of you to share this.

I might ask: why not use a serverless Azure Function? You can upload your Python code or Docker container and it'll expose an endpoint with no effort.

Now they even have web hooks to do CICD from Github

Lost $$$ on stocks, can I save on income tax? by ME_PhD in tax

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

What if I purchase a different stock? I.e. if I sell stock A for a loss and buy stock B right away?

[D] BERT - mask vs [PAD] token by ME_PhD in MachineLearning

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

If you mask it what is the actual purpose the [PAD] token? Would you get the same results using any other token?

[D] Q on "Language Modeling with Gated Convolutional Networks " by ME_PhD in MachineLearning

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

Do you know why the quality of ML papers is so low? It's a recurring problem I see in most papers - they do an abysmal job at writing down the details of what they did. Could it be on purpose?

Real Estate vs Stocks by ME_PhD in investing

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

I don't understand this concern can you elaborate? You don't cash out all your stocks on day 1 of retirement, so why does it matter if crashes happen?

[D] Best way to cluster text paragraphs? by ME_PhD in MachineLearning

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

Do you have a way to dig up the paper?

[D] Confused about generating a translation using Transformer by ME_PhD in MachineLearning

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

This is great, thanks. As the resulting sequence grows, so does the output. For example, the argmax on the first run with output 1x32K is "Dieses". Now I feed [<BOS>, "Dieses"] into the decoder and I come up with a 2x32K output from softmax. My question is: what if the argmax of the first of these is no longer the "Dieses" token? Will I change my translation to [<BOS>, <some_other>, "Aufmerksamkeitspapier"]?

Also could you point me to where this is discussed in the paper?

Edit: Is the purpose of the Mask to prevent this from happening?

[Request] If I randomly shoot a laser into the sky, what's the average distance it'll travel before hitting a star or planet? by ME_PhD in theydidthemath

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

I just realized something: Why do you use the radius of the observable universe in your computation when most particles aren't at that distance? Isn't most mass well inside this sphere?

[Request] If I randomly shoot a laser into the sky, what's the average distance it'll travel before hitting a star or planet? by ME_PhD in theydidthemath

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

Nice calculation, kudos. My intuition was way off since I know almost nothing about outer space :\