LSTM master
authorJulio Barbancho <boreas@universus.es>
Wed, 26 Mar 2025 22:24:00 +0000 (23:24 +0100)
committerJulio Barbancho <boreas@universus.es>
Sun, 10 Nov 2024 09:00:00 +0000 (10:00 +0100)
commitb4375660bf4716d708e0070b991ad8795106b1b6
tree2bff81b7e67a82e24a587b7c81d07d0175acc392
parent033bbf533bfee614e2b9809402e32148414531d1
LSTM
34 files changed:
LSTMpy10/ANN.py [new file with mode: 0644]
LSTMpy10/ARIMA.py [new file with mode: 0644]
LSTMpy10/ARIMApred.py [new file with mode: 0644]
LSTMpy10/IC2_Primario_01-07-2023_24-06-2024_dataset_interpolado_todo.csv [new file with mode: 0644]
LSTMpy10/TEST.csv [new file with mode: 0644]
LSTMpy10/__pycache__/ANN.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/ARIMA.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/ARIMApred.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/display.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/display.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/displaySSA2.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/entrenamientoLSTM.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/entrenamientoLSTM.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/prediccionesLSTM.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/prediccionesLSTM.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/predict_LSTM.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/predict_LSTM.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/rendimiento.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/rendimiento.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/tendenciasEMD.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/tendenciasEMD.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/tendenciasSSA2.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/tratamiento_de_datos_interp.cpython-310.pyc [new file with mode: 0644]
LSTMpy10/__pycache__/tratamiento_de_datos_interp.cpython-312.pyc [new file with mode: 0644]
LSTMpy10/display.py [new file with mode: 0644]
LSTMpy10/entrenamientoLSTM.py [new file with mode: 0644]
LSTMpy10/main.py [new file with mode: 0644]
LSTMpy10/model1_best.keras [new file with mode: 0644]
LSTMpy10/model_best.keras [new file with mode: 0644]
LSTMpy10/prediccionesLSTM.py [new file with mode: 0644]
LSTMpy10/predict_LSTM.py [new file with mode: 0644]
LSTMpy10/rendimiento.py [new file with mode: 0644]
LSTMpy10/tendenciasEMD.py [new file with mode: 0644]
LSTMpy10/tratamiento_de_datos_interp.py [new file with mode: 0644]