Having a batch program learn – Artificial Intelligence
I am making a chat bot for my sister in batch but it is consuming so much time I figured I would let it have her tell it what to say when it does not know. However I can not…
I am making a chat bot for my sister in batch but it is consuming so much time I figured I would let it have her tell it what to say when it does not know. However I can not…
I am trying to develop an android (java) project for my Artificial Intelligent thesis. It is shortly based on story reading and word quiz. One person reads a story and marks the words that he doesnt know. These words are…
I am recording mouse coordinates in a page, up until just before the user leaves the page. Using these mouse coordinates, I want to develop an algorithm that should predict whether the user is leaving the page or not. For…
I have this Backpropagation implementation in MATLAB, and have an issue with training it. Early on in the training phase, all of the outputs go to 1. I have normalized the input data(except the desired class, which is used to…
I'm looking for a game which will allow me to test various artificial intelligence, reinforcement learning and machine learning algorithms. It would be great, if there will be good documentation or even helpful framework for writing AI. I know about…
I am looking for C and C++ implementations of artificial intelligence algorithms useful in games. Some of the ones I am most interested in are reinforcement learning algorithms, genetic algorithms and neural networks. Any others are interesting too, however. I…
I am looking for a graduation project idea in AI and machine learning field... The idea may require front-end user interface to attract users... I am thinking of how AI and machine learning can help you in daily life..? Any…
In school, one of my professors had created a 3D game (not just an engine), where all the players were entirely AI-controlled, and it was our assignment to program the AI of a single player. We were basically provided an…
In terms of Artificial Intelligent and Logic Knowledge, What is the difference between sound and unsound reasoning? Also, what kind of search Does ID3 algorithm use? Is it Breadth-first search? Thanks
Given a set of data very similar to the Motley Fool CAPS system, where individual users enter BUY and SELL recommendations on various equities. What I would like to do is show each recommendation and I guess some how rate…