This document summarizes a research paper that analyzes machine learning algorithms for intrusion detection using the UNSW-NB15 dataset. It compares the performance of KNN, SGD, Random Forest, Logistic Regression, and Naive Bayes classifiers both with and without feature selection. Chi-Square feature selection is applied to reduce irrelevant features before training and evaluating the classifiers on metrics like accuracy, precision, recall, F1-score and detection/false positive rates. The Random Forest classifier generally performed best on earlier datasets but the paper aims to evaluate these algorithms on the latest UNSW-NB15 dataset containing novel attacks.