ddianjn's Stars
adamd1985/Deep-Q-Learning-Applied-to-Algorithmic-Trading
Deep Q-Learning Applied to Algorithmic Trading
kernc/backtesting.py
:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
quantopian/zipline
Zipline, a Pythonic Algorithmic Trading Library
quantopian/pyfolio
Portfolio and risk analytics in Python
scipy/scipy
SciPy library main repository
freedom-introvert/Research-on-Avalon-System-in-Bilibili-Comment-Area
深挖b站如何控评-对阿瓦隆系统探究
PacktPublishing/Machine-Learning-for-Algorithmic-Trading-Second-Edition_Original
Machine Learning for Algorithmic Trading, Second Edition - published by Packt
TA-Lib/ta-lib-python
Python wrapper for TA-Lib (http://ta-lib.org/).
twopirllc/pandas-ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
pykalman/pykalman
Kalman Filter, Smoother, and EM Algorithm for Python
theanh97/Deep-Reinforcement-Learning-with-Stock-Trading
This project uses Deep Reinforcement Learning (DRL) to develop and evaluate stock trading strategies. By implementing agents like PPO, A2C, DDPG, SAC, and TD3 in a realistic trading environment with transaction costs, it aims to optimize trading decisions based on return, volatility, and Sharpe ratio.
PacktPublishing/Machine-Learning-for-Algorithmic-Trading-Second-Edition
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
karpathy/LLM101n
LLM101n: Let's build a Storyteller
stefan-jansen/machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
wdndev/llm_interview_note
主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题
nautechsystems/nautilus_trader
A high-performance algorithmic trading platform and event-driven backtester
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
jeffprosise/Applied-Machine-Learning
datawhalechina/llm-cookbook
面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
TingsongYu/PyTorch_Tutorial
《Pytorch模型训练实用教程》中配套代码
AI4Finance-Foundation/FinRL-Tutorials
Tutorials. Please star.
zhy0313/ea-python
量化交易策略
datamonday/Time-Series-Analysis-Tutorial
时间序列分析教程
OpenDocCN/blogspot-wordpress-quant-blogs-zh
AI4Finance-Foundation/FinGPT
FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
Lordog/dive-into-llms
《动手学大模型Dive into LLMs》系列编程实践教程