Skip to content

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

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages