Outline ·
[ Standard ] ·
Linear+
Systems Sciences Artificial Neural Networks, Practical usage of AI concepts
|
elhh82
|
Jun 15 2009, 01:59 PM
|
|
you would have to think about the depth of the system you want. Would it only be parsing at the syntax level, or do you want to deal with semantics as well?
And what are the features or patterns that you are looking for? Just key words?
Theres quite a lot to think about as they are many different approaches to the problem.
|
|
|
|
|
|
elhh82
|
Jun 16 2009, 07:27 PM
|
|
QUOTE(ahjames @ Jun 15 2009, 03:52 PM) in the inital stage, i would like to go by keywords, where the net identifies some simple items like Name Address Phone Number Date of Birth and tags them accordingly. if they tag incorrectly i will have to reclassify the item to correct tag. so that next time they can tag it properly. I am still thinking about how to teach the net... Urgh more reading to be done What is the final aim of the system? Do you want to bin the resumes into seperate groups depending on what key words exist? Or something else? You'd also have to first build a parser that will be able to read the resume input, and parse it into a format suitable for training the NN.
|
|
|
|
|