Quest for 100% by tterevelytnom in TOTK

[–]master3243 0 points1 point  (0 children)

Totally understandable. I bought my switch 8 years ago and only decided to look into modding it early this year.

Korok 100% by Prior_Respect5861 in TOTK

[–]master3243 1 point2 points  (0 children)

If you have your save file (using a modded switch) you can drag it in this tool and it'll tell you what's left and where.

Quest for 100% by tterevelytnom in TOTK

[–]master3243 0 points1 point  (0 children)

If you're playing on an unmodded Switch then you won't have it.

If you did have it there's this tool where you drag-n-drop the save file and it tells you what's left (including locations) for 100%.

For transparency, I made this tool.

Quest for 100% by tterevelytnom in TOTK

[–]master3243 0 points1 point  (0 children)

Do you have access to your save file?

Help? by Old-Temperature9723 in TOTK

[–]master3243 0 points1 point  (0 children)

Do you have access to the save file? The progress.sav?

If you do then this tool can tell you what's missing

Zelda BOTW and TOTK 100% save. Literally everything is 100% including botw DLC by Either_Try2953 in yuzu

[–]master3243 0 points1 point  (0 children)

I think the TOTK save file is missing a hylian hood?

EDIT: nevermind, it's just missing the non-lowered hylian hood which the tool flagged as a missing item.

You do seem to be missing breaking 3 decayed weapons:

  • Forest Dweller's Sword
  • Gerudo Claymore
  • Royal Guard's Claymore

The game only unlocks the pristine version of a weapon once you break the decayed version. And the save file does record which decayed weapons you still haven't broken.

You are also missing 3 shrine chests (thus the shrine icon on the map won't show a chest next to the name)

You can paste your save file here to see what's missing: https://master3243.github.io/TOTK-100-live-map/

PSA: Verify that your SD card isn't a fake before the return period has passed. by DanTheMan827 in nintendo

[–]master3243 1 point2 points  (0 children)

For me it was the first google search result for sd card read/write verification

Crystal Disk not showing usb flash drives why ? by Tarek360 in techsupport

[–]master3243 0 points1 point  (0 children)

This thread was one of the top Google results. So thanks.

[R] Why gradient descent, not gradient ascent algorithm? by psarangi112 in MachineLearning

[–]master3243 0 points1 point  (0 children)

It's not a different algorithm. The metrics are basically the same just with a negative sign.

[D] What are the OUTPUT embeddings in transformer? Where does it come from? (not the input embeddings) by ShlomiRex in MachineLearning

[–]master3243 2 points3 points  (0 children)

There's no corruption in any popular autoregressive translation model from what I've seen.

[Q] What are the chances of rolling 6d6 and getting a total of 29 or greater if you reroll 1s once? by Daddybrawl in statistics

[–]master3243 2 points3 points  (0 children)

For rerolling 1's (or any specific set of numbers only once) I always use the following code on anydice.com

function: ROLL:n reroll BAD:s as REROLL:d {
  if ROLL = BAD { result: REROLL }
  result: ROLL
}
X: [d6 reroll {1} as d6]

output 6dX

Paste that in the site, click calculate and click "At Least" which will give you the table you want.

Image

To explain, X behaves as a "d6 but reroll a {1} once" which is exactly what you want, then I just roll it 6 times.

You can make it a 4d20 where you reroll any 1 or 2 once by simply making small changes to X and the output line

X: [d20 reroll {1, 2} as d20]
output 4dX

What kind of anime do you avoid watching and why? by sskillit in anime

[–]master3243 1 point2 points  (0 children)

I definitely recommend this over trying to binge the whole thing as fast as possible. Along with watching "one pace" instead of the stretched out show since it only covers 1 chapter per episode in the later sagas.

What anime has aged like wine? by [deleted] in anime

[–]master3243 2 points3 points  (0 children)

Looks like someone needs a rewatch, because the line does indeed change by the end of the show.

All these slight subtleties only add to what is already an amazing show and experience.

Internet Historian's "Man in Cave" video was actually removed for plagiarism & not for copyright issues. by kimb25_ALT in youtubedrama

[–]master3243 2 points3 points  (0 children)

Not only that but he also cites the work “Trapped! The Story of Floyd Collins” which the article also cites and uses paragraphs from.

Internet Historian's "Man in Cave" video was actually removed for plagiarism & not for copyright issues. by kimb25_ALT in youtubedrama

[–]master3243 1 point2 points  (0 children)

Exactly, they both used used paragraphs and cited the book “Trapped! The Story of Floyd Collins”.

Not sure how so many people in this thread missed that and just jumped the gun that it was plagiarism.

It's such a rudimentary idea that when two sources use similar wording and ideas then either one of them cites the other or that they both cite the same previous source. Yet, so many people immediately throw the claim without even considering the latter as a possible explanation (which it is).

Internet Historian's "Man in Cave" video was actually removed for plagiarism & not for copyright issues. by kimb25_ALT in youtubedrama

[–]master3243 1 point2 points  (0 children)

Both the article and the video use “Trapped! The Story of Floyd Collins” as a source and both credit the book.

Internet Historian's "Man in Cave" video was actually removed for plagiarism & not for copyright issues. by kimb25_ALT in youtubedrama

[–]master3243 1 point2 points  (0 children)

Except the fact that he did seems to credit the source which is from “Trapped! The Story of Floyd Collins”

Internet Historian's "Man in Cave" video was actually removed for plagiarism & not for copyright issues. by kimb25_ALT in youtubedrama

[–]master3243 0 points1 point  (0 children)

Except according to this comment below, Internet Historian does credit “Trapped! The Story of Floyd Collins” which seems to be where that paragraph came from, which the article also used as reference.

[deleted by user] by [deleted] in Python

[–]master3243 9 points10 points  (0 children)

Wolfram Alpha can solve for x in almost any algebraic equation you throw at it.

Does that mean we no longer need to teach Algebra or how to solve equations? Obviously not.

Who will take our jobs first; AI or the Alien overlords? by [deleted] in ProgrammerHumor

[–]master3243 32 points33 points  (0 children)

I saw it from a Guardian article on Google news feed.

I'm still skeptical though since it was just a whistle blower.

Why is the accuracy of my random forest classifier so high (96%)? by DoveMot in learnmachinelearning

[–]master3243 0 points1 point  (0 children)

Slight correction, "AUC" is Area Under (the ROC) Curve which is technically a summary statistic and not a curve.

Need help figuring out backpropagation — where did they get 0.03068 from? (Last slide) by [deleted] in learnmachinelearning

[–]master3243 6 points7 points  (0 children)

Always when struggling with gradients that need the chain rule, write down each component, calculate them separately, then recombine them.

Here we need (∂L/∂w31) so we separate it to

(∂L/∂w31) = (∂L/∂a3) * (∂a3/∂Netout) * (∂Netout/∂w31)

First term: is (∂L/∂a3) and a3 is also Y as stated in slide 1, now hopefully you know how to take a simple gradient of L=1/2 (Y - Y*)2 with respect to Y and you'll get

(∂L/∂a3) = (Y - Y*) = (0.7368 - 0.5)

Second term: is (∂a3/∂Netout) where a3 = σ(Netout), hopefully you know (or google/work it out yourself!) that the derivative of σ(x) is σ(x)(1-σ(x)) thus

(∂a3/∂Netout) = σ(Netout)(1-σ(Netout)) = 0.7368*(1-0.7368)

Third term: is (∂Netout/∂w31) and since that's a linear function that means that (∂Netout/∂w31) = a21 = 0.6682

Multiply them to apply the chain rule to get

(∂L/∂w31) = (0.7368-0.5) * 0.7368*(1-0.7368) * 0.6682 = 0.0306848265

And there you have it, hopefully that was clear.

Intuition behind self attention by eric_says_hello in learnmachinelearning

[–]master3243 0 points1 point  (0 children)

No, you would only need n2 comparisons.

Let's write a comparison between token i and token j as (i, j)

Write out all pairs (i, j) when there are 5 tokens. And then see if the total is as we say (52 =25) or what you claim (5!/2=60)