Update README.md
This commit is contained in:
@@ -22,7 +22,7 @@ Using a basic list of six standard Sci-kit Learn ensemble methods, we can explor
|
||||
A basic LSTM model built with Keras and using 20 input factors: open, high, low, volume, and technical indicators such as moving averages, a Stochastic Oscillator, Bollinger Bands, and others. The results are noisy and mixed, as it is unclear if more data helps or hurts the model from building meaningful connections between the data.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
This model could be improved in a number of ways. Increasing the number of layers, normalizing the data, reducing the amount of input data, and increasing the amount of learning data are the most obvious choices.
|
||||
@@ -33,19 +33,19 @@ Linear regression models are natural candidates for time series analysis. Using
|
||||
|
||||
*Ridge*
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
*LinearRegression*
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The Autoregressive Integrated Moving Average (ARIMA) is not exactly a machine learning algorithm, but a linear model used in econometric analysis that can be applied to financial markets to make predictions. A quick build of this model can also produce 78% accurate predictions on the test data.
|
||||
|
||||
*ARIMA*
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user