|
From: Steve H. <sho...@cr...> - 2012-01-18 19:55:02
|
Hello All, I’d like to learn a particular sequence of numbers. I’m using this pattern: http://ceur-ws.org/Vol-216/submission_12.pdf to create class expressions that describe sequences. I’ve created a number of example sequences and would like to learn the expression that captures them all: eg given 4123, 1235, 123, etc and some negative examples, I’d like to learn the class expression for a list containing sequence 1,2,3. This task would essentially find the superclass for the positive examples (a list containing 1,2,3). The DL learner examples I’ve come across use individuals for positive and negative inputs, but is there any reason classes couldn’t be used? I’ve tried this and eventually run out of heap space with 1.5 G RAM – but wonder if there is anything intrinsically wrong with this approach. I’ve also given each class a named individual and made the individuals the positive and negative examples. But, DL Learner also eventually runs out of heap space. Thanks in advance for the help, Steve THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If you are not the intended recipient, your use of this message for any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records. |