博客
关于 GPU、LLM、MLOps、Kubernetes 以及心态的文章 · 829 篇
#2026-03 168#ai 110#llm 90#ai-papers 62#career 60#kubernetes 54#mindset 51#ai-platform 48#devops 42#security 41#deep-learning 35#performance 33#psychology 32#mlops 30#observability 29#2026-04 26#database 23#linux 22#robotics 22#rust 22#ai-agent 21#mcp 20#productivity 20#culture 19#evaluation 19#gpu 18#transformer 18#electronics 17#paper-review 17#pytorch 17#developer-tools 16#distributed-systems 16#engineering 16#learning 16#open-source 16#rag 16#fundamentals 15#network 15#postgresql 15#2026-08 14
Arduino + Raspberry Pi 无人机与控制系统搭建完全指南
本文是嵌入式实战系列的控制系统枢纽文章。围绕用 Arduino 和 Raspberry Pi 制作无人机展开,涵盖 PID 控制、传感器融合、自主飞行架构的整体图景,并将更小型的 BLE 边缘节点实现引导至 XIAO nRF52840 一文。
2026-03-02 · 11 分钟阅读 #ai#arduino#raspberry-pi#drone#pid-controltorchaudio 完全指南 — 从音频处理到语音识别、TTS、音乐分析
用 torchaudio 讲透音频加载、频谱图变换、Mel 滤波器组、MFCC、语音识别(Wav2Vec2/Whisper)、TTS、说话人分离、降噪。音频 AI 的方方面面,全部用 PyTorch 覆盖。
2026-03-02 · 10 分钟阅读 #ai-platform#pytorch#torchaudio#audio#speech-recognitiontorchvision 完全指南 — 从图像分类到 Object Detection、Segmentation
从 torchvision 的 transforms v2、预训练模型(ResNet〜ViT)、数据集,到 Object Detection(Faster R-CNN、YOLO)、Segmentation,再到实战微调。用 PyTorch 全面掌握计算机视觉实务。
2026-03-02 · 10 分钟阅读 #ai-platform#pytorch#torchvision#computer-vision#cnnAI 数学完全指南 — 从线性代数到信息论
用代码和直觉梳理 AI/深度学习所需的数学:线性代数(矩阵、特征值)、微积分(偏导数、反向传播)、概率/统计(贝叶斯、分布)、优化(梯度下降法)、信息论(熵、KL 散度)。
2026-03-02 · 17 分钟阅读 #ai#mathematics#linear-algebra#calculus#probabilityKubernetes RBAC 完全指南:Golden Kubestronaut 考试备考实战演练
从 Kubernetes RBAC(Role-Based Access Control) 的核心概念到实战场景。使用 Role、ClusterRole、RoleBinding、ServiceAccount 实现最小权限原则,以及 Golden Kubestronaut(CKA+CKS+KCSA) 考试备考实战指南。
2026-03-02 · 9 分钟阅读 #kubernetes#rbac#security#kubestronaut#ckaPostgreSQL + pgvector 向量检索实战指南:从 RAG 到混合检索
用 PostgreSQL pgvector 扩展实现向量相似度检索。从安装到 HNSW/IVFFlat 索引、混合检索(向量+全文检索)、RAG 流水线集成,附带实战代码。
2026-03-02 · 9 分钟阅读 #postgresql#pgvector#vector-search#embedding#ragArgoCD ApplicationSet 与 Progressive Rollout:GitOps 多集群部署实战指南
本文是 GitOps 多集群运维篇。重点讲如何用 ArgoCD ApplicationSet 把环境与集群模板化,并结合 Progressive Sync 与 Argo Rollouts,在大规模环境中运营顺序发布。
2026-03-02 · 9 分钟阅读 #argocd#gitops#applicationset#progressive-rollout#kubernetesTelegram Bot + Webhook 实战指南:从用 Python 造机器人到 Kubernetes 部署
基于 Telegram Bot API 与 Webhook 的聊天机器人开发完全指南。用 python-telegram-bot 和 FastAPI 构建机器人,涵盖 Polling vs Webhook 对比、内联键盘、命令处理器,以及 Kubernetes 部署。
2026-03-02 · 8 分钟阅读 #telegram#bot#webhook#python#chatbotMLOps Feature Store 实战 — 用 Feast 构建特征流水线
用 Feast 构建离线/在线特征存储,打造在训练和在线服务(serving)中提供一致特征的实战流水线
2026-03-02 · 12 分钟阅读 #mlops#feast#feature-store#machine-learning#data-engineeringLangGraph 智能体工作流实战指南:从多智能体编排到生产部署
用 LangGraph 构建状态化的 AI 智能体工作流。涵盖 StateGraph、条件路由、多智能体编排、Human-in-the-Loop,以及 LangGraph Platform 部署,全程附带实战代码。
2026-03-02 · 8 分钟阅读 #langgraph#langchain#ai-agent#workflow#multi-agentMamba 论文精读:用 Selective State Space Models 超越 Transformer
深入解读 Mamba(Selective State Space Models)论文。梳理从 S4 到 Mamba 的发展脉络、Selective Scan 机制、Hardware-Aware 算法,以及 Mamba-2 的 State Space Duality,并配合代码逐一分析。
2026-03-02 · 10 分钟阅读 #mamba#state-space-model#ssm#transformer#linear-attentionMamba: Linear-Time Sequence Modeling with Selective State Spaces 论文分析
深入分析作为 Transformer 替代方案而备受关注的 Mamba 架构。从 Selective State Space Model 的核心思想、硬件优化算法,到实验结果,结合代码梳理论文的主要内容。
2026-03-02 · 10 分钟阅读 #ai-papers#mamba#ssm#state-space-model#transformerLoRA: 大规模语言模型的高效微调论文解析
对 LoRA(Low-Rank Adaptation)论文的核心原理进行数学分析,并系统整理基于 HuggingFace PEFT 库的实战应用方法。
2026-03-01 · 23 分钟阅读 #ai-papers#lora#fine-tuning#llm#peftGPT 系列论文完全解析:从 GPT-1 到 GPT-4,语言模型改变世界的历程
按代际完整解析 OpenAI 的 GPT 系列。从 GPT-1 的无监督预训练、GPT-2 的 Zero-shot 学习、GPT-3 的 In-context Learning 与 Scaling Law、InstructGPT 的 RLHF,到 GPT-4 的多模态 — 用公式梳理每篇论文的核心贡献与架构演进。
2026-03-01 · 54 分钟阅读 #gpt#openai#language-model#transformer#pre-trainingGAN 论文完全解析:生成对抗网络开创的 AI 生成模型时代
从 Ian Goodfellow 的 GAN 原始论文到 DCGAN、WGAN、Progressive GAN、StyleGAN —— 用公式分析生成对抗网络的核心理论:minimax 博弈、Nash 均衡、训练不稳定性的解决方法,并系统梳理 GAN 谱系的演化。
2026-03-01 · 49 分钟阅读 #gan#generative-model#adversarial-training#deep-learning#image-generationFlashAttention:利用 GPU 内存层级的注意力优化分析
梳理 FlashAttention 论文,详细分析利用 GPU HBM/SRAM 内存层级的 IO-aware 注意力优化原理。
2026-03-01 · 24 分钟阅读 #ai-papers#flash-attention#gpu#optimization#transformer强化学习(Reinforcement Learning)完全指南:从理论基础到最新算法、实战实现
从强化学习的核心理论 MDP、Bellman 方程,到 Q-Learning、DQN、Policy Gradient、A3C、PPO、SAC 等主要算法逐一用公式推导,并系统整理 RLHF、AlphaGo、机器人应用案例与 PyTorch 实现示例。
2026-03-01 · 59 分钟阅读 #reinforcement-learning#deep-learning#dqn#ppo#rlhfAttention Is All You Need:Transformer 论文完全解析
对 Transformer 架构的核心论文「Attention Is All You Need」的深入解析,逐一拆解 Self-Attention、Multi-Head Attention、Positional Encoding 等核心机制。
2026-03-01 · 23 分钟阅读 #ai-papers#transformer#deep-learning#attentionKubernetes ML 模型服务:KServe 与 NVIDIA Triton 完全解析
基于 KServe 与 NVIDIA Triton 官方文档,系统性地分析 Kubernetes 环境下的 ML 模型服务架构。
2026-03-01 · 25 分钟阅读 #mlops#kubernetes#model-serving#kserve#tritonKubernetes AI 训练流水线:Volcano、Training Operator、Kueue 深度分析
基于 Volcano、Kubeflow Training Operator、Kueue 官方文档,分析如何在 Kubernetes 上构建分布式 AI 训练流水线。
2026-03-01 · 26 分钟阅读 #kubernetes#ai#distributed-training#volcano#kubeflow