All Projects → Magic-Bubble → Recommendsystempractice

Magic-Bubble / Recommendsystempractice

《推荐系统实践》代码实现

Projects that are alternatives of or similar to Recommendsystempractice

Pythonfromspace
Python Examples for Remote Sensing
Stars: ✭ 344 (-1.43%)
Mutual labels:  jupyter-notebook
Draw
Reimplementation of DRAW
Stars: ✭ 346 (-0.86%)
Mutual labels:  jupyter-notebook
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (-0.86%)
Mutual labels:  jupyter-notebook
Dec
Stars: ✭ 343 (-1.72%)
Mutual labels:  jupyter-notebook
Mini Python Project
用Python做些有趣的项目
Stars: ✭ 345 (-1.15%)
Mutual labels:  jupyter-notebook
Card Ocr
身份证识别OCR
Stars: ✭ 345 (-1.15%)
Mutual labels:  jupyter-notebook
Tbd Nets
PyTorch implementation of "Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning"
Stars: ✭ 345 (-1.15%)
Mutual labels:  jupyter-notebook
Pytorch Cortexnet
PyTorch implementation of the CortexNet predictive model
Stars: ✭ 349 (+0%)
Mutual labels:  jupyter-notebook
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (-1.15%)
Mutual labels:  jupyter-notebook
Fast Pytorch
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
Stars: ✭ 346 (-0.86%)
Mutual labels:  jupyter-notebook
Deeppurpose
A Deep Learning Toolkit for DTI, Drug Property, PPI, DDI, Protein Function Prediction (Bioinformatics)
Stars: ✭ 342 (-2.01%)
Mutual labels:  jupyter-notebook
Coursera Deep Learning Deeplearning.ai
(完结)网易云课堂微专业《深度学习工程师》听课笔记,编程作业和课后练习
Stars: ✭ 344 (-1.43%)
Mutual labels:  jupyter-notebook
Machine Learning
Content for Udacity's Machine Learning curriculum
Stars: ✭ 3,618 (+936.68%)
Mutual labels:  jupyter-notebook
Intro to ml lecture note
Stars: ✭ 345 (-1.15%)
Mutual labels:  jupyter-notebook
Amazon Forest Computer Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
Stars: ✭ 346 (-0.86%)
Mutual labels:  jupyter-notebook
Machine Learning Web Apps
Building and Embedding Machine Learning Model into a Web App(With Flask,Streamlit,etc)
Stars: ✭ 342 (-2.01%)
Mutual labels:  jupyter-notebook
Nlp Papers With Arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
Stars: ✭ 345 (-1.15%)
Mutual labels:  jupyter-notebook
Nbval
A py.test plugin to validate Jupyter notebooks
Stars: ✭ 347 (-0.57%)
Mutual labels:  jupyter-notebook
Keras Oneshot
koch et al, Siamese Networks for one-shot learning, (mostly) reimplimented in keras
Stars: ✭ 348 (-0.29%)
Mutual labels:  jupyter-notebook
T81 558 deep learning
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
Stars: ✭ 4,152 (+1089.68%)
Mutual labels:  jupyter-notebook

《推荐系统实践》(项亮等著) —— 代码实现

算法原理纯享

博客地址:https://blog.csdn.net/Magical_Bubble/article/details/88371289

数据准备

mkdir dataset

文件夹名称及数据集下载地址:

  1. ml-1m: http://files.grouplens.org/datasets/movielens/ml-1m.zip
  2. delicious-2k: http://files.grouplens.org/datasets/hetrec2011/hetrec2011-delicious-2k.zip
  3. lastfm-dataset-360K: http://mtg.upf.edu/static/datasets/last.fm/lastfm-dataset-360K.tar.gz
  4. slashdot: http://snap.stanford.edu/data/soc-Slashdot0902.txt.gz
  5. epinions: http://snap.stanford.edu/data/soc-Epinions1.txt.gz

环境

python3 + jupyter notebook

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].