I am trying to implement Neural network for email spam detection. I have neural network for solving XOR problem and I want to edit that network for my purpose and use ba. Its accessible here: https://github.com/trentsartain/Neural-Network
I downloaded some database of email spam and ham in text formats for training the network.So I have some training sets. But my question is:
What should be inputs for that neural network?
Thanks for every comment! :)