57 related articles

A complete walkthrough of training machine learning models from scratch—covering problem definition, data preprocessing, algorithm selection, hyperparameter tuning, and evaluation, with tool recommendations for beginners.

DeepSeek is entering AI chip development, targeting compute autonomy. This article analyzes its motivations, software-hardware synergy, chip R&D challenges, and impact on China's AI vertical integration.

An in-depth look at why CPU and GPU utilization is low in RL training, covering vectorized environment parallelism, distributed Actor-Learner architectures, GPU-side simulation (Isaac Gym/Brax), and Ray RLlib practice.

Using an FPV drone RL project as a case study, this guide covers reward shaping principles, Bang-Bang control hacking, module isolation, single-variable debugging, and behavior visualization to solve common RL training issues.

Tencent Hunyuan HY3 official version is open-sourced under Apache 2.0, priced as low as 1 yuan per million input tokens, with major gains in agents, reasoning, coding, and long context. On the same day, Meituan open-sourced its trillion-parameter LongCat 2.0.

Deep dive into DeepSeek-V4: 1.6T-parameter MoE, CSA+HCA hybrid attention, MHC & MUON optimizer. Inference FLOPs drop to 27% of V3.2, redefining open-source LLM SOTA.

In-depth guide to Kaggle's free-tier compute: P100/T4 GPU with 30 hours/week quota, 12-hour sessions, suitable models like CNN and BERT fine-tuning, plus tips like mixed precision and checkpointing to start deep learning at zero cost.

Want to become an Agent engineer? This article systematically covers three core skill tracks—LLM fundamentals, LangChain architecture development, and enterprise deployment—to help you avoid detours.

LLMs are often overconfident and prone to hallucination. How can AI learn to say "I'm not sure"? This article explains the reinforcement learning approach with metacognitive feedback and how calibrating confidence boosts LLM trustworthiness.

Unsloth v0.1.45-beta (PyPI: 2026.6.2) delivers 2x faster LLM fine-tuning and up to 70% VRAM reduction. Now at 67.9k GitHub stars, upgrade via pip install.

Embedding condensation is a hidden bottleneck in small language model training. Dispersion Loss combats this by enforcing representation spread during training at zero inference cost.

Top LLMs are pushing beyond existing human vocabulary, producing neologisms and expressive distortion. This article analyzes the tension between LLM high-dimensional semantic spaces and natural language symbol systems.

Research shows biological neurons far outperform classical artificial neurons. Explore dendritic computing, temporal coding, and what this means for next-gen AI architecture design.
TutorialsA systematic Python ML course using a 3-stage framework: algorithm derivation, code implementation, and experimental analysis. Covers logistic regression, decision trees, and ensemble learning.
TutorialsDeep dive into NVIDIA NCCL multi-GPU communication library principles and optimization strategies, covering AllReduce, NVLink, and GPUDirect RDMA to help HPC and AI developers master scaling from single-node to massive clusters.
Deep DivesDeep dive into a trending open-source multi-agent framework with 98 expert agents, swarm orchestration, HNSW vector memory, autonomous learning, and Agent Federation for distributed collaboration.
Product ReviewsUnsloth is an open-source LLM training tool with 63K+ GitHub stars, supporting Gemma 4, Qwen 3, DeepSeek. Reduces VRAM by 50–80%, enabling RTX 4090 to fine-tune 7B models with a no-code Web UI.