HN user

querious

43 karma
Posts1
Comments21
View on HN

One of our simplest “screening” questions for DS roles at my company is: “your model is 100% accurate. How do you feel?” If the answer is anything other than deep skepticism (Data leakage, trivial dataset etc), it’s a big red flag

No Brainer 11 years ago

Does anyone know whether this is a degenerative disease or a condition one is born with? It's possible the whole brain is necessary for learning, (including learning how to learn more abstract things), but then can be pruned heavily to move information into denser networks.

Whenever automated transportation becomes feasible, which is on the order of 5-10 years, a good chunk of a multi-trillion dollar market will go to the few players ready to capture it. At this point, Uber is arguably the most promising bet: tons of data, name recognition, long-term vision, talent, and on-point execution. Not to say they can't miss the mark still, but the market size for transportation of people and goods is gigantic, and Uber is dead set on basically being the One to take it all. I can see why it'd be an appealing investment.

Original paper: https://groups.csail.mit.edu/EVO-DesignOpt/groupWebSite/uplo...

Basically how the "Data Science Machine" works: 1) "Feature synthesis": features related to the target are discovered by following foreign keyed relationships in a relational database, automatically generating "deep" queries involving many joins. Aggregates like MIN, MAX, AVG, and STD are automatically calculated to be used as additional features. 2) "Dimensionality Reduction": Truncated SVD reduces feature length 3) "Modeling": Remaining features are clustered and then modeled by Random Forest decision trees with learned hyper parameters.

There's a ton more optimizations, but that's the gist.

The machine can't be evaluated as a stand-alone product, though, because the researchers also mention manually generating features on the problems they tested, without reporting the effect of their own tampering.

They do conclude the system is more of a time-saving device than the general pattern-recognition one that our journalists seem to think it is.

Edited: formatting

I think of it as an arms race between traders and regulators. The more complex the security, the longer it will take regulators to pass rules against its misuse, figure out taxation, etc. In the meantime, the inventor stands to make an enormous amount of money.

Also, there's an inherent information asymmetry favoring the inventor.

A) 20% growth in revenue per year is not "flattening out". It's massively exponential growth. B) Google is at the cutting edge of robotics and computer vision. I'd say they are in an excellent position to cash in on the next big market.

The words "Something All Our Own" come to mind (the name of Grant Hill's collection of African American art).

The motivation to defy expectations has been there for a long time, and makes sense on several levels. It's the same drive, I suspect, that led to utterly unique movements like Jazz, hip-hop, and distinctive forms of dance, which really insisted on creating their own modalities and not borrowing from the pre-existing culture.

Some motivations I can think of:

One, asserting independence from a dominant culture that in turns delegitimizes and exploits your own. Why would one choose to blend in with this culture?

Two, demanding legitimacy / highlighting the fact that there are still dire punishments for choosing to embrace one's ethnicity. Hell, name choice is small beans... consider the racism implicit in having your dialect, spoken by millions, deemed unacceptable at work and school by white authority figures everywhere. Having to deal with the fact that no one will take you seriously if you speak the way you do at home, is a big part of the African American experience and must be a constant reminder that you are not accepted by those in charge unless you toe the line.

Three, an attempt at disproving racist forces that wish to deny your intelligence, creative spark, and potential. Self expression was brutally squashed since the beginning of slavery days, and only allowed insofar as it entertained those in power. The desire to actively disregard whether your action pleases the supremacist (who still doles out reward and punishment), and instead celebrate the differences that have normally only meant trouble, is a fully understandable reaction to all this.

Well, theoretically a brute force universally solves any set of constraints, just takes too long. Intelligence is really only about efficiency and timescales, i.e. the dumbest algorithm would look insanely smart to us if it ran fast enough.

I can't recommend a browser extension like Vimium highly enough. It allows you to browse the web efficiently without a mouse. Also: shortcat for navigating OSX dialog boxes, and Divvy for resizing windows with the keyboard. I hardly touch the gesture pad anymore (external one), and my shoulder thanks me for it.

AI 12 years ago

The question that comes up for me at this point is whether there is much that is dispensable about humans when it comes to exhibiting intelligent behavior (running on 100 watts, no less). It turned out that for abstracting useful flight dynamics based on birds, there was a rather simple rule: lift > weight. Sure, reducing it to that simple formula may not help you build a machine that maneuvers as well as birds and insects do, but we didn't need that for flight. We just wanted to cross an ocean in less than 6 weeks.

Whether the flight analogy carries on to intelligence, in my mind, depends on how many of our subsystems are 1) indispensable for intelligence, and 2) reasonably computationally reducible.

From neurotransmitters to ganglia cells to hormones and bacteria in the gut, we have found a lot of subsystems that contribute to our abilities to make diverse, everyday decisions that the ideal AI we are discussing would have to make. The cortex actually seems like one of the most orderly and therefore reducible parts of the apparatus. The hormonal system that regulates emotion based decision making may be far more difficult to abstract and less efficient to model. And there are many many other systems. Could it be that without details of those subsystems, our AI behaves in less than optimal ways the same way a human would? How much can we get away with reducing biology to simpler rules while maintaining general intelligence?

It is possible I suppose that all those biological dependencies are merely hampering an ideal algorithm for generalized intelligence that we are only crude approximations of, a powerful and simple algorithm we can finally free of biological constraints, -- but it's too late to get into the probability of that hypothesis! In any case it's not clear to me how that kind of nonhuman intelligence would serve us.