This document presents a new intrusion detection system (IDS) alert management system that uses learning vector quantization (LVQ) to classify IDS alerts. The proposed system takes in alerts generated by Snort from the DARPA 98 dataset, normalizes and filters the alerts, then trains an LVQ neural network on labeled alert data. The trained LVQ model is used to classify new alerts as either true positives or false positives. The system is shown to achieve high classification accuracy of 88.75% and a false positive reduction rate of 88.27%, while only taking 0.000018 seconds on average to classify each alert. This makes the system suitable for active alert management where alerts need to be classified in real-time