-
Amazon
- Beijing, China
Stars
Collected sensitive Chinese keywords from various sources; for censorship testing and searching for sensitive content
Creates a serverless URL shortener on AWS without using AWS Lambda or any other compute.
The legacy documentation for Chrome DevTools.
The source code from the third edition of Effective Java, with minor additions as necessary to make it runnable.
润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新中国人的核心宗教,核心信念。
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Accessing Data with JPA :: Learn how to work with JPA data persistence using Spring Data JPA.
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
Learning to rank with neuralnet - RankNet and ListNet
Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow
A set of RL experiments. Currently including: (1) the MDP rank experiment, based on policy gradient algorithm