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.
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.
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.