项目作者: abg3

项目描述 :
Build a recommendation system using IBM Watson Studio platform.
高级语言: HTML
项目地址: git://github.com/abg3/IBM-Recommendation-Engine.git
创建时间: 2020-06-17T04:49:39Z
项目社区:https://github.com/abg3/IBM-Recommendation-Engine

开源协议:

下载


IBM Recommendation Engine

Overview

This project analyzes the interactions that users have with articles on the IBM Watson Studio platform, and the goal of this project is to create a recommendation system that shows the articles that are most relevant to a specific user.

Requirements

  • pandas
  • numpy
  • matplotlib
  • pickle

Features

The repository contains a Jupyter notebook with the analysis and a copy of it in html format along with test scripts used in the notebook. The tasks involved are Exploratory Data Analysis, Rank Based Recommendations, User-Based Colloborative Filtering and SVD-Matrix Factorization.

Acknowledgements

Thank you IBM and Udacity for providing an opportunity to work on this project!