All Projects → liuchengxu → Szuthesis

liuchengxu / Szuthesis

📝 SZU Undergraduate Thesis -- Recommender System

Projects that are alternatives of or similar to Szuthesis

Org Fragtog
Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
Stars: ✭ 149 (-10.78%)
Mutual labels:  latex
Writetex
An Inkscape extension: Latex/Tex editor for Inkscape
Stars: ✭ 157 (-5.99%)
Mutual labels:  latex
Cofactor
CoFactor: Regularizing Matrix Factorization with Item Co-occurrence
Stars: ✭ 160 (-4.19%)
Mutual labels:  recommender-system
Albedo
A recommender system for discovering GitHub repos, built with Apache Spark
Stars: ✭ 149 (-10.78%)
Mutual labels:  recommender-system
Learningapachespark
LearningApacheSpark
Stars: ✭ 155 (-7.19%)
Mutual labels:  latex
Sbr Go
Recommender systems for Go
Stars: ✭ 159 (-4.79%)
Mutual labels:  recommender-system
Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (-11.98%)
Mutual labels:  latex
Flutter tex
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX
Stars: ✭ 161 (-3.59%)
Mutual labels:  latex
Texsoup
fault-tolerant Python3 package for searching, navigating, and modifying LaTeX documents
Stars: ✭ 157 (-5.99%)
Mutual labels:  latex
Zotero Better Bibtex
Make Zotero effective for us LaTeX holdouts
Stars: ✭ 2,336 (+1298.8%)
Mutual labels:  latex
Latex Koma Template
Generic template for midsize and larger documents based on KOMA script classes.
Stars: ✭ 151 (-9.58%)
Mutual labels:  latex
Ml Course
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Stars: ✭ 154 (-7.78%)
Mutual labels:  recommender-system
Amazon Product Recommender System
Sentiment analysis on Amazon Review Dataset available at http://snap.stanford.edu/data/web-Amazon.html
Stars: ✭ 158 (-5.39%)
Mutual labels:  recommender-system
Ncf
A pytorch implementation of He et al. "Neural Collaborative Filtering" at WWW'17
Stars: ✭ 149 (-10.78%)
Mutual labels:  recommender-system
Hust Homeworks
HUST Homeworks(Course design / Reports / Labs / etc. )
Stars: ✭ 162 (-2.99%)
Mutual labels:  latex
Latex2exp
Use LaTeX in R. More LaTeX, less plotmath!
Stars: ✭ 148 (-11.38%)
Mutual labels:  latex
Remixautoml
R package for automation of machine learning, forecasting, feature engineering, model evaluation, model interpretation, data generation, and recommenders.
Stars: ✭ 159 (-4.79%)
Mutual labels:  recommender-system
Ucasthesis
**国科大新版标准** 中国科学院大学学位论文模板,目前遵守2018国科大指导标准。 a LaTeX template for UCAS.
Stars: ✭ 166 (-0.6%)
Mutual labels:  latex
Nlp4rec Papers
Paper list of NLP for recommender systems
Stars: ✭ 162 (-2.99%)
Mutual labels:  recommender-system
Entity2rec
entity2rec generates item recommendation using property-specific knowledge graph embeddings
Stars: ✭ 159 (-4.79%)
Mutual labels:  recommender-system

szuthesis

Shenzhen University Undergraduate Thesis

简介

论文主要关于推荐系统,重点研究在利用隐式反馈的推荐算法上如何融合内容信息, 算法模型为 Bayesian Personalized Ranking + Content,可以 点击这里 查看论文.

论文使用 LaTeX 撰写,对于 LaTeX 初学者撰写论文应当有一定借鉴意义.

在入门 LaTeX 的过程中,也积累了一些经验,新手或值得一看:

依赖项

安装 texlive >= 2019(详情请见 TeX Live 的官方网站

构建

latexmk

如果使用 latexmk 进行自动构建,执行以下命令

cd src/thesis/
latexmk -xelatex main.tex

更多关于 latexmk 的信息可以参考 这个入门指南 或是 latexmk 在 CTAN 上的主页

手动编译

如果想要手动编译,执行以下命令

cd src/thesis/
xelatex main.tex
bibtex main.aux
xelatex main.tex
xelatex main.tex
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].