I am working on a recommendation engine and one problem I am facing right now is the similarity matrix of items are huge.
I calculated similarity matrix of 20,000 items and stored them a a binary file which tuned out to be nearly 1 GB. I think it is too big.
what is the best way do deal with similarity matrix if you have that many items?
Any advice!