Time series forecasting of Bitcoin prices comparing multiple neural network architectures including N-BEATS, LSTM, CNN, and ensemble models.
Developed and compared a suite of neural network architectures for Bitcoin price forecasting using historical time series data. Implemented naive baseline, dense, LSTM, CNN, N-BEATS, and ensemble models to evaluate performance across varying horizon and window sizes. Applied time series preprocessing including sliding window construction, normalization, and train-test splitting with no data leakage. Evaluated models using MAE, RMSE, and MAPE metrics to identify the best-performing architecture for financial time series prediction.