Skip to content
View skillcate's full-sized avatar

Block or report skillcate

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sentiment_analysis_with_sklearn_pipeline sentiment_analysis_with_sklearn_pipeline Public

    Sentiment prediction for product review using sklearn pipeline. Model trained on Amazon Alexa dataset.

    Jupyter Notebook 5 2

  2. sentiment-analysis-with-traditional-ml sentiment-analysis-with-traditional-ml Public

    Natural Language Processing (NLP) based Sentiment Analysis models can predict sentiments for user reviews at scale. In this project, we will prepare a Sentiment-based Review Classification Model en…

    Jupyter Notebook 1

  3. age-gender-emotion-detection-using-cnn age-gender-emotion-detection-using-cnn Public

    Jupyter Notebook 3 3

  4. marketing-analytics-project marketing-analytics-project Public

    Reaching out to the Most Probable Buyers with your Marketing Campaign, with Machine Learning. Given the limited marketing budget, marketers can only reach out to a portion of the total target audie…

    Jupyter Notebook 1 1

  5. sentiment-analysis-with-deep-neural-networks sentiment-analysis-with-deep-neural-networks Public

    Training three separate Sentiment Classification Models, namely: Simple Neural Net, CNN & LSTM, on the popular IMDb Movie Reviews dataset. We shall get a first hand sense on why LSTMs are well suit…

    Jupyter Notebook 37 19

  6. twitter-api-sentiment-analysis twitter-api-sentiment-analysis Public

    In this tutorial, we are performing sentiment analysis on live tweets pulled from Twitter via API using Python Tweepy. We are applying Python Library TextBlob & Natural Language Toolkit, viz, NLTK …

    Python 3