All Projects → datatheque → datatheque.com

datatheque / datatheque.com

Licence: other
a data science blog

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects
CSS
56736 projects

Projects that are alternatives of or similar to datatheque.com

Person-Recommendation-Algorithms
推荐算法个人学习笔记以及代码实战
Stars: ✭ 50 (+316.67%)
Mutual labels:  collaborative-filtering, recommendation-system
Recbole
A unified, comprehensive and efficient recommendation library
Stars: ✭ 780 (+6400%)
Mutual labels:  collaborative-filtering, recommendation-system
recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
Stars: ✭ 35 (+191.67%)
Mutual labels:  collaborative-filtering, recommendation-system
recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (+783.33%)
Mutual labels:  collaborative-filtering, recommendation-system
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (+608.33%)
Mutual labels:  collaborative-filtering, recommendation-system
TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (+216.67%)
Mutual labels:  collaborative-filtering, recommendation-system
plume
Plume is a code property graph analysis library with options to extract the CPG from Java bytecode and store the result in various graph databases.
Stars: ✭ 53 (+341.67%)
Mutual labels:  neo4j, graph-databases
Recommendation-System-Baseline
Some common recommendation system baseline, with description and link.
Stars: ✭ 34 (+183.33%)
Mutual labels:  collaborative-filtering, recommendation-system
Movie
Personalized real-time movie recommendation system
Stars: ✭ 37 (+208.33%)
Mutual labels:  collaborative-filtering, recommendation-system
Deeprec
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
Stars: ✭ 954 (+7850%)
Mutual labels:  collaborative-filtering, recommendation-system
FPGrowth-and-Apriori-algorithm-Association-Rule-Data-Mining
Implementation of FPTree-Growth and Apriori-Algorithm for finding frequent patterns in Transactional Database.
Stars: ✭ 19 (+58.33%)
Mutual labels:  association-rules, apriori-algorithm
Recommendationsystem
Book recommender system using collaborative filtering based on Spark
Stars: ✭ 244 (+1933.33%)
Mutual labels:  collaborative-filtering, recommendation-system
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (+2466.67%)
Mutual labels:  collaborative-filtering, recommendation-system
Recsys2019 deeplearning evaluation
This is the repository of our article published in RecSys 2019 "Are We Really Making Much Progress? A Worrying Analysis of Recent Neural Recommendation Approaches" and of several follow-up studies.
Stars: ✭ 780 (+6400%)
Mutual labels:  collaborative-filtering, recommendation-system
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+1600%)
Mutual labels:  collaborative-filtering, recommendation-system
raptor
A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
Stars: ✭ 34 (+183.33%)
Mutual labels:  collaborative-filtering, recommendation-system
jpa-unit
JUnit extension to test javax.persistence entities
Stars: ✭ 28 (+133.33%)
Mutual labels:  neo4j
cytoscapeneo4j
Cytoscape plugin for neo4j
Stars: ✭ 18 (+50%)
Mutual labels:  neo4j
paradise-papers-django
A simple Django web app for searching the Paradise Papers dataset backed by Neo4j
Stars: ✭ 63 (+425%)
Mutual labels:  neo4j
grandcast.fm
A podcast application built using GRANDstack
Stars: ✭ 50 (+316.67%)
Mutual labels:  neo4j

datatheque

Hugo Docs

Start Jupyter

workon venv_notebooks
jupyter notebook notebooks

Convert Notebook to HTML

jupyter nbconvert --to html --template basic notebook.ipynb

Start Hugo

-D to include drafts

hugo server -D

Create a new Post

hugo new posts/new-post.md

Add Notebook to Post

Insert the following in the content of your post (after the front matter)

{{< readfile file="notebooks/notebook.html" >}}

Generate Site

Don't forget to toggle draft to false in front matter to make post public

hugo

Publish

Hugo publishes the site to the docs directory and Github is set up to serve the site there. Once the docs directory has been committed, pushing to Github will publish the site.

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