Back To Projects
The Effect of the News on the Stock Market
Pranav B. | Summer 2022

I remember opening my investing account one day and looking at my stocks, noticing that the majority of them were declining pretty severely. Ever since the Russia and Ukraine war, this had been the case. I saw many news headlines talking about the market, and how it was affected from this war. It was then I realized, why isn’t there a way for us to predict these changes in the market given sufficient news headlines?


Understanding how the stock market works is an essential skill in life. Investing properly can lead to security and stability in financial life, but it is hard to find a way to do it consistently. This brought up the question of automating this skill. This is what this paper is about. Using a CNN() and Hugging Face’s Transformers() model, we created a sentiment analysis model that can provide both the certainty of the sentiment and the sentiment itself. The higher the certainty, the more likely it is that the stock will increase in the near future. The CNN and Transformers models both yielded exceptional results, with the Transformers model beating out the CNN model by a mere 1%. This means that the Transformers model was more accurate in predicting the sentiment of sentences than the CNN model was, but only by a little bit. The dataset used consisted of three columns: title, stock, and date. The ‘date’ column will not be used, but the title and stock columns will be used to train the model and display graphs. The purpose of this machine is not to control a buyer’s account and only make purchases that will be guaranteed successes in the short run; it is to provide the buyer with exterior information unwittingly to the buyer so they can make a more educated decision.

Explore More!

Pranav B.
Eric Bradford
Electrical Engineering and Computer Science Masters from MIT, Technical PM at Apple

Related Projects

Biased News Detection Using Artificial Intelligence

Biased news has become especially problematic in modern times. In this paper, we investigate the abilities of various machine learning models to correctly identify biased news. Our results indicate that artificial intelligence is very capable of doing this detection. In particular, both logistic regression and K-nearest neighbor classifier performed rather well in cross validation.
Arianna H. | Summer 2022
Mentored by Matteo Santamaria
Predicting the Price of New York City Airbnbs

How can one predict the price of a New York City Airbnb? We are trying to create a machine learning model that can predict the price of a NYC Airbnb given some factors with high accuracy.
Bobby B. | Summer 2022
Mentored by Tomer Arnon
Using Machine Learning Algorithms to Predict Property Prices

I decided to investigate the connection between AI and real estate, and how machine learning algorithms can be effective in determining property prices, analyzing a dataset on AirBnb listings in New York City from 2016.
Armon S. | Summer 2022
Mentored by Bryce Johnson