简单的基于新闻语料的推荐算法实现
☆22Dec 16, 2016Updated 9 years ago
Alternatives and similar repositories for Rnews
Users that are interested in Rnews are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 国科大 网络数据挖掘 新闻推荐☆17Feb 15, 2019Updated 7 years ago
- 用itemCF和userCF算法实现的音乐推荐系统☆15Apr 26, 2018Updated 7 years ago
- 第二届全国大数据比赛-个性化新闻推荐☆70Jul 30, 2015Updated 10 years ago
- A writer that can generate news after a game using live texts.☆28Feb 13, 2019Updated 7 years ago
- With the rapid adoption of smartphones, tablets, and mobile apps, they are increasingly becoming part of children’s daily life for amusem…☆12Apr 7, 2017Updated 8 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Python网络爬虫与推荐算法新闻推荐平台:网络爬虫:通过Python实现新浪新闻的爬取,可爬取新闻页面上的标题、文本、图片、视频链接(保留排版) 推荐算法:权重衰减+标签推荐+区域推荐+热点推荐☆123May 22, 2021Updated 4 years ago
- 1.解析爬取到的Json歌单数据,并进行数据预处理。 2.基于Surprise推荐系统库,采用KNNBaseLine实现基于用户 的协同过滤歌曲推荐。3.借鉴Word2Vec算法思想进行Song2Vec处理,实现基于物品的协同过滤歌曲推荐。 4.采用 TensorFlow实…☆39Aug 16, 2018Updated 7 years ago
- 文本去重算法,研究自推荐系统中新闻的去重,采用了雅虎的Near-duplicates and shingling算法,服务端用c实现,客户端用java实现,利用thrift框架进行通信,为了提高扩展性,去重可以在服务端实现,服务器也提供了计算的接口,方便客户端自己扩展☆24Feb 25, 2014Updated 12 years ago
- Generation of sequential and concurrent unit tests to find correctness and performance problems in Java classes☆16Jul 20, 2019Updated 6 years ago
- 本系统是基于物品(item-based)的系统过滤算法。协同过滤推荐技术被认为是推荐系统算法中应用最为成功的技术之一。它通常采用最近邻(K-Nearest-Neighbor, KNN)算法,利用用户的历史记录来计算用户之间的距离,然后利用目标用户的最近邻用户对物品评价来预测…☆14Dec 18, 2019Updated 6 years ago
- A Coverage-Based fuzzing tools☆23Aug 9, 2021Updated 4 years ago
- 一个基于朴素贝叶斯算法的新闻文本分类器☆13Jan 12, 2018Updated 8 years ago
- A GBDT(MART) and LambdaMART training and predicting package☆14Apr 12, 2015Updated 10 years ago
- 研一秋季学期《网络数据挖掘》大作业 - 新闻推荐系统☆14Dec 27, 2015Updated 10 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- A (incomplete) terminal Tetris. Written in Haskell.☆27Jan 18, 2018Updated 8 years ago
- Final project of 2018 WebDatamining in PKU, Automatic QA system based on Chinese WIKI. (基于中文wiki的自动问答系统)☆11Mar 1, 2019Updated 7 years ago
- csdn技术博客推荐引擎,基于文字内容的推荐引擎☆21Apr 22, 2018Updated 7 years ago
- 基于深度学习的推荐系统算法库☆16Dec 28, 2018Updated 7 years ago
- 基于ssm的新闻管理系统:前端 jsp、jquery,后端 springmvc、spring、mybatis;角色分为管理员、用户;集成财经新闻,汽车新闻,体育新闻,后台发布新闻等功能于一体的系统。☆25Jan 30, 2025Updated last year
- 以中国新闻网社会新闻板块为抓取对象,通过关键词来分析新闻热点事件☆19Mar 8, 2020Updated 6 years ago
- pairwise learning to rank with logistic regression☆19Apr 24, 2016Updated 9 years ago
- 医疗智能问答系统☆17Feb 22, 2018Updated 8 years ago
- 在抖音数据集上实践常用推荐算法☆29Oct 14, 2019Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 使用决策树实现预测人才招聘市场的最低薪酬预测 | C4.5分类 | CART回归 | 剪枝 | 随机森林☆19Feb 20, 2019Updated 7 years ago
- 基于豆瓣电影用户数据使用Canop+K-means聚类实现的协同过滤推荐算法☆26Aug 17, 2021Updated 4 years ago
- 基于Django框架结合机器学习算法的图书智能推荐平台☆17Jul 18, 2019Updated 6 years ago
- 软件著作权代码文档生成器,可直接生成word文档☆14Aug 21, 2020Updated 5 years ago
- 大三上学期课程设计(类似百度文库)☆10Jan 16, 2016Updated 10 years ago
- 实现了基于协同过滤(UserCF)的模型、基于隐语义(LFM)的模型、基于图(PersonalRank)的模型,并结合三种模型的结果给出最终结果的推荐算法☆24Mar 24, 2019Updated 7 years ago
- All of my Deep Learning experiments have been summarized in this repository.It includes Pytorch tutorials, SoTA Neural Network classifica…☆10Oct 26, 2020Updated 5 years ago
- 音乐推荐系统,python编写,涉及flask框架,scrapy爬虫,MySQL数据库,selenium,chrome driver,使用surprise库协同过滤算法☆90May 22, 2019Updated 6 years ago
- deeplearning models implemented by pytorch FM, FFM, DeepFM, Wide&Deep, DCN, XDeepFM, FastText, TextCNN☆13Jan 16, 2020Updated 6 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 新闻推荐网站☆11Feb 2, 2023Updated 3 years ago
- Facial Expression Recognition (FER) based on VGG16☆19Aug 30, 2019Updated 6 years ago
- 基于用户行为的推荐算法大赛---第四名(临兵斗列)☆41Oct 27, 2016Updated 9 years ago
- This is end2end chinese ocr demo using CNN + BiLSTM + ctc_loss☆12Mar 31, 2019Updated 6 years ago
- This repository is created for recording the paper I read every day, so as to facilitate my review and push myself to learn.☆13Oct 18, 2020Updated 5 years ago
- TensorFlow implementation of "Learning to Rank Question-Answer Pairs using Hierarchical Recurrent Encoder with Latent Topic Clustering," …☆31Feb 18, 2021Updated 5 years ago
- svm 情感分析☆16Jun 28, 2018Updated 7 years ago