Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras base on tutorial of Jason Brownlee
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them The requisites is defined in requirements.txt file
pip install -r requirements
A step by step series of examples that tell you how to get a development env running
Say what the step will be
- Python - The programming language used
- Pandas - Library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming
- NumPy - Scientific computing with Python
- Keras - The Python Deep Learning library
- Iván Cáceres based on Jason Brownlee Tutorial
This project is licensed under the MIT License - see the LICENSE.md file for details