Hacker News new | ask | show | jobs
by wiz21c 3313 days ago
This raises a question for me : is there currently some public infrastructure that can rival with AlphaGo ?
1 comments

Public means API? AlphaGo is very specialized in solving Go game. Google, Amazon and IBM have services for various services like image recongition and speech recongition. Startups like Clarifi also exists in that space.

The closest to a generalized AI service would probably be Watson from IBM (but I don't have experiment with it sadly so I am not sure about the usage experience).

Public in the sense of non proprietary, in this case most likely universities.

My question was more : Google probably based its tools on existing tools, and those most likely come from universities (research paper, computer infrastructures, etc.). So what are those tools, where are they ?

Google originally used Torch7 as their ML library, but shifted to use TensorFlow in April 2016. TensorFlow is written by Google itself.

AlphaGo itself uses a method that combines Monte Carlo tree search with value and policy NN. All NN used are concurrent NN. The specifics are in a paper by David Silver et al: https://dvc0t0mx8dl84.cloudfront.net/wp-content/uploads/2016...

> The closest to a generalized AI service would probably be Watson from IBM

Ha ha ha!

>> The closest to a generalized AI service would probably be Watson from IBM

> Ha ha ha!

can you expand on that for those of us who don't know much about the field?

That's not very nice.
Sorry, I honestly thought you were joking.

'Watson' as it is sold today is a mishmash of random, separate services. You can get the same from Google, MS or multiple other places.

'Watson' the jeopardy winning thing was an ensemble of search and rule-based NLP techniques.

Neither are much like general AI.