Generation

code to explanationFri, 20 Jan 2023

predict Ethereum price with his historical data

## Usage <a name="usage"></a> The code is divided into two parts, the first one is the data preprocessing, the second one is the Machine Learning model. #### data preprocessing 1. Run the file `dataPreprocessing.py` 2. Run the file `dataPreprocessing_extra.py` #### Machine Learning 1. Run the file `LSTM_MLP_price_prediction.py` 2. Run the file `LSTM_MLP_price_prediction_extra.py` ## Results <a name="results"></a> 1. The prediction of the price of Ethereum in a day. ![png](output_23_0.png) 2. The prediction of the price of Ethereum in a week. ![png](output_24_0.png) 3. The prediction of the price of Ethereum in a month. ![png](output_25_0.png) ## Contribution <a name="contribution"></a> Feel free to contact me if

Questions about programming?Chat with your personal AI assistant