NeuralNet train and test
Ani
New Altair Community Member
Hello,
Could anybody tell me any simple sample mapping for how to train and test the text data using NeuralNet?
Thanks in advance.
regards
Ani
Could anybody tell me any simple sample mapping for how to train and test the text data using NeuralNet?
Thanks in advance.
regards
Ani
Tagged:
0
Answers
-
training/testing is explained in this video: http://rapid-i.com/videos/tutorials/05_rm5_evaluation/rm5_evaluation.html
instead of naive bayes you will put in a neural network. (assuming you preprocessed your documents to wordvectors and labeled each instance)0