Sunday, April 22, 2012

How to solve Monkey and Banana Problem Using Prolog

Here i demonstrated how we can solve the monkey and banana problem(Famous problem Artificial Intelligence files).

Reference : Bratko,Ivan Prolog Programming for Artificial Intelligence


There is a monkey at the door in to a room. Inside the room at the middle a banana is hanging from the ceiling and there is box at the window which can be used by monkey to grasp the banana. Monkey is allowed following actions.

Complete Medical System Using Prolog

How we can write a medical system using prolog language?

Don't use this system to treat real life patients. This is only for education purpose.


Create a new prolog file and take the following code inside it.

Thursday, April 19, 2012

Create Your first android program

During the last post we discussed how we set our environment so that we can start mobile app development. Today will discuss the programming part. Really the fun part....

How to create android apps complete guide to a beginner

In this post we will discuss how we can start developing android apps. The method i posted here tested by me for mac and pc both and it worked out well.cool !!! This will be more appropriate for a complete beginner in the field of mobile app development.Since android apps mainly based on java we need a platform to develop apps. so we can use eclipse, netbeans ,etc.. But i prefer eclipse. So here we go.

How to utilize game theory with computer Security


Game theory is a blooming field that already served lot for economics, financial world and law. Now we can use game theory in computer security as well. How to use game theory for computer security? This is introduction on how we can use game theory on computer security and more things will be posted in the future.

Game theory models the interaction(s) of decision makers who have to choose actions that might be conflicting but not necessarily.