Go to file
MasterRoby3 3c8eb64c1e Final Commit 2024-05-11 23:10:37 +02:00
data Final Commit 2024-05-11 23:10:37 +02:00
plots Final Commit 2024-05-11 23:10:37 +02:00
LSTM.py Final Commit 2024-05-11 23:10:37 +02:00
LSTM_advanced.py Final Commit 2024-05-11 23:10:37 +02:00
LSTM_advanced_returns.py Final Commit 2024-05-11 23:10:37 +02:00
MultiLayer_Perceptron.py Final Commit 2024-05-11 23:10:37 +02:00
README.md Update readme 2023-10-25 12:44:05 +02:00
appunti.md Final Commit 2024-05-11 23:10:37 +02:00
autocorr_plot.py Final Commit 2024-05-11 23:10:37 +02:00
logistic_regression.py Final Commit 2024-05-11 23:10:37 +02:00
logistic_regression_enlarge_only_rets.py Final Commit 2024-05-11 23:10:37 +02:00
logistic_regression_only_returns.py Final Commit 2024-05-11 23:10:37 +02:00
logistic_regression_run_script.sh Final Commit 2024-05-11 23:10:37 +02:00
mlp_run_script.sh Final Commit 2024-05-11 23:10:37 +02:00
plotter.py Final Commit 2024-05-11 23:10:37 +02:00
simple_sign_prediction.py Final Commit 2024-05-11 23:10:37 +02:00

README.md

Stock Price Prediction

This is a simple project of a stock price prediction tool that tests various configurations.

The final goal is to study performance improvement changing the technology and the methods used.

Final try