Forecasting is a vital tool that helps us make informed decisions by predicting future events based on past data. For forecasts to be accurate, it is important that the data is reliable, complete, and consistent. Yet, the intermittent data is a unique data that is challenging to forecast. Intermittent data contains a characteristic that the data has a lot of long zeros in some periods. The zero value will influence the model to generate a forecasting model. This study aims to tackle those problems by applying a hybrid approach. We integrate the regression model and neural network to create a novel approach for forecasting intermittent data. The dataset used for this data is from Kaggle, sales at Walmart supermarket for one category only. The sales data always produce an intermittent demand pattern, because not every day are the items always sold to customers. This irregular pattern makes the data difficult to forecast using a naïve approach, such as the Croston method, exponential smoothing, and ARIMA. To evaluate the performance of our model, some metrics were calculated. We use mean squared error, root mean squared error, and root mean squared scaled error. The result shows that our proposed method outperforms the benchmark model, with an RMSSE of 0.98, which is the lowest compared to other benchmark models in the root mean squared scaled error value. This result shows promise as an exciting solution for overcoming the challenges posed by irregular data in future forecasting tasks.