Skip to content

Fast Rust implementation of SLIM (Sparse Linear Method) algorithm.

License

Notifications You must be signed in to change notification settings

rmnigm/fastslim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster SLIM

Rust implementation of SLIM (Sparse Linear Methods) for item-based collaborative filtering with parallel computation. See README of library for details.

Project Structure

slim-rs/
├── Cargo.toml
├── pyproject.toml
├── src/
│   └── lib.rs            # Rust solver
└── python/
    └── fastslim/
        ├── __init__.py   # Python API
        └── test_slim.py  # Tests

About

Fast Rust implementation of SLIM (Sparse Linear Method) algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published