A tiny implementation of logistic regression using Swift
. Matrix operations are made fast using Accelerate
. Can be build by creating a new command line tool in Xcode
or using the Swift Package Manager. Datasets for testing:
mvn.csv
contains linearly separable data from two Gaussians.hours.csv
contains a simple dataset taken from Wiki to compare learned coefficients to.