Skip to content

Serverless implementations of K-Means and Logistic Regression in Lithops

Notifications You must be signed in to change notification settings

CLOUDLAB-URV/lithops-distributed-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains serverless implementations of two stateful machine learning algorithms, k-means clustering and logistic regression.

Two versions have been implemented for both algorithms, one that requires locks for updating the shared state, and another that is lock-free.

In addition, this repository contains validation and evaluation scripts for assessing the correctness and performance of the serverless implementations.

About

Serverless implementations of K-Means and Logistic Regression in Lithops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages