fantastic987's Stars
xiaomabenten/system-analysts
💯2024年系统分析师(软考高级)备考资源库。
CRCTransformers/deepdive-book
liaokongVFX/LangChain-Chinese-Getting-Started-Guide
LangChain 的中文入门教程
international-explore/awesome-privacy-chinese
[WIP]国内隐私合规技术交流
weilanhanf/python-design-patterns
Python 实现23种设计模式
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
infiniflow/ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
VikParuchuri/marker
Convert PDF to markdown quickly with high accuracy
julycoding/The-Art-Of-Programming-By-July-2nd
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
meta-llama/llama3
The official Meta Llama 3 GitHub site
facebookresearch/detr
End-to-End Object Detection with Transformers
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
Vision-CAIR/MiniGPT-4
Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
HeKun-NVIDIA/CUDA-Programming-Guide-in-Chinese
This is a Chinese translation of the CUDA programming guide
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
datawhalechina/llm-universe
本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/
harvardnlp/annotated-transformer
An annotated implementation of the Transformer paper.
datawhalechina/key-book
《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。
datawhalechina/thorough-pytorch
PyTorch入门教程,在线阅读地址:https://datawhalechina.github.io/thorough-pytorch/
datawhalechina/llm-cookbook
面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
datawhalechina/d2l-ai-solutions-manual
《动手学深度学习》习题解答,在线阅读地址如下:
datawhalechina/statistical-learning-method-solutions-manual
统计学习方法习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual
datawhalechina/self-llm
《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合**宝宝的部署教程
librauee/Statistical-Learning
✒统计学习方法第二版(李航) 学习笔记、代码实现、课后习题
davidmoten/hilbert-curve
Java utilities for transforming distance along N-dimensional Hilbert Curve to a point and back. Also supports range splitting queries on the Hilbert Curve.
km1994/LLMs_interview_notes
该仓库主要记录 大模型(LLMs) 算法工程师相关的面试题
wdndev/llm_interview_note
主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题
stevenli91748/Software-Architecture-Design
软件架构设计的流程,从项目立项--》项目需求--》项目设计--》项目开发