.. meta::
   :description: This is a guide to explore Recommendation-Systems.
   :keywords: Recommendation-Systems, RecSys, Recommender Systems, Collaborative Filtering, Matrix Factorization, Knowledge Graph, User-Item, Item-Item, Similarity, Cosine Similarity.

.. index:: HOME
.. include:: ./README.rst


.. toctree::
   :maxdepth: 1
   :caption: Contents:

   notebooks/intro

.. toctree::
   :maxdepth: 1
   :caption: Collaborative Filtering
   :name: Collaborative Filtering

   notebooks/svd
   notebooks/als

.. toctree::
   :maxdepth: 1
   :caption: Content Based
   :name: Content Based

   .. notebooks/basic_content_based
   .. notebooks/nn_content_based
   
.. toctree::
   :maxdepth: 1
   :caption: Additional Docs
   :name: Additional Docs

   Machine Learning Guide Book <https://mlguidebook.com>
   Deep Learning Guide Book <https://dl.mlguidebook.com>
   NLP Guide Book <https://nlp.mlguidebook.com>
   Python Guide Book <https://python.mlguidebook.com>
   mightypy <https://mightypy.readthedocs.io/>
   graphpkg <https://graphpkg.readthedocs.io/>


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
