Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"naive bayes algorithm"

RamanRaman Member Posts: 8 Contributor II
edited June 2019 in Help
Hello Sir,
I am Research Scholar. I m pursuing my master degree and my thesis topic is Sentiment Analysis of reviews using naive bayes algorithm by Rapidminer. Can you provide me Naive Bayes algorithm???  I need it for my research.
My email id is ramandeepsharma092@gmail.com
Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • RamanRaman Member Posts: 8 Contributor II
    Sir,
    In my project, i have classified reviews by using naive bayes algorithm in Rapidminer and in my thesis, i have to improve that technique( improve or enhance naive bayes algorithm) to get better results and increase its accuracy.
    or can you provide me any other alternative ?
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Linear SVM with optimized C?
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • RamanRaman Member Posts: 8 Contributor II
    Linear SVM classifier is already choosen by another research scholar in my college. Can you give me any idea how can i improve or change naive bayes algorithm to increase the accuracy ???
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    oh, the trick is not the best algorithm. The trick is do to good feature engeneering.

    How did you to your preprocessing?
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • RamanRaman Member Posts: 8 Contributor II
    first of all, i have done tokenisation, then filter stopwords, filter tokens, stem (Porter), and then tranform cases.
    image
  • RamanRaman Member Posts: 8 Contributor II
    hello sir...,
    what should i do next ?
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    have you tried n-gram? Might be very useful for a naive bayes. This way you can incoperate correlation efeects.

    What if you try to optimize different options in your prep?
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.