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.  2. The prediction of the price of Ethereum in a week.  3. The prediction of the price of Ethereum in a month.  ## Contribution <a name="contribution"></a> Feel free to contact me if