Artificial intelligence (AI) is the branch of computer science and technology that studies the development of machines able to simulate aspects of human intelligence.
Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))
.net artificial-intelligence neural-networkI am confused about the terms overestimation/underestimation. I perfectly get how A* algorithm works, but i am unsure of …
algorithm search graph artificial-intelligence a-starI'm looking into clustering points on a map (latitude/longitude). Are there any recommendations as to a suitable algorithm that …
algorithm machine-learning maps artificial-intelligence cluster-analysisI want to play Tic-tac-toe using an artificial neural network. My configuration for the network is as follows: For each …
artificial-intelligence neural-network game-aiI'm trying to use the Simple hill climbing algorithm to solve the travelling salesman problem. I want to create a …
java algorithm artificial-intelligence traveling-salesman hill-climbingWhat is the best programming language for artificial intelligence purposes? Mind that using suggested language I must be able to …
artificial-intelligence machine-learning neural-networkI am implementing a NxN puzzle solver using A* search algorithm and using Manhattan distance as a heuristic and I've …
java artificial-intelligence a-star sliding-tile-puzzleI've been reading a lot about Markov Decision Processes (using value iteration) lately but I simply can't get my head …
algorithm language-agnostic artificial-intelligence markovFor learning purposes I'd like to study an open source expert system, in particular one that can reason and explain …
artificial-intelligence expert-systemI have an input image 416x416. How can I create an output of 4 x 10, where 4 is number of columns and 10 …
python neural-network keras artificial-intelligence conv-neural-network