Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow | 175,387 | 327 | 77 | 4 hours ago | 46 | October 23, 2019 | 2,131 | apache-2.0 | C++ | |
An Open Source Machine Learning Framework for Everyone | ||||||||||
Transformers | 103,377 | 64 | 911 | 4 hours ago | 91 | June 21, 2022 | 747 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Keras | 58,557 | 330 | 18 hours ago | 68 | May 13, 2022 | 386 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
Tensorflow Examples | 42,312 | 8 months ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
Real Time Voice Cloning | 41,693 | a month ago | 129 | other | Python | |||||
Clone a voice in 5 seconds to generate arbitrary speech in real-time | ||||||||||
Ray | 25,958 | 80 | 199 | 4 hours ago | 76 | June 09, 2022 | 2,928 | apache-2.0 | Python | |
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads. | ||||||||||
Data Science Ipython Notebooks | 25,025 | a month ago | 33 | other | Python | |||||
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines. | ||||||||||
Handson Ml | 25,003 | 2 months ago | 136 | apache-2.0 | Jupyter Notebook | |||||
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead. | ||||||||||
Netron | 23,121 | 4 | 63 | 4 hours ago | 489 | July 04, 2022 | 28 | mit | JavaScript | |
Visualizer for neural network, deep learning, and machine learning models | ||||||||||
Spleeter | 22,526 | 5 | 23 days ago | 36 | June 10, 2022 | 196 | mit | Python | ||
Deezer source separation library including pretrained models. |
In this repository, a number of deep learning based recommendation models are implemented using Python and Tensorflow. We started this project in the hope that it would reduce the efforts of researchers and developers in reproducing state-of-the-art methods. The implemented models cover three major recommendation scenarios: rating prediction, top-N recommendation (i.e., item ranking) and sequential recommendation. Meanwhile, DeepRec maintains good modularity and extensibility for easy incorporation of new models into this framework. DeepRec is distributed under the GNU General Public License.
Anyone who is interested in contributing to this project, please contact me!
We implemented both rating estimation, top-n recommendation models and sequence-aware recommendation models.
To use the code, run: Test/test_item_ranking.py, Test/test_rating_pred.py, or Test/testSeqRec.py
To acknowledge use of this open source package in publications, please cite either of the following papers:
@Inbook{Zhang2022,
author="Zhang, Shuai and Tay, Yi and Yao, Lina and Sun, Aixin and Zhang, Ce",
editor="Ricci, Francesco and Rokach, Lior and Shapira, Bracha",
title="Deep Learning for Recommender Systems",
bookTitle="Recommender Systems Handbook",
year="2022",
publisher="Springer US",
address="New York, NY",
pages="173--210",
doi="10.1007/978-1-0716-2197-4_5",
url="https://doi.org/10.1007/978-1-0716-2197-4_5"
}
or
@inproceedings{shuai2019deeprec,
title={DeepRec: An Open-source Toolkit for Deep Learning based Recommendation},
author={Shuai Zhang, Yi Tay, Lina Yao, Bin Wu, Aixin Sun},
journal={arXiv preprint arXiv:1905.10536},
year={2019}
}
or
@article{zhang2019deeprecsyscsur,
title={Deep learning based recommender system: A survey and new perspectives},
author={Zhang, Shuai and Yao, Lina and Sun, Aixin and Tay, Yi},
journal={ACM Computing Surveys (CSUR)},
volume={52},
year={2019},
publisher={ACM}
}
Thank you for your support!
The chinese version is host here.