Project IV: Prediction Intervals for Modern Neural Networks
Description
Neural networks are the primary type of models used in deep learning and modern artificial intelligence. These models, especially those with more modern architectures, have been applied to several applications with great success. In this project, students will investigate the mathematical theory for constructing prediction intervals for neural networks. Based on this theory, they will implement a prediction interval construction method into the computer and evaluate this method on different neural network architectures. The students will have opportunities to work with both theory and application of state-of-the-art neural network models on real-world data sets.
Essential prior and companion modules
- Statistical Inference II (prior).
- Machine Learning and Neural Networks III (prior).
- Deep Learning and Artificial Intelligence (companion).
- You must be willing to code in Python.
References
- Zhang et al. Dive into Deep Learning. Online book (link: https://d2l.ai/).
- Hwang & Ding. Prediction Intervals for Artificial Neural Networks. Journal of the American Statistical Association, 1997.