An open API service indexing awesome lists of open source software.

https://github.com/engali94/linear-logistic-regression-swift

Applying Linear and logistic Regression using Swift 5 on Iris dataset [from coursera ML course]
https://github.com/engali94/linear-logistic-regression-swift

Last synced: 2 months ago
JSON representation

Applying Linear and logistic Regression using Swift 5 on Iris dataset [from coursera ML course]

Awesome Lists containing this project

README

        

# Linear and Logistic Regression with Swift 5

This is a very simple example of how to implement logistic regression in Swift, using the famous Iris dataset and a conjugate gradient optimizer.

works with Swift 5 (Xcode 10.2).

Based on the MATLAB code from Andrew Ng's machine learning course at Coursera.