IBM is not doing "cognitive computing" with Watson (2016)
rogerschank.com
IBM is not doing "cognitive computing" with Watson (2016)
1–10 of 452 posts
Re: IBM is not doing "cognitive computing" with Watson (2016)
#2Re: IBM is not doing "cognitive computing" with Watson (2016)
#3Anyway none of the company that pretend doing AI are actually doing AI. AI nowadays is pure branding bullshit.
Re: IBM is not doing "cognitive computing" with Watson (2016)
#4IBM tries to sell into c-suites of companies that are less technically-adept than the average HN reader. Their marketing seems to be pretty effective, at least in getting proof of concept projects signed with big names.
Watson is simply IBM's ML product, but they call it AI and wrap it in marketing for all the reasons every AI startup does the same thing.
Re: IBM is not doing "cognitive computing" with Watson (2016)
#5Anyway none of the company that pretend doing AI are actually doing AI. AI nowadays is pure branding bullshit.
I heard someone say that A.I. is just what we call technology that doesn't work yet. Once it works, we give it a specific name, like "natural speech recognition".
Re: IBM is not doing "cognitive computing" with Watson (2016)
#6Anyway none of the company that pretend doing AI are actually doing AI. AI nowadays is pure branding bullshit.
Re: IBM is not doing "cognitive computing" with Watson (2016)
#71. Parsing and providing the input dataset into 'features'
2. Hand coding the logic and rules for many different cases (Expert systems)
Now, it has become easier to train a model such as a neural net where you can provide much 'rawer' data; similarly you just provide it a 'goal' in the form of a loss function which it tries to optimize over the dataset.
By 'true' AI, I think most people mean 'how a human learns' - which is actually a very biased thing, since we humans have goals of things like the need to survive, etc. I do believe it would be possible to encode these into goals, although doing that properly and more generically seems a little bit in the future.
Re: IBM is not doing "cognitive computing" with Watson (2016)
#8Re: IBM is not doing "cognitive computing" with Watson (2016)
#9Re: IBM is not doing "cognitive computing" with Watson (2016)
#10The way IBM talks about it is completely bs. However, this round of AI is definitely better than the last one. Specifically, whats different this time around is that previously, expert based systems and many machine learning techniques require that you specifically hand code things like: 1. Parsing and providing the input dataset into 'features' 2. Hand coding the logic and rules for many different cases (Expert syst…