I am new to Artificial Neural Networks.
I am interested in an application like this:
I have a significantly large set of objects. Each object has six properties, denoted by P1–P6. Each property has a value which is a symbolic value. In other words, in my example, P1–P6 can have a value from the set {A, B, C, D, E, F}. They are not numeric. (Suppose A, B, C, D, E, F are colors; then you will understand my idea.)
Now, there is another property R that I am interested in. Suppose
R = {G1, G2, G3, G4, G5}
I need to train a system for a large set of P1–P6 and the relevant R. Now I want to do the following.
I have an object and I know the values of P1 to P6. I need to find the R (The Group that the object belongs.)
To get the desired R what is the pattern I need to have in P1–P6. As an example given that R = G2 I need to figure out any pattern in P1–P6.
My questions are:
What are the theories/technologies/techniques I should read and learn in order to implement 1 and 2, respectively?
What are the tools/libraries you can recommend to get this simulated/implemented/tested?