How to extract the representations learned by libFM ?
112 views
Skip to first unread message
pierre...@gmail.com
unread,
May 19, 2017, 3:53:42 PM5/19/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libFM - Factorization Machines
Hi, I haven't noticed an option in the libfm program to extract the representations. Is it possible ?
Thanks
Thierry Silbermann
unread,
May 23, 2017, 5:23:00 PM5/23/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libFM - Factorization Machines, pierre...@gmail.com
If you take the code from github, you have the option to now save parameters for SGD and ALS. Those parameters are saved in some specific order that represent the representation.
Hope it helps
pierre...@gmail.com
unread,
May 24, 2017, 7:11:20 AM5/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libFM - Factorization Machines, pierre...@gmail.com
Oh right thanks. I don't know why I didn't have the last version of the code.