Closed pial98 closed 3 months ago
I am not sure that I understand your question. Do you mind elaborating it again?
Hello, Firstly I want to know how this model generating test accuracy and validation accuracy as there are no information about that. Secondly , I want to know that if this model can be modified so that I can know where a user will go in the next visit by analyzing that user's past visits.
On Wed, Jul 24, 2024, 1:21 PM yingtaol @.***> wrote:
I am not sure that I understand your question. Do you mind elaborating it again?
— Reply to this email directly, view it on GitHub https://github.com/yingtaoluo/Spatial-Temporal-Attention-Network-for-POI-Recommendation/issues/33#issuecomment-2247087765, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCDZCMYYHYOG72YWQ67BOBDZN5IWLAVCNFSM6AAAAABK5BWGROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBXGA4DONZWGU . You are receiving this because you authored the thread.Message ID: <yingtaoluo/Spatial-Temporal-Attention-Network-for-POI-Recommendation/issues/33/2247087765 @github.com>
The code has surely covered the test and validation eval. See lines 144 and 147 in train.py.
STAN is already predicting the next visit by analyzing user's past visits. I am still confused. Are you suggesting you want to directly know the next visit at any potential geographical coordinates? That might be possible, but will be hard.
If there are other concerns, feel free to reopen the issue.
Hello,
If I want to use your model in a tourism based website then how can I do it? As after running your code I only get to know about the training and validation accuracy.I am constantly trying to change the inference method of the train.py but nothing is working as I am expecting.
On Sat, Aug 17, 2024, 12:16 PM yingtaol @.***> wrote:
If there are other concerns, feel free to reopen the issue.
— Reply to this email directly, view it on GitHub https://github.com/yingtaoluo/Spatial-Temporal-Attention-Network-for-POI-Recommendation/issues/33#issuecomment-2294676178, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCDZCMY3NQL2P2ISFQJUIBLZR3TDPAVCNFSM6AAAAABK5BWGROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUGY3TMMJXHA . You are receiving this because you authored the thread.Message ID: <yingtaoluo/Spatial-Temporal-Attention-Network-for-POI-Recommendation/issues/33/2294676178 @github.com>
As this model is for generating future POIs , can it be used for showing next POIs if changes are made to inference method?