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

 



Forgot your password?
typodupeerror
×

Comment Re:Has anyone worked with boot camp graduates? (Score 0) 179

I worked with one who worked out VERY well. But he was a coder before he started the bootcamp. We hired him as a web dev, and the bootcamp was for Javascript. But he was coding for many years before taking the course, so it's not like the course taught him to code, it just helped him code something new.

Similar situation: I hired an IOS dev that learned from a Udacity course, and he's a rock star. But again, he knew how to code in something other than Swift before he started the Udacity course.

Comment Out of date by the time it's etched? (Score 1) 23

This sounds great for people that want to commit to using an algo for an extended timeframe. But since it's etched, you won't get any benefit from the constant stream of papers about deep learning that are being released. Keep in mind that the big ML competitions like ImageNet usually have a new high score record set every year. Not really a field in which I want to be behind the curve. Everybody could start using a spicy new activation function tomorrow for all we know. It's happened before. Not to mention, training speed just isn't the problem that it used to be. You can get amazing results off your CPU if you've got some cores. Sometimes people will train giant monstrosity models that take a week on a pair of Titans, but nobody actually uses those models, that's just companies like Google and Facebook trying to show off.

Comment Finally a reason to write one. (Score 2) 41

This is great news for anybody who uses these voice-based devices. The app ecosystem on these devices has been an absolute sewer, because only apps with a monetization strategy get published. There is a tonne of room for some very cool little applications that use voice inside the home for quick information requests and the like. But as is, nobody is going to build those apps because they cost money to run. Not very much money, but you still need to host a service somewhere. The worst case scenario for somebody up until now who was developing an Alexa Skill was to have it blow up in popularity, and then get stuck with a large hosting bill.

Comment Re:Interesting question (Score 1) 80

It does sound like the same shenanigans at play, although nobody is admitting to purposely breaking the Chinese one, like what happened with Tay.

This type of chatbot is a predictor about what will be said next in a conversation, based off of the words that have already been said. In the case of Microsoft Tay, it was being trained from Twitter. So all anybody had to do was make sure it was trained on their tweets, and they could make it say anything. If it sees a pair of tweet like "That dog is awesome" and the response "It must have a highly varied diet", then as long as this is the only time it's seen the phrase "That dog is awesome", if you say "That dog is awesome" to it, it will respond with "It must have a highly varied diet".

Of course, it was the 4chins that noticed this first in Tay's case, so it ended up saying some awful stuff. And I'm assuming that's what happened with Propaganda Bot too. Of course it's also possible that it just got some negation mixed up. Negation words in NLP are super hard to deal with and cause all kinds of headaches. So maybe it was supposed to say that it WAS a huge fan of the Communist Party. But seeming that it mentioned wanting to go to America, that sounds like it's just parroting some rapscallion.

This gets into why I think this whole Markov chain based thing is a total dead end in terms of AI. It just produces very convincing nonsense. If anybody is interested in the tech though, check out Karpathy's blog post "On The Unreasonable Effectiveness of RNNs". It's what kicked off the popularity of the technique.

Comment Google wants PhDs (Score 2) 267

I find it ironic that Google invests so heavily in online education programs, but only hires people who have gone through the higher education song and dance. They straight up claim that their Udacity Android nano-degree will get you a job in the field, but how many of those grads are they hiring?

Slashdot Top Deals

Quantity is no substitute for quality, but its the only one we've got.

Working...