The document presents a hybrid deep neural network model consisting of a convolutional neural network (CNN) and long short-term memory (LSTM) architecture for time series forecasting. The model combines the CNN's ability to extract features with the LSTM's ability to learn long-term sequential dependencies. The hybrid CNN-LSTM model is evaluated on two datasets and compared to RNN, LSTM, GRU, and bidirectional LSTM models. The experiments show that the proposed hybrid CNN-LSTM model outperforms the other models on both datasets, demonstrating robustness against error for time series forecasting.