CSAllenISD / 2023-ISP-FreeCash

Other
0 stars 1 forks source link

Research Machine Learning Models for Sentiment Analysis #4

Open gnarayan1337 opened 1 year ago

gnarayan1337 commented 1 year ago

Need to use online tools to create machine learning model for the twitter sentiment analysis. Will have to brush up on tensor-flow or PyTorch, and then make a decision on which tool we are going to be using.

squaredcubed64 commented 1 year ago

I favor TensorFlow because I'm not familiar with PyTorch. We should consider using an LSTM for this task, although a simple DNN may be adequate to judge sentiment.

squaredcubed64 commented 1 year ago

I think we should start with an RNN. It will be easier than an LSTM to implement, but more capable of sentiment analysis than a DNN.