This document compares using genetic algorithm (GA) optimization with artificial neural networks (ANN) and support vector machines (SVM) for intrusion detection. It first describes ANN, SVM, and GA techniques. It then applies GA to optimize the feature selection and classification performed by ANN and SVM on the KDD Cup 99 intrusion detection dataset. The results show that GA improved the performance of both ANN and SVM classifiers, achieving 100% detection rates. Specifically, GA-ANN achieved the highest detection rate using the fewest number of features (100% detection using only 18 features), demonstrating GA's greater effectiveness at optimizing ANN compared to SVM.