How to analyze data
- by Subhash Dike
We are working on an application that allows user to search/read some content in a particular domain. We wanted to add some capability in the app which can suggest user some content based on the usage pattern (analyze data based on frequency and relevance).
Currently every time user search or read something we do store that information in backend…