Pinned Repositories
abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
allRank
allRank is a framework for training learning-to-rank neural models based on PyTorch.
bolt
Bolt is a deep learning library with high performance and heterogeneous flexibility.
Cpp_houjie
侯捷C++课程PPT及代码,动手学起来
CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
flare
Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。
ft
基于共享内存队列的低时延算法交易系统,支持CTP、XTP、模拟交易及行情网关、回测
huobi_intf
数字货币BTC量化交易系统-实盘行情服务器,虚拟币自动炒币-huobi火币API-币安交易所-量化交易-网格策略。趋势跟踪策略,最简python源码,可在线回测,一键部署,可定制的比特币量化交易框架,3年实盘检验!
incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
jiayingjiebupt's Repositories
jiayingjiebupt/abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
jiayingjiebupt/allRank
allRank is a framework for training learning-to-rank neural models based on PyTorch.
jiayingjiebupt/bolt
Bolt is a deep learning library with high performance and heterogeneous flexibility.
jiayingjiebupt/Cpp_houjie
侯捷C++课程PPT及代码,动手学起来
jiayingjiebupt/CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
jiayingjiebupt/doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
jiayingjiebupt/flare
Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。
jiayingjiebupt/ft
基于共享内存队列的低时延算法交易系统,支持CTP、XTP、模拟交易及行情网关、回测
jiayingjiebupt/huobi_intf
数字货币BTC量化交易系统-实盘行情服务器,虚拟币自动炒币-huobi火币API-币安交易所-量化交易-网格策略。趋势跟踪策略,最简python源码,可在线回测,一键部署,可定制的比特币量化交易框架,3年实盘检验!
jiayingjiebupt/incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
jiayingjiebupt/jiayingjiebupt.github.io
my blog about learning notes
jiayingjiebupt/Kaggle-TGS-Salt-Identification-Challenge
jiayingjiebupt/Neural-Ranking-Study
jiayingjiebupt/okcoin-leeks-reaper
OKCoin韭菜收割机
jiayingjiebupt/performer-pytorch
An implementation of Performer, a linear attention-based transformer, in Pytorch
jiayingjiebupt/ptranking
Learning to Rank in PyTorch
jiayingjiebupt/qlib
jiayingjiebupt/RL_in_Stock
在 A 股市场上训练强化学习交易智能体
jiayingjiebupt/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
jiayingjiebupt/ths_trade
同花顺自动化交易股票下单接口, 证券量化交易必备工具, WEB API服务框架,交易下单自动排队,支持多策略和实时回报查询, 智能按钮定位,模拟点击升级版本,多年实盘稳定运行!
jiayingjiebupt/yyjson
The fastest JSON library in C