Classification using Gradient Descent and the Normal Equation
This repository is a small java program which learns to classify feature values into two sets.
If non-linear features are included, it can learn non-linear boundaries. This repository makes use of JAMA: A Java Matrix Package