- All languages
- Batchfile
- C
- C#
- C++
- CMake
- CSS
- Cuda
- Dart
- Dockerfile
- Go
- Go Template
- HTML
- Haskell
- Java
- JavaScript
- Julia
- Jupyter Notebook
- Kotlin
- Lua
- MATLAB
- Makefile
- Markdown
- NetLogo
- PHP
- PostScript
- PowerShell
- Python
- R
- Rich Text Format
- Roff
- Ruby
- Rust
- SCSS
- Scala
- Shell
- Solidity
- Starlark
- Svelte
- TSQL
- TeX
- TypeScript
- Vim Script
- Vue
Starred repositories
这是一个基于 Python 的命令行工具,旨在帮助 AI 架构师、运维工程师和开发者在部署 LLM之前,精确计算所需的 GPU 显存资源 并预估 推理性能。 与简单的显存计算器不同,本工具结合了 Roofline 性能模型 与 真实工程经验(参考 vLLM/TRT-LLM),考虑了显存碎片、KV Cache 动态增长、通信开销以及算力利用率损耗。
[updating] Chinese Medical Dataset 致力于详细整理所有现有中文医学数据集,包括详细的数据汇总、数据示例、下载链接等。
OpenLens AI: A Fully Autonomous Multimodal Research Agent| OpenLens AI:全自主多模态科研智能体
High accuracy RAG for answering questions from scientific documents with citations
PaperBanana: Automating Academic Illustration For AI Scientists
A general purpose scientific writer
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
D2X | Modern C++ Core Language Features - "A C++ tutorial project focused on practical"
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
We are committed to the open-sourcing quantitative knowledge, aiming to bridge the information gap between the domestic and international quantitative finance industries. 我们致力于量化知识的开源与汉化,打破国内外量化金融行…
Hikyuu Quant Framework 基于C++/Python的极速开源量化交易研究框架,同时可基于策略部件进行资产重用,快速累积策略资产。
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Tra…
Artificial Intelligence & Python Programming Course in Renmin University of China (中国人民大学-葛雷老师金融人工智能建模课程)
基于多智能体LLM的中文金融交易框架 - TradingAgents中文增强版
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
fastapi source code analysis(zh-cn) 基于fastapi 0.65.1源码
Design Pattern 经典设计模式源码 C/Java/Go/JavaScript/Python等不同语言实现。 FP/OOP/MVC/MVP/MVVM/DDD等设计思想研究。适合高级程序员和架构师,希望深刻洞察问题,找到合适的方案。
Python程序员进阶必备,深入理解Python语言机制和现代编程风格,内容涉及标准库、框架和应用程序中广泛使用的高级技术。
fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集
python requests 源码阅读,学习更pythonic 的python代码写法。