<div dir="ltr">Hello,<br><br>Currently, AppRecommender uses two main strategies for content based recommendation. A term frequency-inverse document frequency (TFIDF) method to filter the most significant terms of the user installed packages and query Xapian with this list. The information we apply the TFIDF one is the package description, section and its debtags, which are the one we believe has the highest amount of information. The second strategy is to perform a  query expansion, where the installed packages are passed to Xapian, which performs a query expansion on them to search for new packages.<br><br>On my bachelor thesis, a friend and I are trying to add context information to the selected packages, by looking at the most recent used packages and using a machine learning approach to better filter the recommended packages based on this contextual information. But this approach is not stable yet. This strategy is based on the TFIDF approach.<br><br>Best regards,<br>Lucas Moura</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 26, 2016 at 4:57 PM, Richard Hughes <span dir="ltr"><<a href="mailto:hughsient@gmail.com" target="_blank">hughsient@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 26 April 2016 at 20:42, Lucas Moura <<a href="mailto:lucas.moura128@gmail.com">lucas.moura128@gmail.com</a>> wrote:<br>
> format, specially on the control file of a debian package, since it uses<br>
> info such as the package section, description and debtags.<br>
<br>
</span>What algorithm were you thinking of using? We try to do something<br>
smart in gnome-software but we only use the category information to<br>
try to find similar software.<br>
<span class="HOEnZb"><font color="#888888"><br>
Richard.<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
PackageKit mailing list<br>
<a href="mailto:PackageKit@lists.freedesktop.org">PackageKit@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/packagekit" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/packagekit</a><br>
</div></div></blockquote></div><br></div>