Module 13: Neural Networks
Neural networks are a universal predictive analytics method, if a little unexplainable when they grow large. Unlike many of the predictive analytics techniques presented, Neural Networks are as equally good at classification problems as they are prediction problems. This module will use dataset used beforehand, seeking to showcase the improvement that can be obtained in using Neural Networks, albeit with an increase in complexity and explainability.
Table of contents
- Procedure 1: Train a Neural Network
- Procedure 2: Plotting a Neural Network
- Procedure 3: Recalling a Neural Network with compute() and understanding performance
- Procedure 4: Training a Deeper Neural Network
- Procedure 5: Training a Classification Model