<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://recsyswiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saulvargas</id>
	<title>RecSysWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://recsyswiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saulvargas"/>
	<link rel="alternate" type="text/html" href="https://recsyswiki.com/wiki/Special:Contributions/Saulvargas"/>
	<updated>2026-04-23T05:16:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2367</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2367"/>
		<updated>2016-02-14T11:43:08Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''RankSys''' is a new [[framework]] for the implementation and [[evaluation]] of [[recommendation algorithms]] and techniques that has resulted from a line of research work that is currently documented in several [https://github.com/RankSys/RankSys/wiki/References publications] and a [http://saulvargas.es/phd-thesis.pdf PhD thesis]. While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of [[novelty]] and [[diversity]]. RankSys derives its name from explicitly targeting the [[ranking]] task problem, rather than [[rating prediction]]. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8, which is the most recent version of the popular programming language. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the [https://www.mozilla.org/en-US/MPL/2.0/ MPL 2.0].&lt;br /&gt;
&lt;br /&gt;
The publicly available version of this framework (0.4.2) includes implementations of several collaborative filtering recommendation algorithms, a wide variety of novelty and diversity metrics and re-ranking techniques and state-of-the-art compression techniques for in-memory collaborative filtering data. If you want to know more, check the [https://github.com/RankSys/RankSys GitHub site] or the [https://github.com/RankSys/RankSys/wiki wiki], which provides a high-level description of the different components of the current release of the software. Finally, [https://twitter.com/RankSys follow us in Twitter] to keep in touch!&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ranksys.org/&lt;br /&gt;
* GitHub repository: https://github.com/RankSys/RankSys&lt;br /&gt;
* Wiki: http://github.com/RankSys/RankSys/wiki&lt;br /&gt;
* Javadoc: http://ranksys.org/javadoc/&lt;br /&gt;
* Twitter: https://twitter.com/ranksys&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Recommendation_Software&amp;diff=2361</id>
		<title>Recommendation Software</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Recommendation_Software&amp;diff=2361"/>
		<updated>2016-01-18T09:59:23Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendations are generally provided through a self-implemented software, a machine learning package or a specific '''recommendation-focused''' software package or library. &lt;br /&gt;
&lt;br /&gt;
The table below shows a comparison of some of the more common software packages for recommendation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ######################################### --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add new software in alphabetical order!!! --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ######################################### --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Package   !! Language !! Inception year !! Status !! Source !! License&lt;br /&gt;
 |-&lt;br /&gt;
 | [[LensKit]]  || Java || 2011 || Active  || [https://github.com/lenskit/lenskit GitHub] || LGPLv2.1+&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Mrec]] || Python || 2013 || Stale ||  [https://github.com/mendeley/mrec GitHub] || NA&lt;br /&gt;
 |-&lt;br /&gt;
 | [[MyMediaLite]] || C# || 2011 || Active ||  [https://github.com/zenogantner/MyMediaLite GitHub] || GPL&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Python-recsys]]  || Python || 2011 || Stale || [https://github.com/ocelma/python-recsys GitHub] || NA&lt;br /&gt;
 |-&lt;br /&gt;
 | [[RankSys]]   || Java || 2015 || Active || [https://github.com/RankSys/RankSys GitHub] || MPL&lt;br /&gt;
 |-&lt;br /&gt;
 | [[RecDB]]   || PostgreSQL || 2013 || Active || [https://github.com/Sarwat/recdb-postgresql GitHub] || BSD &lt;br /&gt;
 |-&lt;br /&gt;
 | [[Recommender101]]   || Java || 2013 || Active || [http://ls13-www.cs.tu-dortmund.de/homepage/recommender101/download/recommender101.zip source zip] || custom&lt;br /&gt;
 |-&lt;br /&gt;
 | [[TagRec]]   || Java || 2014 || Active || [https://github.com/learning-layers/TagRec GitHub] || GPL&lt;br /&gt;
&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
* [[Recommendation Datasets]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2348</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2348"/>
		<updated>2015-10-13T16:32:29Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''RankSys''' is a new [[framework]] for the implementation and [[evaluation]] of [[recommendation algorithms]] and techniques that has resulted from a line of research work that is currently documented in several publications and a PhD thesis (see [http://ranksys.github.io/ RankSys webpage]). While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of [[novelty]] and [[diversity]]. RankSys derives its name from explicitly targeting the [[ranking]] task problem, rather than [[rating prediction]]. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the GPL V3, which allows the free use, study, distribution and modification of the software as long as derived works are distributed under the same license.&lt;br /&gt;
&lt;br /&gt;
The publicly available version of this framework (v0.3) includes implementations of several collaborative filtering recommendation algorithms as well as a wide variety of novelty and diversity metrics and re-ranking techniques. The modules published to date are the following:&lt;br /&gt;
&lt;br /&gt;
* RankSys-core, which contains the common and auxiliary classes of the framework.&lt;br /&gt;
* RankSys-fast, which provides support for fast and efficient implementation of data structures and algorithms.&lt;br /&gt;
* RankSys-metrics, which contains the interfaces and common components for defining metrics.&lt;br /&gt;
* RankSys-rec, which provides support for generating recommendation lists.&lt;br /&gt;
* RankSys-nn, which implements nearest neighbors recommendation algorithms.&lt;br /&gt;
* RankSys-mf, which implements matrix factorization recommendation algorithms.&lt;br /&gt;
* RankSys-novdiv, which provides common resources for novelty and diversity metrics and enhancement techniques.&lt;br /&gt;
* RankSys-novelty, which contains novelty metrics and enhancement techniques&lt;br /&gt;
* RankSys-diversity, which contains diversity metrics and enhancement techniques.&lt;br /&gt;
* RankSys-examples, which provides examples of usage of the previous modules.&lt;br /&gt;
&lt;br /&gt;
If you want to know more, the [http://github.com/RankSys/RankSys/wiki wiki of the project] provides a high-level description of the different components of the current release of the software and [https://github.com/RankSys/RankSys GitHub] hosts the source code.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ranksys.github.io/&lt;br /&gt;
* GitHub repository: https://github.com/RankSys/RankSys&lt;br /&gt;
* Wiki: http://github.com/RankSys/RankSys/wiki&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Recommendation_Software&amp;diff=2347</id>
		<title>Recommendation Software</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Recommendation_Software&amp;diff=2347"/>
		<updated>2015-10-13T16:30:08Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendations are generally provided through a self-implemented software, a machine learning package or a specific '''recommendation-focused''' software package or library. &lt;br /&gt;
&lt;br /&gt;
The table below shows a comparison of some of the more common software packages for recommendation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ######################################### --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add new software in alphabetical order!!! --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ######################################### --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Package   !! Language !! Inception year !! Status !! Source !! License&lt;br /&gt;
 |-&lt;br /&gt;
 | [[LensKit]]  || Java || 2011 || Active  || [https://github.com/lenskit/lenskit GitHub] || LGPLv2.1+&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Mrec]] || Python || 2013 || Stale ||  [https://github.com/mendeley/mrec GitHub] || NA&lt;br /&gt;
 |-&lt;br /&gt;
 | [[MyMediaLite]] || C# || 2011 || Active ||  [https://github.com/zenogantner/MyMediaLite GitHub] || GPL&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Python-recsys]]  || Python || 2011 || Stale || [https://github.com/ocelma/python-recsys GitHub] || NA&lt;br /&gt;
 |-&lt;br /&gt;
 | [[RankSys]]   || Java || 2015 || Active || [https://github.com/RankSys/RankSys GitHub] || GPL&lt;br /&gt;
 |-&lt;br /&gt;
 | [[RecDB]]   || PostgreSQL || 2013 || Active || [https://github.com/Sarwat/recdb-postgresql GitHub] || BSD &lt;br /&gt;
 |-&lt;br /&gt;
 | [[Recommender101]]   || Java || 2013 || Active || [http://ls13-www.cs.tu-dortmund.de/homepage/recommender101/download/recommender101.zip source zip] || custom&lt;br /&gt;
 |-&lt;br /&gt;
 | [[TagRec]]   || Java || 2014 || Active || [https://github.com/learning-layers/TagRec GitHub] || GPL&lt;br /&gt;
&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
* [[Recommendation Datasets]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=List_of_recommender_system_dissertations&amp;diff=2326</id>
		<title>List of recommender system dissertations</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=List_of_recommender_system_dissertations&amp;diff=2326"/>
		<updated>2015-08-05T09:03:33Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: /* 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Recommender systems]] related '''doctoral''' dissertations by year. For other types of theses see:&lt;br /&gt;
* [[List of recommender systems master's theses]]&lt;br /&gt;
* [[List of recommender systems bachelor's theses]]&lt;br /&gt;
&lt;br /&gt;
Dissertation within a year are sorted alphabetically by title.&lt;br /&gt;
&lt;br /&gt;
=== 2015 ===&lt;br /&gt;
* [http://krex.k-state.edu/dspace/bitstream/handle/2097/19779/RohitParimi2015.pdf?sequence=6&amp;amp;isAllowed=y Collaborative Filtering Approaches for Single-domains and Cross-domain Recommender Systems] - [[Rohit Parimi]]&lt;br /&gt;
&lt;br /&gt;
* [http://ir.ii.uam.es/saul/saulvargas-thesis.pdf Novelty and Diversity Evaluation and Enhancement in Recommender Systems] - [[Saúl Vargas]]&lt;br /&gt;
&lt;br /&gt;
* [http://docear.org/papers/Towards%20Effective%20Research-Paper%20Recommender%20Systems%20and%20User%20Modeling%20based%20on%20Mind%20Maps.pdf Towards Effective Research-Paper Recommender Systems and User Modeling based on Mind Maps] - Joeran Beel&lt;br /&gt;
&lt;br /&gt;
=== 2014 ===&lt;br /&gt;
* [http://scholarlyrepository.miami.edu/cgi/viewcontent.cgi?article=2209&amp;amp;context=oa_dissertations A Model-Based Music Recommendation System for Individual Users and Implicit User Groups] - [[Yajie Hu]] &lt;br /&gt;
* [http://infoscience.epfl.ch/record/199806 Aggregating Information from the Crowd: ratings, recommendations and predictions] - [[Florent Garcin]]&lt;br /&gt;
* [http://wanlab.poly.edu/xiwang/doc/thesis.pdf Collaborative Filtering Based Social Recommender Systems] - [[Xiwang Yang]]&lt;br /&gt;
* [http://digbib.ubka.uni-karlsruhe.de/volltexte/documents/3158723 Cross-domain Recommendations based on semantically-enhanced User Web Behavior] - [[Julia Hoxha]] &lt;br /&gt;
* [http://www.win.tue.nl/ipa/?event=cryptographically-enhanced-privacy-for-recommender-systems Cryptographically-Enhanced Privacy for Recommender Systems] - [[Arjan Jeckmans]]&lt;br /&gt;
* [http://conservancy.umn.edu/handle/11299/167084 Database management system support for collaborative filtering recommender systems] - [[Mohamed Sarwat]]&lt;br /&gt;
* [http://bit.ly/simonphd Dynamic Generation of Personalized Hybrid Recommender Systems] - [[Simon Dooms]]&lt;br /&gt;
* Enhancing Discovery in Geoportals: Geo-Enrichment, Semantic Enhancement and Recommendation Strategies for Geo-Information Discovery - [[Bernhard Vockner]]&lt;br /&gt;
* [http://www.lsi.upc.edu/~vcodina/phd.pdf Exploiting Distributional Semantics for Content-Based and Context-Aware Recommendation] - [[Victor Codina]]&lt;br /&gt;
* [http://micheletrevisiol.com/data/Exploiting_Implicit_User_Activity_for_Media_Recommendation.pdf Exploiting Implicit User Activity for Media Recommendation] - [[Michele Trevisiol]]&lt;br /&gt;
* [http://arks.princeton.edu/ark:/88435/dsp01nv935299q Information Aggregation in Quantized Consensus, Recommender Systems, and Ranking] - [[Shang Shang]]&lt;br /&gt;
* [http://repository.lib.ncsu.edu/ir/bitstream/1840.16/9727/1/etd.pdf More Usable Recommendation Systems for Improving Software Quality] - [[Yoonki Song]]&lt;br /&gt;
* [http://digitalcommons.fiu.edu/cgi/viewcontent.cgi?article=2550&amp;amp;context=etd Next Generation of Recommender Systems: Algorithms and Applications] - [[Lei Li]]&lt;br /&gt;
* [http://ethesis.unifr.ch/theses/downloads.php?file=TeranL.pdf SmartParticipation: A Fuzzy-Based Recommender System for Political Community-Building] - [[Luis Fernando Terán Tamayo]]&lt;br /&gt;
* [http://elehack.net/research/thesis/ Towards Recommender Engineering: Tools and Experiments for Identifying Recommender Differences] - [[Michael Ekstrand]]&lt;br /&gt;
* [http://tampub.uta.fi/bitstream/handle/10024/95965/978-951-44-9551-9.pdf User Factors in Recommender Systems: Case Studies in e-Commerce, News Recommending, and e-Learning] - [[Juha Leino]]&lt;br /&gt;
&lt;br /&gt;
=== 2013 ===&lt;br /&gt;
* [http://interactivesystems.info/publications/a-conceptual-model-and-a-software-framework-for-developing-context-aware-hybrid-recommender-systems A conceptual model and a software framework for developing context aware hybrid recommender systems] - [[Tim Hussein]]&lt;br /&gt;
* [http://shodhganga.inflibnet.ac.in/handle/10603/24399 Effective tag recommendation system based on topic ontology] - [[V Subramaniyaswamy]]&lt;br /&gt;
* [http://eprints.ucm.es/24533/ Estrategias de recomendación basadas en conocimiento para la localización personalizada de recursos en repositorios educativos] (Spanish) - [[Almudena Ruiz-Iniesta]]&lt;br /&gt;
* [http://opus4.kobv.de/opus4-tuberlin/frontdoor/index/index/docId/3681 Evaluating the Accuracy and Utility of Recommender Systems] - [[Alan Said]]&lt;br /&gt;
* [http://julian-urbano.info/publications/061-evaluation-audio-music-similarity Evaluation in Audio Music Similarity] - [[Julián Urbano]]&lt;br /&gt;
* [https://biblio.ugent.be/input/download?func=downloadFile&amp;amp;recordOId=4163727&amp;amp;fileOId=4163752 Improved online services by personalized recommendations and optimal quality of experience parameters] - [[Toon De Pessemier]]&lt;br /&gt;
* [http://hdl.handle.net/10059/859 Integrating Content and Semantic Representations for Music Recommendation] - [[Ben Horsburgh]]&lt;br /&gt;
* [http://escholarship.org/uc/item/4xw874p5#page-1 Latent feature models for dyadic prediction] - [[Aditya Krishna Menon]]&lt;br /&gt;
* [http://edok01.tib.uni-hannover.de/edoks/e01dh13/767033973.pdf Living Analytics Methods for the Social Web] - [[Ernesto Diaz-Aviles]]&lt;br /&gt;
* [http://repository.tudelft.nl/assets/uuid:f7d3977e-f191-40d4-8f27-784a32902a55/thesis_yueshi.pdf Ranking and Context-awareness in Recommender Systems] - [[Yue Shi]]&lt;br /&gt;
* [https://repositorio.uam.es/bitstream/handle/10486/14091/66095_campos%20soto%20pedro%20g..pdf Recommender Systems and Time Context: Characterization of a Robust Evaluation Protocol to Increase Reliability of Measured Improvemenets] - [[Pedro Campos]]&lt;br /&gt;
* [http://users.soe.ucsc.edu/~jwang30/index.files/dissertation-Jian.pdf Session Aware Recommender System in E-Commerce] - [[Jian Wang]]&lt;br /&gt;
* [http://doras.dcu.ie/17737/ Social contextuality and conversational recommender systems] - [[Eoin Hurrell]]&lt;br /&gt;
* [http://liris.cnrs.fr/Documents/Liris-6406.pdf Trace-Based Reasoning for User Assistance and Recommendations] - [[Raafat Zarka]]&lt;br /&gt;
* [http://kth.diva-portal.org/smash/record.jsf?pid=diva2:606503 Trust-Based User Profiling] - [[Nima Dokoohaki]]&lt;br /&gt;
* [http://scidok.sulb.uni-saarland.de/volltexte/2013/5528/pdf/Boehmer_2013_MobileApplicationUsage_low.pdf Understanding and supporting mobile application usage] - [[Matthias Böhmer]]&lt;br /&gt;
* [http://d-scholarship.pitt.edu/19733/ User Contrallability in a Hybrid Recommender System] - [[Denis Parra]]&lt;br /&gt;
&lt;br /&gt;
=== 2012 ===&lt;br /&gt;
* [http://library.epfl.ch/en/theses/?nr=5318 Design and User Perception Issues for Personality-Engaged Recommender Systems] - [[Rong Hu]]&lt;br /&gt;
* [http://www.di.uniba.it/~swap/papers/musto_thesis.pdf Enhanced Vector Space Models for Content-based Recommender Systems] - [[Cataldo Musto]]&lt;br /&gt;
* [http://dalspace.library.dal.ca/bitstream/handle/10222/14735/Lipczak,%20Marek,%20PhD,%20CS,%20March%202012.pdf?sequence=5 Hybrid Tag Recommendation in Collaborative Tagging Systems] - [[Marek Lipczak]]&lt;br /&gt;
* [http://gradworks.umi.com/35/05/3505275.html Interaction Methods for Large Scale Graph Visualization Systems --- Using Manipulation to Aid Discovery] - [[Brynjar Gretarsson]]&lt;br /&gt;
* [http://www.evazangerle.at/wp-content/papercite-data/pdf/evaphd.pdf Leveraging Recommender Systems for the Creation and Maintenance of Structure within Collaborative Social Media Platforms] - [[Eva Zangerle]]&lt;br /&gt;
* [https://eldorado.tu-dortmund.de/bitstream/2003/29661/1/Dissertation.pdf Leveraging Tagging Data for Recommender Systems] - [[Fatih Gedikli]]&lt;br /&gt;
* [http://cseweb.ucsd.edu/~bmcfee/papers/bmcfee_dissertation.pdf More like this: machine learning approaches to music similarity] - [[Brian McFee]]&lt;br /&gt;
* [http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-17249 On some Challenges for Online Trust and Reputation Systems] - [[Mozhgan Tavakolifard]]&lt;br /&gt;
* [http://www.l3s.de/~krestel/cmsimple3_2/?Publications:Others:PhD_Thesis_12 On the Use of Language Models and Topic Models in the Web: New Algorithms for Filtering, Classification, Ranking, and Recommendation] - [[Ralf Krestel]]&lt;br /&gt;
* [http://ir.ii.uam.es/~alejandro/thesis/thesis-bellogin.pdf Performance prediction and evaluation in Recommender Systems: an Information Retrieval perspective] - [[Alejandro Bellogin]]&lt;br /&gt;
* [http://eprints.qut.edu.au/59507/1/Noraswaliza_Abdullah_Thesis.pdf Integrating collaborative filtering and matching-based search for product recommendation] - [[Noraswaliza Abdullah]]&lt;br /&gt;
* [http://www.uns.ac.rs/sr/doktorske/aleksandraKlasnjaMilicevic/disertacija.pdf Personalized Recommendation Based on Collaborative Tagging Techniques for an E-learning System] - [[Aleksandra Klašnja‐Milićević]]&lt;br /&gt;
* [http://arxiv.org/pdf/1203.4487v2 Recommender systems in industrial contexts] - [[Frank Meyer]]&lt;br /&gt;
* [http://opus.bsz-bw.de/ubhi/volltexte/2012/167/pdf/item_recommendation.pdf Supervised Machine Learning Methods for Item Recommendation] - [[Zeno Gantner]]&lt;br /&gt;
* [http://gradworks.umi.com/35/23/3523081.html Understanding Consistency of Recommender Systems: Behavioral and Algorithmic Perspectives] - [[Jingjing Zhang]]&lt;br /&gt;
&lt;br /&gt;
=== 2011 ===&lt;br /&gt;
* [http://users.cecs.anu.edu.au/~sguo/thesis.pdf Bayesian Recommender Systems: Models and Algorithms] - [[Shengbo Guo]]&lt;br /&gt;
* [http://www.inf.unibz.it/~lbaltrunas/doc/linas_phd_thesis.pdf Context-Aware Collaborative Filtering Recommender Systems] - [[Linas Baltrunas]]&lt;br /&gt;
* [http://benfields.net/bfields_thesis.pdf Contextualize Your Listening: The Playlist as Recommendation Engine] - [[Ben Fields]]&lt;br /&gt;
* [http://www.eric.ed.gov/ERICWebPortal/search/detailmini.jsp?_nfpb=true&amp;amp;_&amp;amp;ERICExtSearch_SearchValue_0=ED534217&amp;amp;ERICExtSearch_SearchType_0=no&amp;amp;accno=ED534217 Deployment of Recommender Systems: Operational and Strategic Issues] - [[Abhijeet Ghoshal]]&lt;br /&gt;
* [http://espace.library.uq.edu.au/view/UQ:263213 Effective and Efficient Collaborative Filtering] - [[Yi Ding]]&lt;br /&gt;
* [http://www.cse.cuhk.edu.hk/lyu/_media/students/thesisxin9.pdf Effective Fusion-based Approaches for Recommender Systems] - [[Xin Xin]]&lt;br /&gt;
* [http://www.aka-verlag.com/de/detail?ean=978-3-89838-332-5 Formal Concept Analysis and Tag Recommendations in Collaborative Tagging Systems] - [[Robert Jäschke]]&lt;br /&gt;
* [http://uclab.khu.ac.kr/resources/thesis/PhD_Thesis_Weiwei.pdf Improved Trust-Aware Recommender System using Small-Worldness of Trust Networks] - [[Weiwei Yuan]]&lt;br /&gt;
* [http://conservancy.umn.edu/handle/117321 Personalized Recommendation in Social Network Sites] - [[Jilin Chen]]&lt;br /&gt;
* [http://lac-repo-live7.is.ed.ac.uk/bitstream/1842/5770/1/Givon2011.pdf Predicting and using social tags to improve the accuracy and transparency of recommender systems] - [[Sharon Givon]]&lt;br /&gt;
* [http://slavnik.fe.uni-lj.si/markot/uploads/Main/2010_tkalcic_phd.pdf Recognition and usage of emotive parameters in recommender systems] - [[Marko Tkalčič]]&lt;br /&gt;
* [http://gradworks.umi.com/34/79/3479962.html Swarm intellilgence for clustering dynamic data sets for web usage mining and personalization] - [[Esin Saka]]&lt;br /&gt;
* [http://eprints.qut.edu.au/41879/1/Huizhi_Liang_Thesis.pdf User profiling based on folksonomy information in Web 2.0 for personalized recommender systems] - [[Huizhi Liang]]&lt;br /&gt;
* [http://eprints.qut.edu.au/49168/1/Touhid_Bhuiyan_Thesis.pdf Trust-based automated recommendation making] - [[Touhid Bhuiyan]]&lt;br /&gt;
* [http://digbib.ubka.uni-karlsruhe.de/volltexte/documents/1687272 Using Data Mining for Facilitating User Contributions in the Social Semantic Web] - [[Maryam Ramezani]]&lt;br /&gt;
* [http://gradworks.umi.com/34/49/3449549.html Visualization of music relational information sources for analysis, navigation, and discovery] - [[Justin Donaldson]]&lt;br /&gt;
&lt;br /&gt;
=== 2010 ===&lt;br /&gt;
* [http://www.amazon.com/Domain-Independent-Framework-Intelligent-Recommendations-Application/dp/3838113756 A Domain-Independent Framework for Intelligent Recommendations] - [[Jörn David]]&lt;br /&gt;
* [http://www.cp.jku.at/people/seyerlehner/supervised/seyerlehner_phd.pdf Content-Based Music Recommender Systems: Beyond simple Frame-Level Audio Similarity] - [[Klaus Seyerlehner]]&lt;br /&gt;
* [http://www.springer.com/engineering/computational+intelligence+and+complexity/book/978-3-642-16897-0 Context-Aware Ranking with Factorization Models] - [[Steffen Rendle]]&lt;br /&gt;
* [http://www.cs.ucl.ac.uk/staff/n.lathia/thesis.html Evaluating Collaborative Filtering Over Time] - [[Neal Lathia]]&lt;br /&gt;
* [http://opus.kobv.de/tuberlin/volltexte/2010/2695/pdf/wetzker_robert.pdf Graph-Based Recommendation in Broad Folksonomies] - [[Robert Wetzker]]&lt;br /&gt;
* [http://lib.tkk.fi/Diss/2010/isbn9789526031514/isbn9789526031514.pdf Methods and Applications for Ontology-based Recommender Systems] - [[Tuukka Ruotsalo]]&lt;br /&gt;
* [http://theses.gla.ac.uk/2132/01/2010hopfgartner1phd.pdf Personalised video retrieval: application of implicit feedback and semantic user profiles] - [[Frank Hopfgartner]]&lt;br /&gt;
* [http://www.dsc.ufcg.edu.br/~lbmarinho/homepage/pub/thesis_marinho.pdf Recommender Systems for Social Tagging Systems] - [[Leandro Balby Marinho]]&lt;br /&gt;
* [http://www.verlagdrkovac.de/3-8300-5081-X.htm Recommender Systeme für produktbegleitende Dienstleistungen] - [[Margarethe Frohs]]&lt;br /&gt;
* [http://wrap.warwick.ac.uk/3759/1/WRAP_THESIS_Li_2010.pdf Relational clustering models for knowledge discovery and recommender systems] - [[Tao Li]]&lt;br /&gt;
* [https://biblio.ugent.be/publication/986279/file/1886805.pdf Trust networks for recommender systems] - [[Patricia Victor]]&lt;br /&gt;
* [http://gradworks.umi.com/34/70/3470158.html User session and history modeling for collaborative visualization] - [[Fanhai Yang]]&lt;br /&gt;
&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
* [http://opus.kobv.de/tuberlin/volltexte/2009/2245/pdf/lommatzsch_andreas.pdf Eine offene Architektur für die agentenbasierte, adaptive, personalisierte Informationsfilterung] (German) - [[Andreas Lommatzsch]]&lt;br /&gt;
* [http://www.abdn.ac.uk/~csc284/Nava%20Tintarev_PhD_Thesis_%282010%29.pdf Explaining recommendations] - [[Nava Tintarev]]&lt;br /&gt;
* [http://www.omikk.bme.hu/collections/phd/Villamosmernoki_es_Informatikai_Kar/2010/Pilaszy_Istvan/ertekezes.pdf Factorization-Based Large Scale Recommendation Algorithms] - [[István Pilászy]]&lt;br /&gt;
* [http://www.shilad.com/shilads_thesis.pdf Nurturing Tagging Communities] - [[Shilad Sen]]&lt;br /&gt;
* [http://repository.upenn.edu/dissertations/AAI3363295/ Recommender systems and market diversity] - [[Daniel M. Fleder]]&lt;br /&gt;
* [http://itlab.dbit.dk/~toine/?page_id=6 Recommender Systems for Social Bookmarking] - [[Toine Bogers]]&lt;br /&gt;
* [http://svn.egovmon.no/svn/phdgoodwin/thesis/referenceexample/MMR_thesis_afterDefense.pdf Towards Efficient Music Similarity Search, Ranking, and Recommendation] - [[Maria Magdalena Ruxanda]]&lt;br /&gt;
&lt;br /&gt;
=== 2008 ===&lt;br /&gt;
* [http://essay.utwente.nl/59711/1/MA_thesis_J_de_Wit.pdf Evaluating recommender systems : an evaluation framework to predict user satisfaction for recommender systems in an electronic programme guide context] - [[Joost de Wit]]&lt;br /&gt;
* [http://arantxa.ii.uam.es/~cantador/doc/2008/thesis08.zip Exploiting the Conceptual Space in Hybrid Recommender Systems: a Semantic-based Approach] - [[Iván Cantador]]&lt;br /&gt;
* [http://eprints.qut.edu.au/29165/2/Li-Tung_Weng_Thesis.pdf Information Enrichment for Quality Recommender Systems] - [[Li-Tung Weng]]&lt;br /&gt;
* [http://tomheath.com/thesis/html Information-seeking on the Web with Trusted Social Networks – from Theory to Systems] - [[Tom Heath]]&lt;br /&gt;
* [http://www.cs.umass.edu/~marlin/research/phd_thesis/marlin-phd-thesis.pdf Missing Data Problems in Machine Learning] - [[Benjamin Marlin]]&lt;br /&gt;
* [http://mtg.upf.edu/node/1217 Music Recommendation and Discovery in the Long Tail] - [[Òscar Celma]]&lt;br /&gt;
* [http://hal.inria.fr/docs/00/34/83/70/PDF/TeseFinal.pdf Recommender System based on Personality Traits] - [[Maria Augusta Silveira Netto Nunes]]&lt;br /&gt;
* [http://winnie.kuis.kyoto-u.ac.jp/members/yoshii/d-thesis-yoshii.pdf Studies on Hybrid Music Recommendation Using Timbral and Rhythmic Features] - [[Kazuyoshi Yoshii]]&lt;br /&gt;
* [http://www.peterlang.com/index.cfm?event=cmp.ccc.seitenstruktur.detailseiten&amp;amp;seitentyp=produkt&amp;amp;pk=56341&amp;amp;cid=367 Towards Metadata-aware Algorithms for Recommender Systems] - [[Karen H. L. Tso-Sutter]]&lt;br /&gt;
* [http://hci.epfl.ch/members/lichen/EPFL_TH4140.pdf User Decision Improvement and Trust Building in Product Recommender Systems] - [[Li Chen]]&lt;br /&gt;
&lt;br /&gt;
=== 2007 ===&lt;br /&gt;
* [http://www.ulrichpaquet.com/Papers/PhDThesis.pdf Bayesian Inference for Latent Variable Models] - [[Ulrich Paquet]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~arashid/thesis.pdf Mining Influence in Recommender Systems] - [[Al Mamunur Rashid]]&lt;br /&gt;
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.2714&amp;amp;rep=rep1&amp;amp;type=pdf Building Trustworthy Recommender Systems] - [[Sheng Zhang]]&lt;br /&gt;
&lt;br /&gt;
=== 2006 ===&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=1269509 Designing social interactions with animated avatars and speech output for product recommendation agents in electronic commerce] - [[Lingyun Qiu]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~mcnee/mcnee-thesis-preprint.pdf Meeting User Information Needs in Recommender Systems] - [[Sean McNee]]&lt;br /&gt;
&lt;br /&gt;
=== 2005 ===&lt;br /&gt;
* [http://eprints.ecs.soton.ac.uk/10692/1/wei-phd-thesis.pdf A Market-Based Approach to Recommender Systems] - [[Yan Zheng Wei]]&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=1123874 Explanet: a learning tool and hybrid recommender system for student-authored explanations] - [[Jessica Masters]]&lt;br /&gt;
* Hybrid recommendation techniques based on user profiles - [[Pasquale Lops]]&lt;br /&gt;
* [http://www.princeton.edu/~smorris/pdfs/PhD/Ozmen.pdf Information Transmission and Recommender Systems] - [[Deran Özmen]]&lt;br /&gt;
* [https://doc.telin.nl/dsweb/Get/Document-56873 Supporting People In Finding Information: Hybrid Recommender Systems and Goal-Based Structuring] - [[Mark van Setten]]&lt;br /&gt;
* [http://www.freidok.uni-freiburg.de/volltexte/1804/pdf/Thesis.pdf Towards Decentralized Recommender Systems] - [[Cai-Nicolas Ziegler]]&lt;br /&gt;
* [http://dspace.mit.edu/bitstream/handle/1721.1/31137/61184336.pdf?sequence=1 Use of Discrete Choice Models with Recommender Systems] - [[Bassam H. Chaptini]]&lt;br /&gt;
&lt;br /&gt;
=== 2004 ===&lt;br /&gt;
&lt;br /&gt;
=== 2003 ===&lt;br /&gt;
* [http://eia.udg.es/~mmontane/montaner-thesis03.pdf Collaborative recommender agents based on case-based reasoning and trust] - [[Miquel Montaner]]&lt;br /&gt;
* [https://circle.ubc.ca/bitstream/handle/2429/14933/ubc_2003-859525.pdf?sequence=1 The Impact of Internalization and Familiarity on Trust and Adoption of Recommendation Agents] - [[Sherrie Komiak]]&lt;br /&gt;
* [http://knuth.luther.edu/~bmiller/Papers/thesis.pdf Toward a Personal Recommender System] - [[Bradley N. Miller]]&lt;br /&gt;
&lt;br /&gt;
=== 2002 ===&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=935978 Recommendation as classification and recommendation as matching: two information-centered approaches to recommendation] - [[Chumki Basu]]&lt;br /&gt;
&lt;br /&gt;
=== 2001 ===&lt;br /&gt;
* [http://www.patrickbaudisch.com/publications/2001-Baudisch-Dissertation-DynamicInformationFiltering.pdf Dynamic Information Filtering] - [[Patrick Baudisch]]&lt;br /&gt;
* [http://www.cs.uni.edu/~schafer/publications/schafer_thesis.pdf MetaLens: A Framework for Multsource Recommendations] - [[Ben Schafer]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~sarwar/thesis.ps Sparsity, scalability, and distribution in recommender systems] - [[Badrul Munir Sarwar]]&lt;br /&gt;
&lt;br /&gt;
=== 2000 ===&lt;br /&gt;
&lt;br /&gt;
=== 1999 ===&lt;br /&gt;
&lt;br /&gt;
=== 1998 ===&lt;br /&gt;
&lt;br /&gt;
=== 1997 ===&lt;br /&gt;
* Recommender Systems for Problem Solving Environments - [[Naren Ramakrishnan]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://pampalk.at/mir-phds/ PhD Theses and Doctoral Dissertations Related to Music Information Retrieval]&lt;br /&gt;
* [http://www.mendeley.com/groups/3058301/recommender-system-dissertations/papers/ Mendeley collection of Recommender System dissertations] (based on this page)&lt;br /&gt;
&lt;br /&gt;
[[Category: List|Dissertation]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=Recommendation_Software&amp;diff=2325</id>
		<title>Recommendation Software</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=Recommendation_Software&amp;diff=2325"/>
		<updated>2015-08-05T08:52:56Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommendations are generally provided through a self-implemented software, a machine learning package or a specific '''recommendation-focused''' software package or library. &lt;br /&gt;
&lt;br /&gt;
The table below shows a comparison of some of the more common software packages for recommendation.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Package   !! Language !! Inception year !! Status !! Source&lt;br /&gt;
 |-&lt;br /&gt;
 | [[LensKit]]  || Java || 2011 || Active  || [https://github.com/lenskit/lenskit GitHub]&lt;br /&gt;
 |-&lt;br /&gt;
 | [[MyMediaLite]] || C# || 2011 || Active ||  [https://github.com/zenogantner/MyMediaLite GitHub]&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Python-recsys]]  || Python || 2011 || Stale || [https://github.com/ocelma/python-recsys GitHub]&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Recommender101]]   || Java || 2013 || Active || [http://ls13-www.cs.tu-dortmund.de/homepage/recommender101/download/recommender101.zip source zip]&lt;br /&gt;
 |-&lt;br /&gt;
 | [[RankSys]]   || Java || 2015 || Active || [https://github.com/ir-uam/RankSys GitHub]&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2287</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2287"/>
		<updated>2015-05-18T22:07:03Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications and a PhD thesis (see [http://ir-uam.github.io/RankSys/ RankSys webpage]). While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the GPL V3, which allows the free use, study, distribution and modification of the software as long as derived works are distributed under the same license.&lt;br /&gt;
&lt;br /&gt;
The publicly available version of this framework (v0.3) includes implementations of several collaborative filtering recommendation algorithms as well as a wide variety of novelty and diversity metrics and re-ranking techniques. The modules published to date are the following:&lt;br /&gt;
&lt;br /&gt;
* RankSys-core, which contains the common and auxiliary classes of the framework.&lt;br /&gt;
* RankSys-fast, which provides support for fast and efficient implementation of data structures and algorithms.&lt;br /&gt;
* RankSys-metrics, which contains the interfaces and common components for defining metrics.&lt;br /&gt;
* RankSys-rec, which provides support for generating recommendation lists.&lt;br /&gt;
* RankSys-nn, which implements nearest neighbors recommendation algorithms.&lt;br /&gt;
* RankSys-mf, which implements matrix factorization recommendation algorithms.&lt;br /&gt;
* RankSys-novdiv, which provides common resources for novelty and diversity metrics and enhancement techniques.&lt;br /&gt;
* RankSys-novelty, which contains novelty metrics and enhancement techniques&lt;br /&gt;
* RankSys-diversity, which contains diversity metrics and enhancement techniques.&lt;br /&gt;
* RankSys-examples, which provides examples of usage of the previous modules.&lt;br /&gt;
&lt;br /&gt;
If you want to know more, the [http://github.com/ir-uam/RankSys/wiki wiki of the project] provides a high-level description of the different components of the current release of the software and [https://github.com/ir-uam/RankSys GitHub] hosts the source code.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ir-uam.github.io/RankSys/&lt;br /&gt;
* GitHub repository: https://github.com/ir-uam/RankSys&lt;br /&gt;
* Wiki: http://github.com/ir-uam/RankSys/wiki&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2286</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2286"/>
		<updated>2015-05-18T20:23:15Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications and a PhD thesis (see [http://ir-uam.github.io/RankSys/ RankSys webpage]). While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the GPL V3, which allows the free use, study, distribution and modification of the software as long as derived works are distributed under the same license.&lt;br /&gt;
&lt;br /&gt;
The publicly available version of this framework (v0.3) includes implementations of several collaborative filtering recommendation algorithms as well as wide variety of novelty and diversity metrics and re-ranking techniques. The modules published to date are the following:&lt;br /&gt;
&lt;br /&gt;
* RankSys-core, which contains the common and auxiliary classes of the framework.&lt;br /&gt;
* RankSys-fast, which provides support for fast and efficient implementation of data structures and algorithms.&lt;br /&gt;
* RankSys-metrics, which contains the interfaces and common components for defining metrics.&lt;br /&gt;
* RankSys-rec, which provides support for generating recommendation lists.&lt;br /&gt;
* RankSys-nn, which implements nearest neighbors recommendation algorithms.&lt;br /&gt;
* RankSys-mf, which implements matrix factorization recommendation algorithms.&lt;br /&gt;
* RankSys-novdiv, which provides common resources for novelty and diversity metrics and enhancement techniques.&lt;br /&gt;
* RankSys-novelty, which contains novelty metrics and enhancement techniques&lt;br /&gt;
* RankSys-diversity, which contains diversity metrics and enhancement techniques.&lt;br /&gt;
* RankSys-examples, which provides examples of usage of the previous modules.&lt;br /&gt;
&lt;br /&gt;
If you want to know more, the [http://github.com/ir-uam/RankSys/wiki wiki of the project] provides a high-level description of the different components of the current release of the software and [https://github.com/ir-uam/RankSys GitHub] hosts the source code.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ir-uam.github.io/RankSys/&lt;br /&gt;
* GitHub repository: https://github.com/ir-uam/RankSys&lt;br /&gt;
* Wiki: http://github.com/ir-uam/RankSys/wiki&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=List_of_recommender_system_dissertations&amp;diff=2269</id>
		<title>List of recommender system dissertations</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=List_of_recommender_system_dissertations&amp;diff=2269"/>
		<updated>2015-03-27T15:13:38Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: /* 2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Recommender systems]] related dissertations by year.&lt;br /&gt;
&lt;br /&gt;
Dissertation within a year are sorted alphabetically by title.&lt;br /&gt;
&lt;br /&gt;
=== 2015 ===&lt;br /&gt;
* [http://ir.ii.uam.es/saul/saulvargas-thesis.pdf Novelty and Diversity Evaluation and Enhancement in Recommender Systems] - [[Saúl Vargas]]&lt;br /&gt;
&lt;br /&gt;
=== 2014 ===&lt;br /&gt;
* [http://scholarlyrepository.miami.edu/cgi/viewcontent.cgi?article=2209&amp;amp;context=oa_dissertations A Model-Based Music Recommendation System for Individual Users and Implicit User Groups] - [[Yajie Hu]] &lt;br /&gt;
* [http://infoscience.epfl.ch/record/199806 Aggregating Information from the Crowd: ratings, recommendations and predictions] - [[Florent Garcin]]&lt;br /&gt;
* [http://wanlab.poly.edu/xiwang/doc/thesis.pdf Collaborative Filtering Based Social Recommender Systems] - [[Xiwang Yang]]&lt;br /&gt;
* [http://digbib.ubka.uni-karlsruhe.de/volltexte/documents/3158723 Cross-domain Recommendations based on semantically-enhanced User Web Behavior] - [[Julia Hoxha]] &lt;br /&gt;
* [http://www.win.tue.nl/ipa/?event=cryptographically-enhanced-privacy-for-recommender-systems Cryptographically-Enhanced Privacy for Recommender Systems] - [[Arjan Jeckmans]]&lt;br /&gt;
* [http://conservancy.umn.edu/handle/11299/167084 Database management system support for collaborative filtering recommender systems] - [[Mohamed Sarwat]]&lt;br /&gt;
* [http://bit.ly/simonphd Dynamic Generation of Personalized Hybrid Recommender Systems] - [[Simon Dooms]]&lt;br /&gt;
* Enhancing Discovery in Geoportals: Geo-Enrichment, Semantic Enhancement and Recommendation Strategies for Geo-Information Discovery - [[Bernhard Vockner]]&lt;br /&gt;
* [https://dl.dropboxusercontent.com/u/13894587/hcorona-msc-2014.pdf Enhancing Content Discovery. An Evaluation and Classification Perspective] - [[Humberto Corona]]&lt;br /&gt;
* [http://www.lsi.upc.edu/~vcodina/phd.pdf Exploiting Distributional Semantics for Content-Based and Context-Aware Recommendation] - [[Victor Codina]]&lt;br /&gt;
* [http://micheletrevisiol.com/data/Exploiting_Implicit_User_Activity_for_Media_Recommendation.pdf Exploiting Implicit User Activity for Media Recommendation] - [[Michele Trevisiol]]&lt;br /&gt;
* [http://arks.princeton.edu/ark:/88435/dsp01nv935299q Information Aggregation in Quantized Consensus, Recommender Systems, and Ranking] - [[Shang Shang]]&lt;br /&gt;
* [http://repository.lib.ncsu.edu/ir/bitstream/1840.16/9727/1/etd.pdf More Usable Recommendation Systems for Improving Software Quality] - [[Yoonki Song]]&lt;br /&gt;
* [http://digitalcommons.fiu.edu/cgi/viewcontent.cgi?article=2550&amp;amp;context=etd Next Generation of Recommender Systems: Algorithms and Applications] - [[Lei Li]]&lt;br /&gt;
* [http://ethesis.unifr.ch/theses/downloads.php?file=TeranL.pdf SmartParticipation: A Fuzzy-Based Recommender System for Political Community-Building] - [[Luis Fernando Terán Tamayo]]&lt;br /&gt;
* [http://elehack.net/research/thesis/ Towards Recommender Engineering: Tools and Experiments for Identifying Recommender Differences] - [[Michael Ekstrand]]&lt;br /&gt;
* [http://tampub.uta.fi/bitstream/handle/10024/95965/978-951-44-9551-9.pdf User Factors in Recommender Systems: Case Studies in e-Commerce, News Recommending, and e-Learning] - [[Juha Leino]]&lt;br /&gt;
&lt;br /&gt;
=== 2013 ===&lt;br /&gt;
* [http://interactivesystems.info/publications/a-conceptual-model-and-a-software-framework-for-developing-context-aware-hybrid-recommender-systems A conceptual model and a software framework for developing context aware hybrid recommender systems] - [[Tim Hussein]]&lt;br /&gt;
* [http://shodhganga.inflibnet.ac.in/handle/10603/24399 Effective tag recommendation system based on topic ontology] - [[V Subramaniyaswamy]]&lt;br /&gt;
* [http://eprints.ucm.es/24533/ Estrategias de recomendación basadas en conocimiento para la localización personalizada de recursos en repositorios educativos] (Spanish) - [[Almudena Ruiz-Iniesta]]&lt;br /&gt;
* [http://opus4.kobv.de/opus4-tuberlin/frontdoor/index/index/docId/3681 Evaluating the Accuracy and Utility of Recommender Systems] - [[Alan Said]]&lt;br /&gt;
* [https://biblio.ugent.be/input/download?func=downloadFile&amp;amp;recordOId=4163727&amp;amp;fileOId=4163752 Improved online services by personalized recommendations and optimal quality of experience parameters] - [[Toon De Pessemier]]&lt;br /&gt;
* [http://hdl.handle.net/10059/859 Integrating Content and Semantic Representations for Music Recommendation] - [[Ben Horsburgh]]&lt;br /&gt;
* [http://escholarship.org/uc/item/4xw874p5#page-1 Latent feature models for dyadic prediction] - [[Aditya Krishna Menon]]&lt;br /&gt;
* [http://repository.tudelft.nl/assets/uuid:f7d3977e-f191-40d4-8f27-784a32902a55/thesis_yueshi.pdf Ranking and Context-awareness in Recommender Systems] - [[Yue Shi]]&lt;br /&gt;
* [https://repositorio.uam.es/bitstream/handle/10486/14091/66095_campos%20soto%20pedro%20g..pdf Recommender Systems and Time Context: Characterization of a Robust Evaluation Protocol to Increase Reliability of Measured Improvemenets] - [[Pedro Campos]]&lt;br /&gt;
* [http://users.soe.ucsc.edu/~jwang30/index.files/dissertation-Jian.pdf Session Aware Recommender System in E-Commerce] - [[Jian Wang]]&lt;br /&gt;
* [http://doras.dcu.ie/17737/ Social contextuality and conversational recommender systems] - [[Eoin Hurrell]]&lt;br /&gt;
* [http://liris.cnrs.fr/Documents/Liris-6406.pdf Trace-Based Reasoning for User Assistance and Recommendations] - [[Raafat Zarka]]&lt;br /&gt;
* [http://kth.diva-portal.org/smash/record.jsf?pid=diva2:606503 Trust-Based User Profiling] - [[Nima Dokoohaki]]&lt;br /&gt;
* [http://scidok.sulb.uni-saarland.de/volltexte/2013/5528/pdf/Boehmer_2013_MobileApplicationUsage_low.pdf Understanding and supporting mobile application usage] - [[Matthias Böhmer]]&lt;br /&gt;
* [http://d-scholarship.pitt.edu/19733/ User Contrallability in a Hybrid Recommender System] - [[Denis Parra]]&lt;br /&gt;
&lt;br /&gt;
=== 2012 ===&lt;br /&gt;
* [http://library.epfl.ch/en/theses/?nr=5318 Design and User Perception Issues for Personality-Engaged Recommender Systems] - [[Rong Hu]]&lt;br /&gt;
* [http://www.di.uniba.it/~swap/papers/musto_thesis.pdf Enhanced Vector Space Models for Content-based Recommender Systems] - [[Cataldo Musto]]&lt;br /&gt;
* [http://dalspace.library.dal.ca/bitstream/handle/10222/14735/Lipczak,%20Marek,%20PhD,%20CS,%20March%202012.pdf?sequence=5 Hybrid Tag Recommendation in Collaborative Tagging Systems] - [[Marek Lipczak]]&lt;br /&gt;
* [http://gradworks.umi.com/35/05/3505275.html Interaction Methods for Large Scale Graph Visualization Systems --- Using Manipulation to Aid Discovery] - [[Brynjar Gretarsson]]&lt;br /&gt;
* [http://www.evazangerle.at/wp-content/papercite-data/pdf/evaphd.pdf Leveraging Recommender Systems for the Creation and Maintenance of Structure within Collaborative Social Media Platforms] - [[Eva Zangerle]]&lt;br /&gt;
* [https://eldorado.tu-dortmund.de/bitstream/2003/29661/1/Dissertation.pdf Leveraging Tagging Data for Recommender Systems] - [[Fatih Gedikli]]&lt;br /&gt;
* [http://cseweb.ucsd.edu/~bmcfee/papers/bmcfee_dissertation.pdf More like this: machine learning approaches to music similarity] - [[Brian McFee]]&lt;br /&gt;
* [http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-17249 On some Challenges for Online Trust and Reputation Systems] - [[Mozhgan Tavakolifard]]&lt;br /&gt;
* [http://www.l3s.de/~krestel/cmsimple3_2/?Publications:Others:PhD_Thesis_12 On the Use of Language Models and Topic Models in the Web: New Algorithms for Filtering, Classification, Ranking, and Recommendation] - [[Ralf Krestel]]&lt;br /&gt;
* [http://ir.ii.uam.es/~alejandro/thesis/thesis-bellogin.pdf Performance prediction and evaluation in Recommender Systems: an Information Retrieval perspective] - [[Alejandro Bellogin]]&lt;br /&gt;
* [http://eprints.qut.edu.au/59507/1/Noraswaliza_Abdullah_Thesis.pdf Integrating collaborative filtering and matching-based search for product recommendation] - [[Noraswaliza Abdullah]]&lt;br /&gt;
* [http://www.uns.ac.rs/sr/doktorske/aleksandraKlasnjaMilicevic/disertacija.pdf Personalized Recommendation Based on Collaborative Tagging Techniques for an E-learning System] - [[Aleksandra Klašnja‐Milićević]]&lt;br /&gt;
* [http://arxiv.org/pdf/1203.4487v2 Recommender systems in industrial contexts] - [[Frank Meyer]]&lt;br /&gt;
* [http://opus.bsz-bw.de/ubhi/volltexte/2012/167/pdf/item_recommendation.pdf Supervised Machine Learning Methods for Item Recommendation] - [[Zeno Gantner]]&lt;br /&gt;
* [http://gradworks.umi.com/35/23/3523081.html Understanding Consistency of Recommender Systems: Behavioral and Algorithmic Perspectives] - [[Jingjing Zhang]]&lt;br /&gt;
&lt;br /&gt;
=== 2011 ===&lt;br /&gt;
* [http://users.cecs.anu.edu.au/~sguo/thesis.pdf Bayesian Recommender Systems: Models and Algorithms] - [[Shengbo Guo]]&lt;br /&gt;
* [http://www.inf.unibz.it/~lbaltrunas/doc/linas_phd_thesis.pdf Context-Aware Collaborative Filtering Recommender Systems] - [[Linas Baltrunas]]&lt;br /&gt;
* [http://benfields.net/bfields_thesis.pdf Contextualize Your Listening: The Playlist as Recommendation Engine] - [[Ben Fields]]&lt;br /&gt;
* [http://www.eric.ed.gov/ERICWebPortal/search/detailmini.jsp?_nfpb=true&amp;amp;_&amp;amp;ERICExtSearch_SearchValue_0=ED534217&amp;amp;ERICExtSearch_SearchType_0=no&amp;amp;accno=ED534217 Deployment of Recommender Systems: Operational and Strategic Issues] - [[Abhijeet Ghoshal]]&lt;br /&gt;
* [http://espace.library.uq.edu.au/view/UQ:263213 Effective and Efficient Collaborative Filtering] - [[Yi Ding]]&lt;br /&gt;
* [http://www.cse.cuhk.edu.hk/lyu/_media/students/thesisxin9.pdf Effective Fusion-based Approaches for Recommender Systems] - [[Xin Xin]]&lt;br /&gt;
* [http://www.aka-verlag.com/de/detail?ean=978-3-89838-332-5 Formal Concept Analysis and Tag Recommendations in Collaborative Tagging Systems] - [[Robert Jäschke]]&lt;br /&gt;
* [http://uclab.khu.ac.kr/resources/thesis/PhD_Thesis_Weiwei.pdf Improved Trust-Aware Recommender System using Small-Worldness of Trust Networks] - [[Weiwei Yuan]]&lt;br /&gt;
* [http://conservancy.umn.edu/handle/117321 Personalized Recommendation in Social Network Sites] - [[Jilin Chen]]&lt;br /&gt;
* [http://lac-repo-live7.is.ed.ac.uk/bitstream/1842/5770/1/Givon2011.pdf Predicting and using social tags to improve the accuracy and transparency of recommender systems] - [[Sharon Givon]]&lt;br /&gt;
* [http://slavnik.fe.uni-lj.si/markot/uploads/Main/2010_tkalcic_phd.pdf Recognition and usage of emotive parameters in recommender systems] - [[Marko Tkalčič]]&lt;br /&gt;
* [http://gradworks.umi.com/34/79/3479962.html Swarm intellilgence for clustering dynamic data sets for web usage mining and personalization] - [[Esin Saka]]&lt;br /&gt;
* [http://eprints.qut.edu.au/41879/1/Huizhi_Liang_Thesis.pdf User profiling based on folksonomy information in Web 2.0 for personalized recommender systems] - [[Huizhi Liang]]&lt;br /&gt;
* [http://eprints.qut.edu.au/49168/1/Touhid_Bhuiyan_Thesis.pdf Trust-based automated recommendation making] - [[Touhid Bhuiyan]]&lt;br /&gt;
* [http://digbib.ubka.uni-karlsruhe.de/volltexte/documents/1687272 Using Data Mining for Facilitating User Contributions in the Social Semantic Web] - [[Maryam Ramezani]]&lt;br /&gt;
* [http://gradworks.umi.com/34/49/3449549.html Visualization of music relational information sources for analysis, navigation, and discovery] - [[Justin Donaldson]]&lt;br /&gt;
&lt;br /&gt;
=== 2010 ===&lt;br /&gt;
* [http://www.amazon.com/Domain-Independent-Framework-Intelligent-Recommendations-Application/dp/3838113756 A Domain-Independent Framework for Intelligent Recommendations] - [[Jörn David]]&lt;br /&gt;
* [http://www.cp.jku.at/people/seyerlehner/supervised/seyerlehner_phd.pdf Content-Based Music Recommender Systems: Beyond simple Frame-Level Audio Similarity] - [[Klaus Seyerlehner]]&lt;br /&gt;
* [http://www.springer.com/engineering/computational+intelligence+and+complexity/book/978-3-642-16897-0 Context-Aware Ranking with Factorization Models] - [[Steffen Rendle]]&lt;br /&gt;
* [http://www.cs.ucl.ac.uk/staff/n.lathia/thesis.html Evaluating Collaborative Filtering Over Time] - [[Neal Lathia]]&lt;br /&gt;
* [http://opus.kobv.de/tuberlin/volltexte/2010/2695/pdf/wetzker_robert.pdf Graph-Based Recommendation in Broad Folksonomies] - [[Robert Wetzker]]&lt;br /&gt;
* [http://lib.tkk.fi/Diss/2010/isbn9789526031514/isbn9789526031514.pdf Methods and Applications for Ontology-based Recommender Systems] - [[Tuukka Ruotsalo]]&lt;br /&gt;
* [http://theses.gla.ac.uk/2132/01/2010hopfgartner1phd.pdf Personalised video retrieval: application of implicit feedback and semantic user profiles] - [[Frank Hopfgartner]]&lt;br /&gt;
* [http://www.dsc.ufcg.edu.br/~lbmarinho/homepage/pub/thesis_marinho.pdf Recommender Systems for Social Tagging Systems] - [[Leandro Balby Marinho]]&lt;br /&gt;
* [http://www.verlagdrkovac.de/3-8300-5081-X.htm Recommender Systeme für produktbegleitende Dienstleistungen] - [[Margarethe Frohs]]&lt;br /&gt;
* [http://wrap.warwick.ac.uk/3759/1/WRAP_THESIS_Li_2010.pdf Relational clustering models for knowledge discovery and recommender systems] - [[Tao Li]]&lt;br /&gt;
* [https://biblio.ugent.be/publication/986279/file/1886805.pdf Trust networks for recommender systems] - [[Patricia Victor]]&lt;br /&gt;
* [http://gradworks.umi.com/34/70/3470158.html User session and history modeling for collaborative visualization] - [[Fanhai Yang]]&lt;br /&gt;
&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
* [http://opus.kobv.de/tuberlin/volltexte/2009/2245/pdf/lommatzsch_andreas.pdf Eine offene Architektur für die agentenbasierte, adaptive, personalisierte Informationsfilterung] (German) - [[Andreas Lommatzsch]]&lt;br /&gt;
* [http://www.abdn.ac.uk/~csc284/Nava%20Tintarev_PhD_Thesis_%282010%29.pdf Explaining recommendations] - [[Nava Tintarev]]&lt;br /&gt;
* [http://www.omikk.bme.hu/collections/phd/Villamosmernoki_es_Informatikai_Kar/2010/Pilaszy_Istvan/ertekezes.pdf Factorization-Based Large Scale Recommendation Algorithms] - [[István Pilászy]]&lt;br /&gt;
* [http://www.shilad.com/shilads_thesis.pdf Nurturing Tagging Communities] - [[Shilad Sen]]&lt;br /&gt;
* [http://repository.upenn.edu/dissertations/AAI3363295/ Recommender systems and market diversity] - [[Daniel M. Fleder]]&lt;br /&gt;
* [http://itlab.dbit.dk/~toine/?page_id=6 Recommender Systems for Social Bookmarking] - [[Toine Bogers]]&lt;br /&gt;
* [http://svn.egovmon.no/svn/phdgoodwin/thesis/referenceexample/MMR_thesis_afterDefense.pdf Towards Efficient Music Similarity Search, Ranking, and Recommendation] - [[Maria Magdalena Ruxanda]]&lt;br /&gt;
&lt;br /&gt;
=== 2008 ===&lt;br /&gt;
* [http://essay.utwente.nl/59711/1/MA_thesis_J_de_Wit.pdf Evaluating recommender systems : an evaluation framework to predict user satisfaction for recommender systems in an electronic programme guide context] - [[Joost de Wit]]&lt;br /&gt;
* [http://arantxa.ii.uam.es/~cantador/doc/2008/thesis08.zip Exploiting the Conceptual Space in Hybrid Recommender Systems: a Semantic-based Approach] - [[Iván Cantador]]&lt;br /&gt;
* [http://eprints.qut.edu.au/29165/2/Li-Tung_Weng_Thesis.pdf Information Enrichment for Quality Recommender Systems] - [[Li-Tung Weng]]&lt;br /&gt;
* [http://tomheath.com/thesis/html Information-seeking on the Web with Trusted Social Networks – from Theory to Systems] - [[Tom Heath]]&lt;br /&gt;
* [http://www.cs.umass.edu/~marlin/research/phd_thesis/marlin-phd-thesis.pdf Missing Data Problems in Machine Learning] - [[Benjamin Marlin]]&lt;br /&gt;
* [http://mtg.upf.edu/node/1217 Music Recommendation and Discovery in the Long Tail] - [[Òscar Celma]]&lt;br /&gt;
* [http://hal.inria.fr/docs/00/34/83/70/PDF/TeseFinal.pdf Recommender System based on Personality Traits] - [[Maria Augusta Silveira Netto Nunes]]&lt;br /&gt;
* [http://winnie.kuis.kyoto-u.ac.jp/members/yoshii/d-thesis-yoshii.pdf Studies on Hybrid Music Recommendation Using Timbral and Rhythmic Features] - [[Kazuyoshi Yoshii]]&lt;br /&gt;
* [http://www.peterlang.com/index.cfm?event=cmp.ccc.seitenstruktur.detailseiten&amp;amp;seitentyp=produkt&amp;amp;pk=56341&amp;amp;cid=367 Towards Metadata-aware Algorithms for Recommender Systems] - [[Karen H. L. Tso-Sutter]]&lt;br /&gt;
* [http://hci.epfl.ch/members/lichen/EPFL_TH4140.pdf User Decision Improvement and Trust Building in Product Recommender Systems] - [[Li Chen]]&lt;br /&gt;
&lt;br /&gt;
=== 2007 ===&lt;br /&gt;
* [http://www.ulrichpaquet.com/Papers/PhDThesis.pdf Bayesian Inference for Latent Variable Models] - [[Ulrich Paquet]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~arashid/thesis.pdf Mining Influence in Recommender Systems] - [[Al Mamunur Rashid]]&lt;br /&gt;
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.2714&amp;amp;rep=rep1&amp;amp;type=pdf Building Trustworthy Recommender Systems] - [[Sheng Zhang]]&lt;br /&gt;
&lt;br /&gt;
=== 2006 ===&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=1269509 Designing social interactions with animated avatars and speech output for product recommendation agents in electronic commerce] - [[Lingyun Qiu]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~mcnee/mcnee-thesis-preprint.pdf Meeting User Information Needs in Recommender Systems] - [[Sean McNee]]&lt;br /&gt;
&lt;br /&gt;
=== 2005 ===&lt;br /&gt;
* [http://eprints.ecs.soton.ac.uk/10692/1/wei-phd-thesis.pdf A Market-Based Approach to Recommender Systems] - [[Yan Zheng Wei]]&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=1123874 Explanet: a learning tool and hybrid recommender system for student-authored explanations] - [[Jessica Masters]]&lt;br /&gt;
* Hybrid recommendation techniques based on user profiles - [[Pasquale Lops]]&lt;br /&gt;
* [http://www.princeton.edu/~smorris/pdfs/PhD/Ozmen.pdf Information Transmission and Recommender Systems] - [[Deran Özmen]]&lt;br /&gt;
* [https://doc.telin.nl/dsweb/Get/Document-56873 Supporting People In Finding Information: Hybrid Recommender Systems and Goal-Based Structuring] - [[Mark van Setten]]&lt;br /&gt;
* [http://www.freidok.uni-freiburg.de/volltexte/1804/pdf/Thesis.pdf Towards Decentralized Recommender Systems] - [[Cai-Nicolas Ziegler]]&lt;br /&gt;
* [http://dspace.mit.edu/bitstream/handle/1721.1/31137/61184336.pdf?sequence=1 Use of Discrete Choice Models with Recommender Systems] - [[Bassam H. Chaptini]]&lt;br /&gt;
&lt;br /&gt;
=== 2004 ===&lt;br /&gt;
&lt;br /&gt;
=== 2003 ===&lt;br /&gt;
* [http://eia.udg.es/~mmontane/montaner-thesis03.pdf Collaborative recommender agents based on case-based reasoning and trust] - [[Miquel Montaner]]&lt;br /&gt;
* [https://circle.ubc.ca/bitstream/handle/2429/14933/ubc_2003-859525.pdf?sequence=1 The Impact of Internalization and Familiarity on Trust and Adoption of Recommendation Agents] - [[Sherrie Komiak]]&lt;br /&gt;
* [http://knuth.luther.edu/~bmiller/Papers/thesis.pdf Toward a Personal Recommender System] - [[Bradley N. Miller]]&lt;br /&gt;
&lt;br /&gt;
=== 2002 ===&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=935978 Recommendation as classification and recommendation as matching: two information-centered approaches to recommendation] - [[Chumki Basu]]&lt;br /&gt;
&lt;br /&gt;
=== 2001 ===&lt;br /&gt;
* [http://www.patrickbaudisch.com/publications/2001-Baudisch-Dissertation-DynamicInformationFiltering.pdf Dynamic Information Filtering] - [[Patrick Baudisch]]&lt;br /&gt;
* [http://www.cs.uni.edu/~schafer/publications/schafer_thesis.pdf MetaLens: A Framework for Multsource Recommendations] - [[Ben Schafer]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~sarwar/thesis.ps Sparsity, scalability, and distribution in recommender systems] - [[Badrul Munir Sarwar]]&lt;br /&gt;
&lt;br /&gt;
=== 2000 ===&lt;br /&gt;
&lt;br /&gt;
=== 1999 ===&lt;br /&gt;
&lt;br /&gt;
=== 1998 ===&lt;br /&gt;
&lt;br /&gt;
=== 1997 ===&lt;br /&gt;
* Recommender Systems for Problem Solving Environments - [[Naren Ramakrishnan]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://pampalk.at/mir-phds/ PhD Theses and Doctoral Dissertations Related to Music Information Retrieval]&lt;br /&gt;
* [http://www.mendeley.com/groups/3058301/recommender-system-dissertations/papers/ Mendeley collection of Recommender System dissertations] (based on this page)&lt;br /&gt;
&lt;br /&gt;
[[Category: List|Dissertation]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2268</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2268"/>
		<updated>2015-03-27T13:51:12Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications and a PhD thesis (see [http://ir-uam.github.io/RankSys/ RankSys webpage]). While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the GPL V3, which allows the free use, study, distribution and modification of the software as long as derived works are distributed under the same license.&lt;br /&gt;
&lt;br /&gt;
To date, the publicly available version of this framework includes the modules that implement novelty and diversity metrics and re-ranking techniques and the required core components of the framework:&lt;br /&gt;
&lt;br /&gt;
* RankSys-core, which contains the common and auxiliary classes of the framework.&lt;br /&gt;
* RankSys-metrics, which contains the interfaces and common components for defining metrics.&lt;br /&gt;
* RankSys-diversity, which contains the novelty and diversity metrics and re-ranking strategies.&lt;br /&gt;
* RankSys-examples, which provides examples of usage of the previous modules.&lt;br /&gt;
&lt;br /&gt;
If you want to know more, the [http://github.com/ir-uam/RankSys/wiki wiki of the project] provides a high-level description of the different components of the current release of the software and [https://github.com/ir-uam/RankSys GitHub] hosts the source code.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ir-uam.github.io/RankSys/&lt;br /&gt;
* GitHub repository: https://github.com/ir-uam/RankSys&lt;br /&gt;
* Wiki: http://github.com/ir-uam/RankSys/wiki&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2267</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2267"/>
		<updated>2015-03-27T13:50:39Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications and a PhD thesis (see [http://ir-uam.github.io/RankSys/ RankSys webpage]). While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the GPL V3, which allows the free use, study, distribution and modification of the software as long as derived works are distributed under the same license.&lt;br /&gt;
&lt;br /&gt;
To date, the publicly available version of this framework includes the modules that implement novelty and diversity metrics and re-ranking techniques and the required core components of the framework:&lt;br /&gt;
&lt;br /&gt;
* RankSys-core, which contains the common and auxiliary classes of the framework.&lt;br /&gt;
* RankSys-metrics, which contains the interfaces and common components for defining metrics.&lt;br /&gt;
* RankSys-diversity, which contains the novelty and diversity metrics and re-ranking strategies.&lt;br /&gt;
* RankSys-examples, which provides examples of usage of the previous modules.&lt;br /&gt;
&lt;br /&gt;
If you want to know more, the [http://ir-uam.github.io/RankSys/ wiki of the project] provides a high-level description of the different components of the current release of the software and [https://github.com/ir-uam/RankSys GitHub] hosts the source code.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ir-uam.github.io/RankSys/&lt;br /&gt;
* GitHub repository: https://github.com/ir-uam/RankSys&lt;br /&gt;
* Wiki: http://github.com/ir-uam/RankSys/wiki&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=List_of_recommender_system_dissertations&amp;diff=2263</id>
		<title>List of recommender system dissertations</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=List_of_recommender_system_dissertations&amp;diff=2263"/>
		<updated>2015-03-27T11:15:25Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Recommender systems]] related dissertations by year.&lt;br /&gt;
&lt;br /&gt;
Dissertation within a year are sorted alphabetically by title.&lt;br /&gt;
&lt;br /&gt;
=== 2015 ===&lt;br /&gt;
* [http://ir.ii.uam.es/saul/saulvargas-thesis.pdf Novelty and Diversity Evaluation and Enhancement in Recommender Systems] - [[Saúl Vargas]]&lt;br /&gt;
&lt;br /&gt;
=== 2014 ===&lt;br /&gt;
* [http://scholarlyrepository.miami.edu/cgi/viewcontent.cgi?article=2209&amp;amp;context=oa_dissertations A Model-Based Music Recommendation System for Individual Users and Implicit User Groups] - [[Yajie Hu]] &lt;br /&gt;
* [http://infoscience.epfl.ch/record/199806 Aggregating Information from the Crowd: ratings, recommendations and predictions] - [[Florent Garcin]]&lt;br /&gt;
* [http://wanlab.poly.edu/xiwang/doc/thesis.pdf Collaborative Filtering Based Social Recommender Systems] - [[Xiwang Yang]]&lt;br /&gt;
* [http://digbib.ubka.uni-karlsruhe.de/volltexte/documents/3158723 Cross-domain Recommendations based on semantically-enhanced User Web Behavior] - [[Julia Hoxha]] &lt;br /&gt;
* [http://www.win.tue.nl/ipa/?event=cryptographically-enhanced-privacy-for-recommender-systems Cryptographically-Enhanced Privacy for Recommender Systems] - [[Arjan Jeckmans]]&lt;br /&gt;
* [http://conservancy.umn.edu/handle/11299/167084 Database management system support for collaborative filtering recommender systems] - [[Mohamed Sarwat]]&lt;br /&gt;
* [http://bit.ly/simonphd Dynamic Generation of Personalized Hybrid Recommender Systems] - [[Simon Dooms]]&lt;br /&gt;
* Enhancing Discovery in Geoportals: Geo-Enrichment, Semantic Enhancement and Recommendation Strategies for Geo-Information Discovery - [[Bernhard Vockner]]&lt;br /&gt;
* [https://dl.dropboxusercontent.com/u/13894587/hcorona-msc-2014.pdf Enhancing Content Discovery. An Evaluation and Classification Perspective] - [[Humberto Corona]]&lt;br /&gt;
* [http://www.lsi.upc.edu/~vcodina/phd.pdf Exploiting Distributional Semantics for Content-Based and Context-Aware Recommendation] - [[Victor Codina]]&lt;br /&gt;
* [http://micheletrevisiol.com/data/Exploiting_Implicit_User_Activity_for_Media_Recommendation.pdf Exploiting Implicit User Activity for Media Recommendation] - [[Michele Trevisiol]]&lt;br /&gt;
* [http://arks.princeton.edu/ark:/88435/dsp01nv935299q Information Aggregation in Quantized Consensus, Recommender Systems, and Ranking] - [[Shang Shang]]&lt;br /&gt;
* [http://repository.lib.ncsu.edu/ir/bitstream/1840.16/9727/1/etd.pdf More Usable Recommendation Systems for Improving Software Quality] - [[Yoonki Song]]&lt;br /&gt;
* [http://digitalcommons.fiu.edu/cgi/viewcontent.cgi?article=2550&amp;amp;context=etd Next Generation of Recommender Systems: Algorithms and Applications] - [[Lei Li]]&lt;br /&gt;
* [http://ethesis.unifr.ch/theses/downloads.php?file=TeranL.pdf SmartParticipation: A Fuzzy-Based Recommender System for Political Community-Building] - [[Luis Fernando Terán Tamayo]]&lt;br /&gt;
* [http://elehack.net/research/thesis/ Towards Recommender Engineering: Tools and Experiments for Identifying Recommender Differences] - [[Michael Ekstrand]]&lt;br /&gt;
* [http://tampub.uta.fi/bitstream/handle/10024/95965/978-951-44-9551-9.pdf User Factors in Recommender Systems: Case Studies in e-Commerce, News Recommending, and e-Learning] - [[Juha Leino]]&lt;br /&gt;
&lt;br /&gt;
=== 2013 ===&lt;br /&gt;
* [http://interactivesystems.info/publications/a-conceptual-model-and-a-software-framework-for-developing-context-aware-hybrid-recommender-systems A conceptual model and a software framework for developing context aware hybrid recommender systems] - [[Tim Hussein]]&lt;br /&gt;
* [http://shodhganga.inflibnet.ac.in/handle/10603/24399 Effective tag recommendation system based on topic ontology] - [[V Subramaniyaswamy]]&lt;br /&gt;
* [http://eprints.ucm.es/24533/ Estrategias de recomendación basadas en conocimiento para la localización personalizada de recursos en repositorios educativos] (Spanish) - [[Almudena Ruiz-Iniesta]]&lt;br /&gt;
* [http://opus4.kobv.de/opus4-tuberlin/frontdoor/index/index/docId/3681 Evaluating the Accuracy and Utility of Recommender Systems] - [[Alan Said]]&lt;br /&gt;
* [https://biblio.ugent.be/input/download?func=downloadFile&amp;amp;recordOId=4163727&amp;amp;fileOId=4163752 Improved online services by personalized recommendations and optimal quality of experience parameters] - [[Toon De Pessemier]]&lt;br /&gt;
* [http://hdl.handle.net/10059/859 Integrating Content and Semantic Representations for Music Recommendation] - [[Ben Horsburgh]]&lt;br /&gt;
* [http://escholarship.org/uc/item/4xw874p5#page-1 Latent feature models for dyadic prediction] - [[Aditya Krishna Menon]]&lt;br /&gt;
* [http://repository.tudelft.nl/assets/uuid:f7d3977e-f191-40d4-8f27-784a32902a55/thesis_yueshi.pdf Ranking and Context-awareness in Recommender Systems] - [[Yue Shi]]&lt;br /&gt;
* [http://digitool-uam.greendata.es//exlibris/dtl/d3_1/apache_media/L2V4bGlicmlzL2R0bC9kM18xL2FwYWNoZV9tZWRpYS82NjA5NQ==.pdf Recommender Systems and Time Context: Characterization of a Robust Evaluation Protocol to Increase Reliability of Measured Improvemenets] - [[Pedro Campos]]&lt;br /&gt;
* [http://users.soe.ucsc.edu/~jwang30/index.files/dissertation-Jian.pdf Session Aware Recommender System in E-Commerce] - [[Jian Wang]]&lt;br /&gt;
* [http://doras.dcu.ie/17737/ Social contextuality and conversational recommender systems] - [[Eoin Hurrell]]&lt;br /&gt;
* [http://liris.cnrs.fr/Documents/Liris-6406.pdf Trace-Based Reasoning for User Assistance and Recommendations] - [[Raafat Zarka]]&lt;br /&gt;
* [http://kth.diva-portal.org/smash/record.jsf?pid=diva2:606503 Trust-Based User Profiling] - [[Nima Dokoohaki]]&lt;br /&gt;
* [http://scidok.sulb.uni-saarland.de/volltexte/2013/5528/pdf/Boehmer_2013_MobileApplicationUsage_low.pdf Understanding and supporting mobile application usage] - [[Matthias Böhmer]]&lt;br /&gt;
* [http://d-scholarship.pitt.edu/19733/ User Contrallability in a Hybrid Recommender System] - [[Denis Parra]]&lt;br /&gt;
&lt;br /&gt;
=== 2012 ===&lt;br /&gt;
* [http://library.epfl.ch/en/theses/?nr=5318 Design and User Perception Issues for Personality-Engaged Recommender Systems] - [[Rong Hu]]&lt;br /&gt;
* [http://www.di.uniba.it/~swap/papers/musto_thesis.pdf Enhanced Vector Space Models for Content-based Recommender Systems] - [[Cataldo Musto]]&lt;br /&gt;
* [http://dalspace.library.dal.ca/bitstream/handle/10222/14735/Lipczak,%20Marek,%20PhD,%20CS,%20March%202012.pdf?sequence=5 Hybrid Tag Recommendation in Collaborative Tagging Systems] - [[Marek Lipczak]]&lt;br /&gt;
* [http://gradworks.umi.com/35/05/3505275.html Interaction Methods for Large Scale Graph Visualization Systems --- Using Manipulation to Aid Discovery] - [[Brynjar Gretarsson]]&lt;br /&gt;
* [http://www.evazangerle.at/wp-content/papercite-data/pdf/evaphd.pdf Leveraging Recommender Systems for the Creation and Maintenance of Structure within Collaborative Social Media Platforms] - [[Eva Zangerle]]&lt;br /&gt;
* [https://eldorado.tu-dortmund.de/bitstream/2003/29661/1/Dissertation.pdf Leveraging Tagging Data for Recommender Systems] - [[Fatih Gedikli]]&lt;br /&gt;
* [http://cseweb.ucsd.edu/~bmcfee/papers/bmcfee_dissertation.pdf More like this: machine learning approaches to music similarity] - [[Brian McFee]]&lt;br /&gt;
* [http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-17249 On some Challenges for Online Trust and Reputation Systems] - [[Mozhgan Tavakolifard]]&lt;br /&gt;
* [http://www.l3s.de/~krestel/cmsimple3_2/?Publications:Others:PhD_Thesis_12 On the Use of Language Models and Topic Models in the Web: New Algorithms for Filtering, Classification, Ranking, and Recommendation] - [[Ralf Krestel]]&lt;br /&gt;
* [http://ir.ii.uam.es/~alejandro/thesis/thesis-bellogin.pdf Performance prediction and evaluation in Recommender Systems: an Information Retrieval perspective] - [[Alejandro Bellogin]]&lt;br /&gt;
* [http://eprints.qut.edu.au/59507/1/Noraswaliza_Abdullah_Thesis.pdf Integrating collaborative filtering and matching-based search for product recommendation] - [[Noraswaliza Abdullah]]&lt;br /&gt;
* [http://www.uns.ac.rs/sr/doktorske/aleksandraKlasnjaMilicevic/disertacija.pdf Personalized Recommendation Based on Collaborative Tagging Techniques for an E-learning System] - [[Aleksandra Klašnja‐Milićević]]&lt;br /&gt;
* [http://arxiv.org/pdf/1203.4487v2 Recommender systems in industrial contexts] - [[Frank Meyer]]&lt;br /&gt;
* [http://opus.bsz-bw.de/ubhi/volltexte/2012/167/pdf/item_recommendation.pdf Supervised Machine Learning Methods for Item Recommendation] - [[Zeno Gantner]]&lt;br /&gt;
* [http://gradworks.umi.com/35/23/3523081.html Understanding Consistency of Recommender Systems: Behavioral and Algorithmic Perspectives] - [[Jingjing Zhang]]&lt;br /&gt;
&lt;br /&gt;
=== 2011 ===&lt;br /&gt;
* [http://users.cecs.anu.edu.au/~sguo/thesis.pdf Bayesian Recommender Systems: Models and Algorithms] - [[Shengbo Guo]]&lt;br /&gt;
* [http://www.inf.unibz.it/~lbaltrunas/doc/linas_phd_thesis.pdf Context-Aware Collaborative Filtering Recommender Systems] - [[Linas Baltrunas]]&lt;br /&gt;
* [http://benfields.net/bfields_thesis.pdf Contextualize Your Listening: The Playlist as Recommendation Engine] - [[Ben Fields]]&lt;br /&gt;
* [http://www.eric.ed.gov/ERICWebPortal/search/detailmini.jsp?_nfpb=true&amp;amp;_&amp;amp;ERICExtSearch_SearchValue_0=ED534217&amp;amp;ERICExtSearch_SearchType_0=no&amp;amp;accno=ED534217 Deployment of Recommender Systems: Operational and Strategic Issues] - [[Abhijeet Ghoshal]]&lt;br /&gt;
* [http://espace.library.uq.edu.au/view/UQ:263213 Effective and Efficient Collaborative Filtering] - [[Yi Ding]]&lt;br /&gt;
* [http://www.cse.cuhk.edu.hk/lyu/_media/students/thesisxin9.pdf Effective Fusion-based Approaches for Recommender Systems] - [[Xin Xin]]&lt;br /&gt;
* [http://www.aka-verlag.com/de/detail?ean=978-3-89838-332-5 Formal Concept Analysis and Tag Recommendations in Collaborative Tagging Systems] - [[Robert Jäschke]]&lt;br /&gt;
* [http://uclab.khu.ac.kr/resources/thesis/PhD_Thesis_Weiwei.pdf Improved Trust-Aware Recommender System using Small-Worldness of Trust Networks] - [[Weiwei Yuan]]&lt;br /&gt;
* [http://conservancy.umn.edu/handle/117321 Personalized Recommendation in Social Network Sites] - [[Jilin Chen]]&lt;br /&gt;
* [http://lac-repo-live7.is.ed.ac.uk/bitstream/1842/5770/1/Givon2011.pdf Predicting and using social tags to improve the accuracy and transparency of recommender systems] - [[Sharon Givon]]&lt;br /&gt;
* [http://slavnik.fe.uni-lj.si/markot/uploads/Main/2010_tkalcic_phd.pdf Recognition and usage of emotive parameters in recommender systems] - [[Marko Tkalčič]]&lt;br /&gt;
* [http://gradworks.umi.com/34/79/3479962.html Swarm intellilgence for clustering dynamic data sets for web usage mining and personalization] - [[Esin Saka]]&lt;br /&gt;
* [http://eprints.qut.edu.au/41879/1/Huizhi_Liang_Thesis.pdf User profiling based on folksonomy information in Web 2.0 for personalized recommender systems] - [[Huizhi Liang]]&lt;br /&gt;
* [http://eprints.qut.edu.au/49168/1/Touhid_Bhuiyan_Thesis.pdf Trust-based automated recommendation making] - [[Touhid Bhuiyan]]&lt;br /&gt;
* [http://digbib.ubka.uni-karlsruhe.de/volltexte/documents/1687272 Using Data Mining for Facilitating User Contributions in the Social Semantic Web] - [[Maryam Ramezani]]&lt;br /&gt;
* [http://gradworks.umi.com/34/49/3449549.html Visualization of music relational information sources for analysis, navigation, and discovery] - [[Justin Donaldson]]&lt;br /&gt;
&lt;br /&gt;
=== 2010 ===&lt;br /&gt;
* [http://www.amazon.com/Domain-Independent-Framework-Intelligent-Recommendations-Application/dp/3838113756 A Domain-Independent Framework for Intelligent Recommendations] - [[Jörn David]]&lt;br /&gt;
* [http://www.cp.jku.at/people/seyerlehner/supervised/seyerlehner_phd.pdf Content-Based Music Recommender Systems: Beyond simple Frame-Level Audio Similarity] - [[Klaus Seyerlehner]]&lt;br /&gt;
* [http://www.springer.com/engineering/computational+intelligence+and+complexity/book/978-3-642-16897-0 Context-Aware Ranking with Factorization Models] - [[Steffen Rendle]]&lt;br /&gt;
* [http://www.cs.ucl.ac.uk/staff/n.lathia/thesis.html Evaluating Collaborative Filtering Over Time] - [[Neal Lathia]]&lt;br /&gt;
* [http://opus.kobv.de/tuberlin/volltexte/2010/2695/pdf/wetzker_robert.pdf Graph-Based Recommendation in Broad Folksonomies] - [[Robert Wetzker]]&lt;br /&gt;
* [http://lib.tkk.fi/Diss/2010/isbn9789526031514/isbn9789526031514.pdf Methods and Applications for Ontology-based Recommender Systems] - [[Tuukka Ruotsalo]]&lt;br /&gt;
* [http://theses.gla.ac.uk/2132/01/2010hopfgartner1phd.pdf Personalised video retrieval: application of implicit feedback and semantic user profiles] - [[Frank Hopfgartner]]&lt;br /&gt;
* [http://www.dsc.ufcg.edu.br/~lbmarinho/homepage/pub/thesis_marinho.pdf Recommender Systems for Social Tagging Systems] - [[Leandro Balby Marinho]]&lt;br /&gt;
* [http://www.verlagdrkovac.de/3-8300-5081-X.htm Recommender Systeme für produktbegleitende Dienstleistungen] - [[Margarethe Frohs]]&lt;br /&gt;
* [http://wrap.warwick.ac.uk/3759/1/WRAP_THESIS_Li_2010.pdf Relational clustering models for knowledge discovery and recommender systems] - [[Tao Li]]&lt;br /&gt;
* [https://biblio.ugent.be/publication/986279/file/1886805.pdf Trust networks for recommender systems] - [[Patricia Victor]]&lt;br /&gt;
* [http://gradworks.umi.com/34/70/3470158.html User session and history modeling for collaborative visualization] - [[Fanhai Yang]]&lt;br /&gt;
&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
* [http://opus.kobv.de/tuberlin/volltexte/2009/2245/pdf/lommatzsch_andreas.pdf Eine offene Architektur für die agentenbasierte, adaptive, personalisierte Informationsfilterung] (German) - [[Andreas Lommatzsch]]&lt;br /&gt;
* [http://www.abdn.ac.uk/~csc284/Nava%20Tintarev_PhD_Thesis_%282010%29.pdf Explaining recommendations] - [[Nava Tintarev]]&lt;br /&gt;
* [http://www.omikk.bme.hu/collections/phd/Villamosmernoki_es_Informatikai_Kar/2010/Pilaszy_Istvan/ertekezes.pdf Factorization-Based Large Scale Recommendation Algorithms] - [[István Pilászy]]&lt;br /&gt;
* [http://www.shilad.com/shilads_thesis.pdf Nurturing Tagging Communities] - [[Shilad Sen]]&lt;br /&gt;
* [http://repository.upenn.edu/dissertations/AAI3363295/ Recommender systems and market diversity] - [[Daniel M. Fleder]]&lt;br /&gt;
* [http://itlab.dbit.dk/~toine/?page_id=6 Recommender Systems for Social Bookmarking] - [[Toine Bogers]]&lt;br /&gt;
* [http://svn.egovmon.no/svn/phdgoodwin/thesis/referenceexample/MMR_thesis_afterDefense.pdf Towards Efficient Music Similarity Search, Ranking, and Recommendation] - [[Maria Magdalena Ruxanda]]&lt;br /&gt;
&lt;br /&gt;
=== 2008 ===&lt;br /&gt;
* [http://essay.utwente.nl/59711/1/MA_thesis_J_de_Wit.pdf Evaluating recommender systems : an evaluation framework to predict user satisfaction for recommender systems in an electronic programme guide context] - [[Joost de Wit]]&lt;br /&gt;
* [http://arantxa.ii.uam.es/~cantador/doc/2008/thesis08.zip Exploiting the Conceptual Space in Hybrid Recommender Systems: a Semantic-based Approach] - [[Iván Cantador]]&lt;br /&gt;
* [http://eprints.qut.edu.au/29165/2/Li-Tung_Weng_Thesis.pdf Information Enrichment for Quality Recommender Systems] - [[Li-Tung Weng]]&lt;br /&gt;
* [http://tomheath.com/thesis/html Information-seeking on the Web with Trusted Social Networks – from Theory to Systems] - [[Tom Heath]]&lt;br /&gt;
* [http://www.cs.umass.edu/~marlin/research/phd_thesis/marlin-phd-thesis.pdf Missing Data Problems in Machine Learning] - [[Benjamin Marlin]]&lt;br /&gt;
* [http://mtg.upf.edu/node/1217 Music Recommendation and Discovery in the Long Tail] - [[Òscar Celma]]&lt;br /&gt;
* [http://hal.inria.fr/docs/00/34/83/70/PDF/TeseFinal.pdf Recommender System based on Personality Traits] - [[Maria Augusta Silveira Netto Nunes]]&lt;br /&gt;
* [http://winnie.kuis.kyoto-u.ac.jp/members/yoshii/d-thesis-yoshii.pdf Studies on Hybrid Music Recommendation Using Timbral and Rhythmic Features] - [[Kazuyoshi Yoshii]]&lt;br /&gt;
* [http://www.peterlang.com/index.cfm?event=cmp.ccc.seitenstruktur.detailseiten&amp;amp;seitentyp=produkt&amp;amp;pk=56341&amp;amp;cid=367 Towards Metadata-aware Algorithms for Recommender Systems] - [[Karen H. L. Tso-Sutter]]&lt;br /&gt;
* [http://hci.epfl.ch/members/lichen/EPFL_TH4140.pdf User Decision Improvement and Trust Building in Product Recommender Systems] - [[Li Chen]]&lt;br /&gt;
&lt;br /&gt;
=== 2007 ===&lt;br /&gt;
* [http://www.ulrichpaquet.com/Papers/PhDThesis.pdf Bayesian Inference for Latent Variable Models] - [[Ulrich Paquet]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~arashid/thesis.pdf Mining Influence in Recommender Systems] - [[Al Mamunur Rashid]]&lt;br /&gt;
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.2714&amp;amp;rep=rep1&amp;amp;type=pdf Building Trustworthy Recommender Systems] - [[Sheng Zhang]]&lt;br /&gt;
&lt;br /&gt;
=== 2006 ===&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=1269509 Designing social interactions with animated avatars and speech output for product recommendation agents in electronic commerce] - [[Lingyun Qiu]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~mcnee/mcnee-thesis-preprint.pdf Meeting User Information Needs in Recommender Systems] - [[Sean McNee]]&lt;br /&gt;
&lt;br /&gt;
=== 2005 ===&lt;br /&gt;
* [http://eprints.ecs.soton.ac.uk/10692/1/wei-phd-thesis.pdf A Market-Based Approach to Recommender Systems] - [[Yan Zheng Wei]]&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=1123874 Explanet: a learning tool and hybrid recommender system for student-authored explanations] - [[Jessica Masters]]&lt;br /&gt;
* Hybrid recommendation techniques based on user profiles - [[Pasquale Lops]]&lt;br /&gt;
* [http://www.princeton.edu/~smorris/pdfs/PhD/Ozmen.pdf Information Transmission and Recommender Systems] - [[Deran Özmen]]&lt;br /&gt;
* [https://doc.telin.nl/dsweb/Get/Document-56873 Supporting People In Finding Information: Hybrid Recommender Systems and Goal-Based Structuring] - [[Mark van Setten]]&lt;br /&gt;
* [http://www.freidok.uni-freiburg.de/volltexte/1804/pdf/Thesis.pdf Towards Decentralized Recommender Systems] - [[Cai-Nicolas Ziegler]]&lt;br /&gt;
* [http://dspace.mit.edu/bitstream/handle/1721.1/31137/61184336.pdf?sequence=1 Use of Discrete Choice Models with Recommender Systems] - [[Bassam H. Chaptini]]&lt;br /&gt;
&lt;br /&gt;
=== 2004 ===&lt;br /&gt;
&lt;br /&gt;
=== 2003 ===&lt;br /&gt;
* [http://eia.udg.es/~mmontane/montaner-thesis03.pdf Collaborative recommender agents based on case-based reasoning and trust] - [[Miquel Montaner]]&lt;br /&gt;
* [https://circle.ubc.ca/bitstream/handle/2429/14933/ubc_2003-859525.pdf?sequence=1 The Impact of Internalization and Familiarity on Trust and Adoption of Recommendation Agents] - [[Sherrie Komiak]]&lt;br /&gt;
* [http://knuth.luther.edu/~bmiller/Papers/thesis.pdf Toward a Personal Recommender System] - [[Bradley N. Miller]]&lt;br /&gt;
&lt;br /&gt;
=== 2002 ===&lt;br /&gt;
* [http://dl.acm.org/citation.cfm?id=935978 Recommendation as classification and recommendation as matching: two information-centered approaches to recommendation] - [[Chumki Basu]]&lt;br /&gt;
&lt;br /&gt;
=== 2001 ===&lt;br /&gt;
* [http://www.patrickbaudisch.com/publications/2001-Baudisch-Dissertation-DynamicInformationFiltering.pdf Dynamic Information Filtering] - [[Patrick Baudisch]]&lt;br /&gt;
* [http://www.cs.uni.edu/~schafer/publications/schafer_thesis.pdf MetaLens: A Framework for Multsource Recommendations] - [[Ben Schafer]]&lt;br /&gt;
* [http://www-users.cs.umn.edu/~sarwar/thesis.ps Sparsity, scalability, and distribution in recommender systems] - [[Badrul Munir Sarwar]]&lt;br /&gt;
&lt;br /&gt;
=== 2000 ===&lt;br /&gt;
&lt;br /&gt;
=== 1999 ===&lt;br /&gt;
&lt;br /&gt;
=== 1998 ===&lt;br /&gt;
&lt;br /&gt;
=== 1997 ===&lt;br /&gt;
* Recommender Systems for Problem Solving Environments - [[Naren Ramakrishnan]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://pampalk.at/mir-phds/ PhD Theses and Doctoral Dissertations Related to Music Information Retrieval]&lt;br /&gt;
* [http://www.mendeley.com/groups/3058301/recommender-system-dissertations/papers/ Mendeley collection of Recommender System dissertations] (based on this page)&lt;br /&gt;
&lt;br /&gt;
[[Category: List|Dissertation]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
	<entry>
		<id>https://recsyswiki.com/index.php?title=RankSys&amp;diff=2261</id>
		<title>RankSys</title>
		<link rel="alternate" type="text/html" href="https://recsyswiki.com/index.php?title=RankSys&amp;diff=2261"/>
		<updated>2015-03-24T15:23:08Z</updated>

		<summary type="html">&lt;p&gt;Saulvargas: Created page with &amp;quot;RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications and a PhD thesis (see [http://ir-uam.github.io/RankSys/ RankSys webpage]). While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.&lt;br /&gt;
&lt;br /&gt;
The framework has been programmed with Java 8. We take advantage of many of the new features of the language, such as the use of lambda functions, Stream's and facilities for automatic parallelization of the code. The code licensed under the GPL V3, which allows the free use, study, distribution and modification of the software as long as derived works are distributed under the same license.&lt;br /&gt;
&lt;br /&gt;
To date, the publicly available version of this framework includes the modules that implement novelty and diversity metrics and re-ranking techniques and the required core components of the framework:&lt;br /&gt;
&lt;br /&gt;
* RankSys-core, which contains the common and auxiliary classes of the framework.&lt;br /&gt;
* RankSys-metrics, which contains the interfaces and common components for defining metrics.&lt;br /&gt;
* RankSys-diversity, which contains the novelty and diversity metrics and re-ranking strategies.&lt;br /&gt;
* RankSys-examples, which provides examples of usage of the previous modules.&lt;br /&gt;
&lt;br /&gt;
If you want to know more, the [http://ir-uam.github.io/RankSys/ webpage of the project] provides a high-level description of the different components of the current release of the software and [https://github.com/ir-uam/RankSys GitHub] hosts the source code.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Webpage: http://ir-uam.github.io/RankSys/&lt;br /&gt;
* GitHub repository: https://github.com/ir-uam/RankSys&lt;br /&gt;
&lt;br /&gt;
[[Category: Java]]&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Saulvargas</name></author>
		
	</entry>
</feed>