BobbyZhouZijian's Stars
BobbyZhouZijian/detail_release
Official released code for paper title "DETAIL: Task DEmonsTration Attribution for Interpretable In-context Learning"
ranahaani/GNews
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
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
hummingbot/hummingbot
Open source software that helps you create and deploy high-frequency crypto trading bots
KodAgge/Reinforcement-Learning-for-Market-Making
Using tabular and deep reinforcement learning methods to infer optimal market making strategies
wangyu-ustc/MemoryLLM
The official implementation of the ICML 2024 paper "MemoryLLM: Towards Self-Updatable Large Language Models"
metauto-ai/GPTSwarm
🐝 GPTSwarm: LLM agents as (Optimizable) Graphs
QwenLM/AutoIF
mlabonne/llm-datasets
High-quality datasets, tools, and concepts for LLM fine-tuning.
hellock/icrawler
A multi-thread crawler framework with many builtin image crawlers provided.
hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
princeton-nlp/LESS
[ICML 2024] LESS: Selecting Influential Data for Targeted Instruction Tuning
enricoros/big-AGI
Generative AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.
tian-minghui/openai-style-api
支持将openai、claude、azure openai, gemini,kimi, 智谱AI,通义千问,讯飞星火API等模型服务方的调用转为openai方式调用。屏蔽不同大模型API的差异,统一用openai api标准格式使用大模型(Shield the differences between different large model APIs and use large models in a unified openai API standard format)
QY-H00/attention-interpolation-diffusion
[NeurIPS 2024] Official Implementation of Attention Interpolation of Text-to-Image Diffusion
dooleys/FR-NAS
SJTU-DMTai/Quant-Reading-List
Papers for AI + quantitative investment
xqlin98/INSTINCT
This is the official implementation for the paper: Use Your INSTINCT: INSTruction optimization usIng Neural bandits Coupled with Transformers
WooooDyy/LLM-Agent-Paper-List
The paper list of the 86-page paper "The Rise and Potential of Large Language Model Based Agents: A Survey" by Zhiheng Xi et al.
facebookresearch/contriever
Contriever: Unsupervised Dense Information Retrieval with Contrastive Learning
hzjken/crypto-arbitrage-framework
A cryptocurrency arbitrage framework implemented with ccxt and cplex. It can be used to monitor multiple exchanges, find a multi-lateral arbitrage path which maximizes rate of return, calculate the optimal trading amount for each pair in the path given flexible constraints, and execute trades with multi-threading implemenation.
kieranjwood/trading-momentum-transformer
This code accompanies the the paper Trading with the Momentum Transformer: An Intelligent and Interpretable Architecture (https://arxiv.org/pdf/2112.08534.pdf).
BobbyZhouZijian/ProbablyApproximateShapleyFairness
Code Repository for the AAAI-23 Oral Paper "Probably Approximate Shapley Fairness with Applications in Machine Learning"
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
openai/grade-school-math
pythonlessons/RL-Bitcoin-trading-bot
Trying to create Reinforcement Learning powered Bitcoin trading bot
michaelgrosner/tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Mottl/hurst
Hurst exponent evaluation and R/S-analysis in Python
Cylix/cpp_redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
ZhengyaoJiang/PGPortfolio
PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).