Skip to content

jhwanflow/BERT4REC_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazone Review Rating Prediction with BERT4REC(Transformer4REC)

BERT4REC is specialized at predicting the next item that a user most likely to buy. Objective of BERT4REC is MLM(Masked Language Modeling) meaning that it can't predict numeric value.

In this project, I modify BERT4REC to make it working as a regression model sothat the model can predict the rating of a product.

image

image

Quick Start

python main.py --data_dir "../data" --batch_size 256 --epoch_size 7

References

About

Amazone Review Rating Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages