Live data from Hacker News

Ask HN: Is anyone using Watson in their business?

news.ycombinator.com

41–50 of 51 posts

Re: Ask HN: Is anyone using Watson in their business?

#41
As a contract developer on a social media project we started to use Watson for analysis of posts about companies (that were clients of our client) and we had to go another route due to the time constraints of using Watson as well as the fact there were easier ways to use existing libraries that did "one" ML / algorithmic task to accomplish what we were looking to do (sentiment mostly).

Re: Ask HN: Is anyone using Watson in their business?

#42
I believe Watson, the AI engine, is still an early concept for healthcare and the reason I say this is that my friend is working on a healthcare startup that collects a vast amount of information. Their partnership with IBM means they are required to share the information that they're collecting, possibly to provide Watson with training datasets in the healthcare space.

Re: Ask HN: Is anyone using Watson in their business?

#43

As a contract developer on a social media project we started to use Watson for analysis of posts about companies (that were clients of our client) and we had to go another route due to the time constraints of using Watson as well as the fact there were easier ways to use existing libraries that did "one" ML / algorithmic task to accomplish what we were looking to do (sentiment mostly).

Isn't that particular offering basically just the Alchemy API they acquired and rolled into the platform?

Re: Ask HN: Is anyone using Watson in their business?

#46
post #38

I was loosely involved with a project at a very large company where they were using Watson (all on-premise, no cloud) to classify customer feedback (verbatims) into an existing taxonomy. This was actual customer feedback that came through service channels, not social media chatter. The taxonomy basically determined the escalation process within the company. As an example, think about issues with a cell phone. "Someti…

Sounds like the perfect fit for machine learning. Let people continue classifying the input text, store the input text and classification, keep doing this for a while and you get a large training set. Regularly run ML on it and compare results. Switch to ML when its results are good enough.

Re: Ask HN: Is anyone using Watson in their business?

#47
I had worked with IBM until earlier last year as Watson architect.

Watson is:

1. A brand - almost everything that has anything to do with analytics, gets labelled Watson. From cloud services to healthcare co-developments, to statistical software (i.e. SPSS) to anything (e.g. an e-commerce suite). 1.1 There also is "Watson Machine Learning" which is nothing more than SPSS in the cloud. (But of course you can use it for doing ML stuff)

2. A research project, which developed Watson as the system for the Jeopardy gameshow event and is still continuing to develop this system/technology further

3. There is a Watson core system, nowadays codenamed "Watson Discovery Advisor", which is architecturally pretty close to what was the original research system. There are only a handful of systems built on this architecture. It has nothing to do with the cloud services on bluemix, but is a massive parallel pipline in which pretty decent NLP gets combined with a set of hypothesis evidence scorer (various algorithms, from grammatical reasoning like simple LAT to ontological reasoning, lookups, tuple- and triple searches, indri, fulltext and other search approaches). This architecture is used for example, to power the Watson Cancer product. Every project like this is super expensive... speaking of 20 million +

4. A set of APIs in IBM's cloud platform ("Bluemix").

4.1 There we have NLC, a semantic text classifier (I personally find it quite good), a chatbot-system which pretty much is NLC with continuous training plus a handwritten dialog tree ("Conversations")

4.2 a machine-learning-ranking based search system ("R&R", "Discovery"), which combines an Elastic Search with a query language, paragraph handling, an NLP pipeline (see 4.3) and a supervised machine learning based ranker. The ranker is used to train the search to find relevant answers for a given natural language question (i.e. long tail question answering)

4.3. A NLP pipeline, which is NOT UIMA based, but based on the AlchemyAPI aquisition (which brought in the public taxonomy) and a SIRE based statistical machine learning relationship extraction approach. There is a training environment called "Watson Knowledge Studio" which lets you either program (dictionaries, rules) or train (click instances on sample texts) the NLP to your type system. This is running on Bluemix as "NLU" or in "Discovery"

4.4 And other stuff like image classifiers (party brought through the AlchemyAPI acquisition, partly from IBM's research in Almaden), Speech 2 Text, Text 2 Speech, Translation

6. An on-premise software called "Watson Explorer" which is a mixture of the Vivissimo aquisition (a search engine + portal + data integration) and IBM's homegrown UIMA pipeline and a nice analytical interface (data science tool for textual analytics - correlational analysis on text, NLP features and metadata with deviations, timelines, etc). This pipeline can be programmed with a rule- and dictionary based dev environment AND with the supervised machine learning based training environment Watson Knowledge Studio (->5)

7. Very few "products" like Watson for Oncology or ICPA, which are based on a variation of the above technologies and sold through specific channels

8. A Watson Health brand, dedicated to applying the Watson ideas to the healthcare market. They "own" Watson for oncology. They also have a big set of custom cloud APIs (some quite good and complex), like body part and drug tagging, adverse event detection, ICD10 coding, etc.

There is a huge sales folk in IBM, who does not understand the complexity and the breadth of portfolio the company has. Very often this results in overselling. The big Watson projects are pitched as a "this is what you get" plus the Watson APIs on the Bluemix cloud are shown as a "this is how easy and cheap you can start"... sales "forgets" to mention, that there is a huge gap between playing around with APIs and developing large systems like Watson for oncology. Or they are pitching the big Watson story and then selling Watson Explorer, just because this is, what they get their sales-quota for.

Also the stuff requires really skilled people to actually forge a customer specific Watson system. I have seen many projects gone bad, just because some product managers think "this is my product and we solve the problem with just this" - instead you would have needed a few good techies and an skilled architect to develop a solution, leveraging multiple different APIs and a combination of cloud and on-prem (Watson Explorer) to achieve a good result for the customer.

If you know what the technology can do, do not oversell it, and have skilled people working on it, you can built great things. I myself have lead the implementation of a good dozens of pilots and a handful of production projects (which are still active!)

Re: Ask HN: Is anyone using Watson in their business?

#48
I'm not using it in my business yet, but I created an IoT project to test the Watson text to speech API for the Renesas IoT Sandbox. See this. http://learn.iotcommunity.io/t/using-speech-in-your-iot-proj...

It's actually easy to use the API and I'm hoping to use more features for the my next project, which is a mobile app to get voice alerts of distributed IoT data from the cloud. Not sure if this answers the question, but I think the API is usable by businesses.

Re: Ask HN: Is anyone using Watson in their business?

#49
Here's an example: Shimmy Technologies is basing their company on Watson API. They make custom swimsuits using Watson's Speech to Text "recognizeMicrophone" so buyers can say their measurements which then gets converted into CAD files and Shimmy produces the customized clothing from there. http://www.techrepublic.com/article/stop-the-hype-the-real-v...

Re: Ask HN: Is anyone using Watson in their business?

#50

Yes. We use the Natural Language Understanding service at www.bustle.com for doing categorization of content. It maps decently to IAB categories: https://www.iab.com/guidelines/iab-quality-assurance-guideli...

Did you guys build a custom model or is the IAB mapping something Watson offers (I can't seem to find any details)?

The mapping is custom. Not something they have out of the box.
Post reply on HN