Posts

Page 7 - Showing 8 of 75 posts
View all posts by years
AI-Sys 1 深度学习基础
首次发布: 2025-05-20
... 次访问
深度学习基础
7877 个字词
|
39 分钟
机器人学基础 第四章 机械臂的速度与静力
首次发布: 2025-05-19
... 次访问
机械臂连杆的速度方程和静力分析
4887 个字词
|
24 分钟
随机二进制防冲突算法
首次发布: 2025-05-14
... 次访问
随机二进制防冲突算法是 RFID 系统中解决标签冲突的一种树形算法,通过随即分割冲突标签集逐步识别所有标签。算法核心是通过随机二进制分割冲突标签集(每次冲突时将标签随机分为两个子集,形成二叉树结构),递归遍历子树直至所有叶子节点仅含单个标签,从而消除冲突并完成识别。
518 个字词
|
3 分钟
网络基础知识
首次发布: 2025-05-13
... 次访问
IP地址使用范围
302 个字词
|
2 分钟
Autoregressive Models
首次发布: 2025-05-05
... 次访问
Any joint distribution can be decomposed into a product of conditional distributions using the chain rule:
824 个字词
|
4 分钟
Variational Autoencoder
首次发布: 2025-05-03
... 次访问
Assume a data generation process, where z \sim p(z) represent latent variables (certain features like size, color, position) and x \sim p_{real}(x) represent real observed variables (e.g. images, videos, texts). Our aim is to generate an observed variable via latent variables and a generator. Here, we bridge the latent distribution and the observed distribution with a conditional probability function p_\theta(x|z), which is a mathematical description of the generator.
1312 个字词
|
7 分钟
人工免疫算法
首次发布: 2025-04-24
... 次访问
人工免疫计算(Artificial Immune Systems, AIS)是一类受生物免疫系统启发的智能优化与学习方法族。常见应用包括:连续/离散优化、组合优化、分类与聚类、异常检测、在线自适应控制等。
3841 个字词
|
19 分钟
强化学习 Chapter 6 - 策略梯度方法
首次发布: 2025-04-20
... 次访问
策略方法是强化学习中的一类重要方法。其核心思想是,直接优化参数化策略函数 \pi_\theta(a|s),以最大化期望的累计折扣奖励
5964 个字词
|
30 分钟