Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Submission + - Flat-earth daredevil Mad Mike Hughes dies in rocket launch (bbc.com) 2

JoeRobe writes: Multiple news agencies are reporting that "Mad" Mike Hughes, daredevil and flat-earthier, died in a rocket launch in a California desert. From the BBC: "With the help of his partner Waldo Stakes, Hughes was trying to reach an altitude of 5,000ft (1,525m) while riding his steam-powered rocket, according to Space.com.
In the video of the launch, a parachute can be seen trailing behind the rocket, apparently deployed too early, seconds after take-off."

Comment Re:A little thin on tech detail (Score 1) 43

A the math for a neural network accelerator chip is indistinguishable from the math for graphics. It's all the same multiplying vectors and matrices. And most of the work is done up front in training the neural network, the results of which can be distributed to computers with processors of lesser power. If qualcomm is going to get a couple of teraflops on a single core then power to them.

Comment Re:A little thin on tech detail (Score 1) 43

Not a helpful answer. There is no information anywhere on the web on whether these are continuous or discrete neural networks. As far as putting it on the chip, if it is a discrete neural network, then there is no advantage over a cuda enabled neural network running on an nvidia tesla. It is just Malibu Stacy with a new hat.

Comment Re:Wrong objective. (Score 3, Informative) 115

It is easier to find bugs in code where all of the objects, variables, methods, etc. are named according to their actual purpose. It is easier for other researchers to integrate their own ideas if the code is self documenting. It is easier to integrate with other software if the interfaces are cleanly defined. It is easier to verify the results of intermediate steps if there is proper encapsulation. Also, proper encapsulation reduces the chances of unintended side-effects when data is modified outside of scope.

Slashdot Top Deals

2 pints = 1 Cavort

Working...