Skip to content

Commit 662d2ba

Browse files
Modify README
1 parent 9a0e2ec commit 662d2ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
</div>
1313

14-
This repository provides a modular template for building recommender systems in Python using **implicit feedback data**. It is designed to streamline experimentation of recommendation models with a modern ML stack.
14+
This repository provides a modular template for building recommender systems in Python using **implicit feedback data**. It is designed to streamline experimentation of recommendation models with a modern ML stack. Two neural-based models are implemented: Matrix Factorization and MLP based on one of two user representations: user represented by its embedding or user represented by histories of clicked items (item embeddings).
1515

1616
### 🔧 Tech Stack
1717
- **PyTorch Lightning** – for scalable and structured model training
@@ -82,7 +82,7 @@ docker run -dit --gpus all --name ds-container ds-image # Run container based o
8282

8383
## Run pipeline steps
8484

85-
### 1. Data preparation
85+
### 1. Data processing
8686

8787
```bash
8888
python steps/process_data.py

0 commit comments

Comments
 (0)