Viewing profile — T_D_K
T_D_K
HN member- Joined
- Tue, Oct 18, 2011, 6:11 AM UTC
- HN karma
- 24
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About T_D_K
No profile information was provided.
Recent public activity
-
comment
Comment #19432987
I understand all that, which is why I said the industry has room for improvement. What I'm arguing is that they have value -- they save you from taking on what is essentially a par…
-
comment
Comment #19432540
Having a real estate agent as a buyer can be extremely useful. Time savings: they'll actively search out properties that fit your needs, handle negotiations, schedule inspections a…
-
comment
Comment #19384748
*ungood
-
comment
Comment #19285394
I'm not sure how that's a big deal for Lyft. It seems like a pretty healthy supply and demand curve -- if the number of drivers drops, it becomes more profitable to be a driver. An…
-
comment
Comment #16494079
Are you in a union? Your description sounds very similar to my father's experience in the USPS. If so, are the problems you describe related to the fact that it's a government job,…
-
comment
Comment #16485693
That's noble, but many aren't inclined trade personal profit for the company's profit. I don't think they should be, either. It's the company's job to ensure that their success is …
-
comment
Comment #16330386
From the article: "The app brings up the (scanned person's) vital information, including name, ethnicity, gender and address (..), the address of the hotel where they are staying a…
-
comment
Comment #16011352
Ah, thanks. The decibels example makes sense (an alternative would be to take the log first, and then convert it back after averaging?), and I can see how the 0-10 system can also …
-
comment
Comment #16010237
I've never heard this before, and a skim of the wiki page doesn't mention it as a prerequisite. Mind explaining? The scores are just integers, so the addition is well defined. So y…
-
comment
Comment #15871621
Great explanation, thanks. And the "distinct eigenvalues" part is obvious in hindsight. For some reason my brain thought that we were adding them, not subtracting.
-
comment
Comment #15866792
I got lost in 2.2, I can't work out how applying the transformation leads to the result. Which is frustrating since it's the only non-trivial line in the proof, lol. Also, after ap…
- comment
-
comment
Comment #15818799
Well, all of that is really just Hungarian Notation [0] with typesetting rather than extra characters, so it's not 100% necessary to fully understand -- just look at the definition…
-
comment
Comment #15718163
>But this wasn't the case in later Rome and Europe, not even in the Inquisition era I'm skeptical that throughout the history of Christianity, everyone took the "parable" interpret…
-
comment
Comment #15717656
Maybe I'm slow, but I still don't get it. Is he saying that members of the state's church will follow him blindly (making them out to be dumb / sheeple)? Or is he saying that even …
-
comment
Comment #15502947
Based on the limited amount of information, I'm assuming that by "training explodes" you mean that your gradient descent never reaches a local minimum. Try lowering your learning r…
-
comment
Comment #15451460
This is a great response! But I think the person you replied to understands all this, and is wondering about the exact method (or a layman's explanation) of the same process in ter…
-
comment
Comment #15331626
First question: The network is trained to recognize a fixed set of outputs. That's what makes it a classifier -- it classifies an input into a single output. It does this by giving…
-
comment
Comment #15331556
These are called hyper parameters (filters, filter sizes, stride length, pooling function, activation function, and a whole host of others not mentioned in this article). They are …
-
comment
Comment #15151458
Ok. I stared at it long enough, and I think I understand. Being Lipschitz-continuous means (in a non-rigorous way?) that a the gradient / slope of a function has an upper bound. An…
-
comment
Comment #15151323
I'm getting stuck trying to understand the equations in assumptions 1 and 2. Can anyone point me to a resource that explains the idea behind them? Wikipedia is a bit terse, and I'm…
-
comment
Comment #15029302
Does anyone have insight as to why they're still doing top 5? It seems to me like the error rates have dropped low enough that they could move on to top 3 or even single guess chal…
-
comment
Comment #14932763
He's proud of what he's accomplished, in a weightloss post-mortem. How does that make him narcissistic?
-
comment
Comment #14932738
It's easy to maintain your goal weight if you truly enjoy the lifestyle you've created. Obviously, if you get up one day and say, 'Well I don't actually like going to the gym / tra…
-
comment
Comment #14807649
Why does the article say there are 2^N different possible configurations? Shouldn't it be N! ? Maybe I'm missing something, but I don't see how they can rule out so many different …