A. When it comes to the stock market, investors of all different types all have the same goal: to beat the market. There are countless strategies that can be used and almost anything can be an indicator if used correctly. Is there a way that I can create a model to accurately predict stock price movement or beat the market? If this is possible, it could be a very important investing tool to find good stocks to invest in that result in a better return. One large issue is the fact that this model would not be able to account for any real life events, as the data it uses can only be from the past. These events can also be specific to one stock or they can affect the entire global market, such as the crash that happened as a result of COVID-19. Another issue is that typically, algorithms work better for large-cap stocks, but penny stocks, or those worth under $10 per share, are harder to predict. Of course, this could actually lead to me focusing on penny stocks, as they have more potential for growth and have less algorithm attention on them from large firms. Lastly, there are many different factors that affect stock prices including humans and human sentiment, trading algorithms, general market sentiment, price valuations, earnings reports, current events, fundamentals, and more. These factors, although creating more of a challenge, also offer many different approaches to predicting price movement. Price history could be used to predict future movement, market sentiment could be analyzed and used to predict the movement of the market as a whole, more mentions of a certain stock in the news could lead to changes in the stock’s price, and much more.
B. The data used for could be the price history of a stock (like KO, Coca Cola, as they have a long history which could be helpful for training), but this is definitely not the only option. Data could also be news articles or headlines, as this could be collected to see if there is a correlation between mentions in the news and changes in stock prices. Another option I’ve considered is looking at earnings reports in the past and training a model to predict the reaction to an upcoming earnings report. There are likely many other options as well if none of these end up working.
C. The poster could be laid out showing first the price history of the chosen stock that the training was done on then a comparison between the prediction and the actual recent stock price change. This could also be done on multiple stocks side by side (preferable stocks that tend to have different behavior).
D. The cat and dog data was set up by first downloading the cat and dog images zip, then unzipping the file, and lastly separating the dataset into cat and dog source directories as well as training and testing directories.
In practice, the model performed decently well, predicting five out of the six images correctly. It appears like dogs are labelled correctly for the most part, but cats are labelled as dogs semi-frequently. To fix this, maybe images could be zoomed in before testing, as zoomed in images seem to have a higher chance of misidentification, so if all images are zoomed in, then maybe the model could perform better. Other than that, maybe the images in the training set could include more variation? I am not sure what all of them are, as there are thousands of images, but ideally, the pictures would have animals of different sizes and colors from different angles. The more variation, I feel the more variation in validation images the model could handle.