Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martincastroalvarez/python-recommender-systems

Recommender systems with numpy.
https://github.com/martincastroalvarez/python-recommender-systems

clustering condorcet-voting numpy recommender-system

Last synced: about 11 hours ago
JSON representation

Recommender systems with numpy.

Awesome Lists containing this project

README

        

# Orleans
Recommender Systems with `numpy` & `scipy`.

![orleans](/wallpaper.jpg)

## References
- [Recommender Systems, by Charu Aggarwal](https://www.springer.com/gp/book/9783319296579)
- [numpy](https://numpy.org/)

## Jupyter Notebooks
- [Condorcet Jury Theorem](./condorcetjury.ipynb)
- [Memory Based Recommender Systems](./memorybased.ipynb)
- [Dimensionality Reduction](./dimensionreduction.ipynb)
- [Content Based Recommender Systems](./contentbased.ipynb)