Goto

Collaborating Authors

 Search


Naysayers eat their words as Google's AI masters ancient game of Go

AITopics Original Links

They said it couldn't be done, but Google's AI technology has proved them wrong by mastering the ancient Chinese game of Go roughly a decade earlier than anyone expected. Tapping neural networks and advanced "tree search" programs, researchers from Google DeepMind created a system called AlphaGo that takes a different approach to the game than had been tried before. In Go, the player's objective is to surround the opponent's pieces by alternately placing black and white pieces on a 19-by-19-line grid while simultaneously avoiding having one's own pieces surrounded. With more possible positions than there are atoms in the universe, Go has long been considered an ultimate challenge for artificial intelligence researchers. Traditional AI efforts to master Go have focused on using search trees, a computer science technique used for locating specific values from within a set. AlphaGo, on the other hand, uses the more advanced Monte Carlo tree search approach often used in game playing.


On Time Systems Inc.

AITopics Original Links

On Time Systems, Inc. (OTS) brings state of the art search-based optimization technology to industrial problems. In recent years, search-based techniques have surpassed the effectiveness of the long-dominant operations research techniques for solving a large variety of optimization problems, and OTS is at the leading edge.


justinhj page

AITopics Original Links

A* algorithm tutorial Tweet Production quality source code accompanying this tutorial can be found on Github Related blog posts Who uses this A* code Bug fixes Avoiding ten common video game AI mistakes Introduction Welcome to this A* tutorial. The A* algorithm is often used in video games to enable characters to navigate the world. This tutorial will introduce you the algorithm and describe how to implement it. State space search A* is a type of search algorithm. Some problems can be solved by representing the world in the initial state, and then for each action we can perform on the world we generate states for what the world would be like if we did so. If you do this until the world is in the state that we specified as a solution, then the route from the start to this goal state is the solution to your problem. In this tutorial I will look at the use of state space search to find the shortest path between two points (pathfinding), and also to solve a simple sliding tile puzzle (the 8-puzzle).


After Facebook Graph Search announcement, new discussion of privacy

AITopics Original Links

Earlier this week, Facebook CEO Mark Zuckerberg took the wraps off a Facebook search feature called Graph Search, which harnesses data from your friends' feeds and turns all of Facebook into one giant recommendation engine. Want to find Star Wars fans in your area? You can have that too. "You can find people based on things they've shared with you, including their interests and profile info," Facebook reps wrote on the Graph Search promo page. "You'll see results for friends who share their city with you, people whose city is set to Public, and suggested results based on info shared with you."


Artificial Intelligence: Structures and Strategies for Complex Problem Solving

AITopics Original Links

Many and long were the conversations between Lord Byron and Shelley to which I was a devout and silent listener. During one of these, various philosophical doctrines were discussed, and among others the nature of the principle of life, and whether there was any probability of its ever being discovered and communicated. They talked of the experiments of Dr. Darwin (I speak not of what the doctor really did or said that he did, but, as more to my purpose, of what was then spoken of as having been done by him), who preserved a piece of vermicelli in a glass case till by some extraordinary means it began to move with a voluntary motion. Not thus, after all, would life be given. Perhaps a corpse would be reanimated; galvanism had given token of such things: perhaps the component parts of a creature might be manufactured, brought together, and endued with vital warmth (Butler 1998).


U of A GAMES Group Home Page

AITopics Original Links

Some of these programs include Chinook (checkers), Logistello (Othello), YL and Mona (Lines of Action), SoftWari (Awari), Queenbee, Wolve and MoHex (Hex), and Poki (poker). Chinook was the first computer program to win an official World Championship in a game of skill. This includes improvements to alpha-beta search efficiency, and new approaches to minimax search control. We are investigating new methods for discovering and using heuristic knowledge, such as data mining endgame databases for automatic feature identification and tuning of evaluation functions. This research includes probabilistic evaluation techniques, risk assessment, betting strategies, and opponent modeling.


Artificial Intelligence To appear, Van Nostrand Scientific Encyclopedia, Ninth Edition, Wiley, New York, 2002.

AITopics Original Links

In 1976, Newell and Simon [Newell and Simon1976] proposed that intelligent behavior arises from the manipulation of symbols--entities that represent other entities, and that the process by which intelligence arises is heuristic search. Search is a process of formulating and examining alternatives. It starts with an initial state, a set of candidate actions, and criteria for identifying the goal state. It is often guided by heuristics, or rules of thumb,'' which are generally useful, but not guaranteed to make the best choices. Starting from the initial state, the search process selects actions to transform that state into new states, which themselves are transformed into more new states, until a goal state is generated.



Google's search algorithm update unintentionally helps fake news outrank real news

AITopics Original Links

Google's search algorithm has been changed over the last year to increasingly reward search results based on how likely you are to click on them, multiple sources tell Business Insider. As a result, fake news now often outranks accurate reports on higher quality websites. The problem is so acute that Google's autocomplete suggestions now actually predict that you are searching for fake news even when you might not be, as Business Insider noted on December 5. There is a common misconception that the proliferation of fake news is all Facebook's fault. Although Facebook does have a fake news problem, Google's ranking algorithm does not take cues from social shares, likes, or comments when it is determining which result is the most relevant, search experts tell Business Insider. The changes at Google took place separately, experts say, to the fake news problem occurring on Facebook.


Machine Learning in Games

AITopics Original Links

This site is for artificial intelligence researchers and intrepid game programmers. I describe game programs and their workings; they rely on heuristic search algorithms, neural networks, genetic algorithms, temporal differences, and other methods. I keep big list of online research papers.