Submitted by justundertheblack t3_114mncs in deeplearning
I have to make a nlp model for sentiment analysis of news headlines for stock price prediction. Can anyone guide me through what I should do. I don't know much about techniques of nlp and such but I know machine learning enough to implement a model. Does it even come under machine learning or do I have to look at deep learning for
Aynit t1_j8wytok wrote
I'd recommend scooting on over to hf.co and checking out some of their open source models. Realistically you can call one, or an ensemble from there in a few lines of code. Not sure what's causing this piece of work - school? work? hobby? But that's a decent place to get something set up quickly. They might even have models fine tuned on stock/economic vocabulary.