This article illustrates the use of Deep Learning, and more specifically the multilayer perceptron (MLP) for the purpose of forecasting stock prices for IBM. In a previous article, we've demonstrated the use of traditional time-series analysis using the ARIMA model. The results were fascinating, as we saw that the normalized mean squared error was in …
Tag: neural networks
Deep Learning Neural Networks with Keras for Classification Problems
Deep learning is part of a broader spectrum of machine learning methods known as artificial neural networks. It can be trained on both supervised and unsupervised data, and has proven to be an effective modeling tool in both linear and non-linear contexts. A widely used deep learning library is Keras — a high-level neural networks …
Continue reading Deep Learning Neural Networks with Keras for Classification Problems