zhengchenghang's Stars
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
wwxFromTju/awesome-reinforcement-learning-zh
中文整理的强化学习资料(Reinforcement Learning)
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
apache/hadoop
Apache Hadoop
apache/druid
Apache Druid: a high performance real-time analytics database.
apache/flink
Apache Flink
apache/rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
apache/kafka
Mirror of Apache Kafka
apache/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
apache/dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework.
apache/zookeeper
Apache ZooKeeper
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
shanglianlm0525/PyTorch-Networks
Pytorch implementation of cnn network
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
spring-projects/spring-framework
Spring Framework
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
spring-projects/spring-boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
tensorflow/models
Models and examples built with TensorFlow
golang/go
The Go programming language
torvalds/linux
Linux kernel source tree
TheAlgorithms/Python
All Algorithms implemented in Python
MorvanZhou/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
DSKSD/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)