Hi,
I am planning to write code for solving analogies.
i.e the question is A:B::C:? and the computer is given four choices and the computer has to select the
right choice.
Here A , B, C and choices are visual represenatations.
For example:
A is letter 'B' in a box.
B is mirror of letter 'B' in a box.
and C is letter 'F' in a box.
Now the choices have letter 'F' is different orientations in a box.
The program has to determine the relationship between A and B and choose D so that C and D have the same relationship.
The input is not a image but a text file describing the image.
There are other cases like a circle in a triangle and things like that.
I do not know LISP and want to know if doing this in LISP will be more helpful than in Java.
Can you please let me know if it will be helpful to code this in LISP.
If so, what features in LISP will help me. Please give some examples.
I am planning to write code for solving analogies.
i.e the question is A:B::C:? and the computer is given four choices and the computer has to select the
right choice.
Here A , B, C and choices are visual represenatations.
For example:
A is letter 'B' in a box.
B is mirror of letter 'B' in a box.
and C is letter 'F' in a box.
Now the choices have letter 'F' is different orientations in a box.
The program has to determine the relationship between A and B and choose D so that C and D have the same relationship.
The input is not a image but a text file describing the image.
There are other cases like a circle in a triangle and things like that.
I do not know LISP and want to know if doing this in LISP will be more helpful than in Java.
Can you please let me know if it will be helpful to code this in LISP.
If so, what features in LISP will help me. Please give some examples.