Skip to content

Commit 822d6e3

Browse files
authored
Arangoflix notebooks (#79)
* adds arangflix notebooks * adjusts tutorialNames * adds colab links to readme and small fixes * Alphabetizes
1 parent d27f3dd commit 822d6e3

File tree

6 files changed

+2805
-0
lines changed

6 files changed

+2805
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ In addition to the notebooks listed in the following section, we have example ma
1919
* [ArangoML Pipeline](https://github.com/arangoml/arangopipe/tree/master/examples)
2020
* [ArangoDB NetworkX Adapter](https://github.com/arangoml/networkx-adapter)
2121
* [Getting Started Notebook](https://colab.research.google.com/github/arangoml/networkx-adapter/blob/master/examples/ArangoDB_NetworkX_Adapter.ipynb)
22+
* ArangoFlix: Movie Recommendations [Demo available on Oasis](https://cloud.arangodb.com/)
23+
* [Collaborative Filtering with AQL](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/recommend_movie_collaborative_filtering_aql.ipynb)
24+
* [Content-based Recommendations with ArangoSearch and TFIDF](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/similarMovie_TFIDF_AQL_Inference.ipynb)
25+
* [Content-based Recommendations with FAISS, TFIDF, and Python](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/similarMovie_TFIDF_ML_Inference.ipynb)
26+
* [Graph Neural Networks with PyTorch](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/predict_Movie_Rating_GNN.ipynb)
27+
* [Matrix Factorization](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/arangoflix/similarMovie_MF_ML_Inference.ipynb)
2228

2329

2430
### ArangoDB

notebooks/arangoflix/predict_Movie_Rating_GNN.ipynb

Lines changed: 1220 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/arangoflix/recommend_movie_collaborative_filtering_aql.ipynb

Lines changed: 285 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/arangoflix/similarMovie_MF_ML_Inference.ipynb

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/arangoflix/similarMovie_TFIDF_AQL_Inference.ipynb

Lines changed: 245 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/arangoflix/similarMovie_TFIDF_ML_Inference.ipynb

Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)