Skip to content

JohnSilverFarmer/logistic-regression-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression

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:

  1. mvn.csv contains linearly separable data from two Gaussians.
  2. hours.csv contains a simple dataset taken from Wiki to compare learned coefficients to.

About

A tiny implementation of logistic regression in Swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages