tailiang2008's Stars
jon4hz/fztea
🐬🧋 Remote control your flipper from the local terminal or over SSH
wjsbjl/use-gplearn-to-generate-CTA-factor
本文通过gplearn模型,结合遗传算法中的遗传规划方法生成因子。这里因子生成基于simple-backtest中的简单回测系统,主要针对股指期货操作。
Congyuwang/AlphaNetV3
Recurrent Neural Network for predicting Stock Returns
nkaz001/hftbacktest
A high-frequency trading and market-making backtesting and trading bot in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books, with real-world crypto market-making examples for Binance Futures
ricequant/rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
mpquant/MyTT
MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数,神奇的实现所有常见技术指标算法(不依赖talib库)的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装,简洁且高性能,能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量化等领域,它是您最精练的股市量化工具。Python library with most stock market indicators.
ollama/ollama
Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
vip2193/Hive_Tools
sql解析,hql解析,hive脚本转mysql,解析hive,sparkSql,ER图自动生成、Excel自动生成 大数据搬砖神器
tloen/alpaca-lora
Instruct-tune LLaMA on consumer hardware
Flipper-XFW/Xtreme-Firmware
The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today!
Hong5489/flipperzero-gate-bruteforce
Brute Force Gate Remote using Flipper Zero
FlareSolverr/FlareSolverr
Proxy server to bypass Cloudflare protection
autistic-symposium/mev-toolkit
👾 catalog of resources on blockchain's maximal extractable value: on the hope of non-predatory free markets in the metaweb
flashbots/mev-job-board
Need a bot?
solidquant/mev-templates
MEV bot templates written in Python/Javascript/Rust. All implementing DEX flashloan arbitrage
0x-sen/mev-bot-fraud
Be careful for the fake mev-bot codes , watch your wallet
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
PacktPublishing/Machine-Learning-for-Algorithmic-Trading-Second-Edition
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
blue-yonder/tsfresh
Automatic extraction of relevant features from time series:
chengwei-wang-ucsc/GPlearn_finiance_stock_futures_extension
This implementation contains the application of GPlearn's symbolic transformer on a commodity futures sector of the financial market.
TakuyaShintate/tsts
📈 toolset for time series forecasting
akurgat/automating-technical-analysis
Using data analytics alongside popular trading strategies and indicators, to identify best trading actions based solely on the price action.
AutoAlpha2022/AutoAlpha
通过遗传算法、强化学习来自动选择高频因子
RL-MLDM/alphagen
Generating sets of formulaic alpha (predictive) stock factors via reinforcement learning.
szy1900/autoAlpha
The source code for the paper
dso-org/deep-symbolic-optimization
A deep learning framework for symbolic optimization.
samuelkim314/DeepSymReg
Official repository for the paper "Integration of Neural Network-Based Symbolic Regression in Deep Learning for Scientific Discovery"
MilesCranmer/PySR
High-Performance Symbolic Regression in Python and Julia
cfusting/fast-symbolic-regression
Blazing fast symbolic regresison
mojivalipour/symbolicgpt
Symbolic regression is the task of identifying a mathematical expression that best fits a provided dataset of input and output values. In this work, we present SymbolicGPT, a novel transformer-based language model for symbolic regression.