Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Does anyone REALLY understand ... (Score 2) 63

... how these things work? There seems to me a knowledge gap between the low level actual software implementation of the artificial neurons and the high level conceptual ideas of what the networks/models should be doing.

Researchers seemed to have copied a simplified version of what was earlier ideas of how the brain works (we know now it doesn't use back propagation) and then just applied a suck-it-and-see approach to improving these ANNs without really knowing how they do what they do. Or maybe I'm wrong, dunno.

Comment Re:Sustainable? (Score 0) 65

Very unlikely this is going to be go-anywhere like a real taxi. It will almost certainly be geofenced and limited to certain roads where it can't get stuck. European streets are often much narrower than US ones and its quite possible for a 2 way street to only have room for a single vehicle at a time with bad parking.

Comment Betteridges Law... No. (Score 4, Insightful) 57

Like a lot of academic subjects, programming can be gamified up to a point, but eventually you have to just sit down and learn stuff properly, practice writing real code, experiment and learn for yourself what certain data and code structures can and can't do, the gotchas, the edge cases etc etc. eg You're not going to learn the use cases and difference of an array, a list and a hash playing with blocks on screen. Ditto the pros and cons of various sorting algorithms. When it comes down to it , real coding is hard despite what various shills promoting their courses would have kids believe.

Slashdot Top Deals

Dynamically binding, you realize the magic. Statically binding, you see only the hierarchy.

Working...