CSAllenISD / 2023-ISP-FreeCash

Other
0 stars 1 forks source link

Plan for Week of April 17 and April 24 #16

Open squaredcubed64 opened 1 year ago

squaredcubed64 commented 1 year ago

Create a sentiment-analyzing neural network that takes a headline as input and returns a double as output, where doubles closer to -1 indicate negative sentiment and doubles closer to 1 indicate positive sentiment. This will let us include information from the news in training our network.

squaredcubed64 commented 1 year ago

Diagram

squaredcubed64 commented 1 year ago

This issue has high priority. We should create our sentiment analyzer soon so that we can train our final neural network with the output sentiment data.