-1

I'm using this article to try to understand the Neural network

I have a .txt file containing paragraph of pharases containing short stories with people names. I want Joone engine to identify subject of each paragraph with people names.

How accurate it can be done by AI and Joone engine? Any guideline is appreciated.

madth3
  • 7,275
  • 12
  • 50
  • 74
d-man
  • 57,473
  • 85
  • 212
  • 296
  • Do a lot of reading on (a) neural networks and (b) natural language processing before you even think about going down this path. You're in way over your head. – Chris Eberle Feb 08 '13 at 16:34

1 Answers1

1

Well, it may be some sort of offtop, but I'd propose you to use the Encog library for neural networks. Also, speaking of the txt file you have... well this is text analysis program, I don't think that this task would depend on the neural API you choose. For the text analysis libraries look over here, a good thread - Java text analysis libraries

Community
  • 1
  • 1
user
  • 3,058
  • 23
  • 45