Artificial intelligence (AI) is the branch of computer science and technology that studies the development of machines able to simulate aspects of human intelligence.
I recently started an introductory course to Artificial Intelligence and I have been given an assignment to implement an admissible …
algorithm artificial-intelligence a-star heuristicsI am trying to make a Blackjack game! I am successful with player interaction! However, I decided to step it …
java artificial-intelligence blackjackIn learning about MDP's I am having trouble with value iteration. Conceptually this example is very simple and makes sense: …
python algorithm artificial-intelligence markovCurrently I'm learning about neural networks and I'm trying to create an application that can be trained to recognize handwritten …
artificial-intelligence neural-network ocr backpropagation feed-forwardWay way back (think 20+ years) I encountered a Gomoku game source code in a magazine that I typed in for …
algorithm artificial-intelligence gomoku weightedI know that both of them select K randomly, and then choose the best K, as I understand the best …
algorithm artificial-intelligence beam-searchI am interested in writing a twenty questions algorithm similar to what akinator and, to a lesser extent, 20q.net …
algorithm artificial-intelligence puzzleI'm actually working on a board game which is a variant of the TIC-TAC-TOE game. The specifics of the game …
artificial-intelligence minmax evaluation-functionThe run time of BFS is O(b^d) b is the branching factor d is the depth(# of level) …
performance algorithm artificial-intelligence breadth-first-searchI've been involved with a lot of C-Programming and RT-Linux, now I want to do some Artificial Neural Networking. BUT: …
artificial-intelligence machine-learning neural-network evolutionary-algorithm real-time-systems