|
From: Mark H. <mh...@wa...> - 2017-04-03 21:57:31
|
You could try a different classifier. Training a MLP on the (potentially) large feature space resulting from vectorizing text will take some time. Try a support vector machine or the multinomial naive Bayes classifier. Cheers, Mark. On 3/04/17, 2:46 PM, "Amal Mahmoud" <wekalist-bounces(a)list.waikato.ac.nz on behalf of andow7(a)gmail.com> wrote: dear all I have 19000 tweets.Iam trying to run multilayer perceptron it takes 24 hours till now to build model is that normal?and what I should do to decrease time. regards _______________________________________________ Wekalist mailing list Send posts to: Wekalist(a)list.waikato.ac.nz List info and subscription status: https://list.waikato.ac.nz/mailman/listinfo/wekalist List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html |