gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

[EXE] idea for exercise 005 : Sentiment analysis #68

Closed avats-dev closed 3 years ago

avats-dev commented 3 years ago

Learning Goals

Exercise Statement

In this exercise, one would be able to know how to analyse sentiments of text data using various conventional and advanced algorithms along with textual data processing techniques.

Prerequisites

This exercise goes from basic methods to advanced ones, so there are no hard requisites for this exercise. But it is recommended that one should know basic ML workflow to grasp things conveniently.

Data source/summary:

Data has been taken from various sources and public datasets available.

I would update this later.

(Optional) Suggest/Propose Solutions

I have a solution and I would be adding a PR for the same. However, one is welcome:

(Optional) Further Links/Credits to Relevant Resources:

I would update this later with various references.

gimseng commented 3 years ago

@avats-dev great idea ! I vaguely remember there's a Kagggle twitter project for this. At any rate, go ahead and create a PR when you are ready. Many thanks !

avats-dev commented 3 years ago

Thanks @gimseng , I will do so. It might take some time as I'm trying to incorporate many methods in this one and to get a relative idea of varying accuracy across different models.

gimseng commented 3 years ago

@avats-dev Take your time. One comment though: Don't need to worry about covering comprehensive ideas/methods, if the exercise gets too big. Even though we are early in this repo, the idea is hopefully there will be incremental improvements to each exercise hopefully by different people at different times. Many thanks !

tejasvi541 commented 3 years ago

I have Similar Sentiment Analysis Project with me which i have made watching a tutorial, using the amazon review data from jmcauley.uscd.edu/data/amazon. My model is not that perfect but you can use that data or should i commit/push mine, as I am new to open source, so I am not confident about that.

avats-dev commented 3 years ago

Hey @tejasvi541 , feel free to open a PR with your model, and then everyone else could review it.

Btw I checked out the dataset that you have used and it's sufficient so that others can also improve it with better algorithms and models in future.

gimseng commented 3 years ago

@avats-dev @tejasvi541 Thanks for all the comments ! I will let both of you figure out the collaboration. Btw, if you want to have more detailed chat, feel free to join the discord. I created a 005-sentiment_analysis chat channel inside the project section. So a less formal and chatty discussion could happen there. Feel free to use/not use it, so to let you know that its there. Looking forward to the PR! Again many thanks !