Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow | 179,189 | 327 | 78 | 17 hours ago | 46 | October 23, 2019 | 2,109 | apache-2.0 | C++ | |
An Open Source Machine Learning Framework for Everyone | ||||||||||
Transformers | 116,333 | 64 | 2,483 | 10 hours ago | 125 | November 15, 2023 | 928 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Pytorch | 73,171 | 3,341 | 8,254 | 9 hours ago | 39 | November 15, 2023 | 13,133 | other | Python | |
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Cs Video Courses | 61,557 | 22 days ago | 2 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Keras | 59,914 | 690 | 13 hours ago | 86 | November 28, 2023 | 120 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
D2l Zh | 51,378 | 1 | 1 | 14 hours ago | 51 | August 18, 2023 | 61 | apache-2.0 | Python | |
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 | ||||||||||
Faceswap | 47,636 | 11 days ago | 19 | gpl-3.0 | Python | |||||
Deepfakes Software For All | ||||||||||
Yolov5 | 43,636 | 2 | 11 hours ago | 3 | June 08, 2022 | 202 | agpl-3.0 | Python | ||
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite | ||||||||||
Deepfacelab | 43,455 | a month ago | 547 | gpl-3.0 | Python | |||||
DeepFaceLab is the leading software for creating deepfakes. | ||||||||||
Tensorflow Examples | 42,312 | a year ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) |
Minimal and clean examples of reinforcement learning algorithms presented by RLCode team. [한국어]
From the basics to deep reinforcement learning, this repo provides easy-to-read code examples. One file for each algorithm. Please feel free to create a Pull Request, or open an issue!
pip install -r requirements.txt
Grid World - Mastering the basics of reinforcement learning in the simplified world called "Grid World"
CartPole - Applying deep reinforcement learning on basic Cartpole game.
Atari - Mastering Atari games with Deep Reinforcement Learning
OpenAI GYM - [WIP]