对于减小维度技术的计算属性,向着计算属性
Matthew Scicluna1,2, Jean-Christophe Grenier1, Raphaël Poujol1
1Montreal Heart Institute, Research Center, Montreal, Quebec H1T 1C8, Canada.
Bioinformatics advances
|September 18, 2023
概括
本研究介绍了一种方法来解释像t-SNE这样的维度减小技术,这对于分析生物数据至关重要. 开发的Python包,interpretable_tsne,有效地识别了重要的特征,帮助生物学数据的解释.
科学领域:
- 计算生物学 计算生物学
- 数据科学数据科学数据科学
- 机器学习 机器学习
背景情况:
- 缩小尺寸的技术对于分析复杂的生物数据集至关重要.
- 解释驱动这些减少的特征,例如t分布式静态邻居嵌入 (t-SNE),仍然是一个挑战.
- 需要使用本地特征归属方法来理解缩小维度的输出.
研究的目的:
- 开发一种方法来计算局部特征属性,以减少维度.
- 将这种方法应用于t-SNE算法,以进行增强的生物数据分析.
- 提供功能归因技术的高效实施和验证.
主要方法:
- 利用基于梯度的特征归属,这是一种监督分类的技术,适用于减小维度.
- 为t-SNE开发了一个高效的梯度计算实现.
- 使用合成数据集,MNIST基准和SARS-CoV-2序列数据集验证了该方法.
主要成果:
- 开发的方法成功地确定了缩小维度的重要特征.
- 对合成和基准数据集的验证证实了特征识别的准确性.
- 从方法中获得的解释与SARS-CoV-2数据分析中的领域知识保持一致.
结论:
- 拟议的特征归属方法提高了对生物数据的t-SNE的解释性.
- 一个高效的Python包,interpretable_tsne,可用于实际应用.
- 该框架提供了一份路线图,用于将类似的解释方法应用于其他缩小维度的技术.
相关概念视频
Dimensional Analysis
910
Dimensional analysis is a powerful tool that is used in physics and engineering to understand and predict the behavior of physical systems. The basic idea behind dimensional analysis is to express physical quantities in terms of fundamental dimensions such as the mass, length, and time. Derived dimensions like the velocity, acceleration, and force are derived from the combinations of these fundamental dimensions.
Dimensional analysis allows us to analyze and compare physical quantities on a...
Dimensional analysis allows us to analyze and compare physical quantities on a...
910
Problem Solving: Dimensional Analysis
3.5K
Every mathematical equation that connects separate distinct physical quantities must be dimensionally consistent, which implies it must abide by two rules. For this reason, the concept of dimension is crucial. The first rule is that an equation's expressions on either side of an equality must have the exact same dimension, i.e., quantities of the same dimension can be added or removed. The second rule stipulates that all popular mathematical functions, such as exponential, logarithmic, and...
3.5K
Fundamental Attribution Error
12.9K
According to some social psychologists, people tend to overemphasize internal factors as explanations—or attributions—for the behavior of other people. They tend to assume that the behavior of another person is a trait of that person, and to underestimate the power of the situation on the behavior of others. They tend to fail to recognize when the behavior of another is due to situational variables, and thus to the person’s state. This erroneous assumption is...
12.9K
Collisions in Multiple Dimensions: Problem Solving
4.3K
In multiple dimensions, the conservation of momentum applies in each direction independently. Hence, to solve collisions in multiple dimensions, we should write down the momentum conservation in each direction separately. To help understand collisions in multiple dimensions, consider an example.
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
4.3K
Collisions in Multiple Dimensions: Introduction
5.5K
It is far more common for collisions to occur in two dimensions; that is, the initial velocity vectors are neither parallel nor antiparallel to each other. Let's see what complications arise from this. The first idea is that momentum is a vector. Like all vectors, it can be expressed as a sum of perpendicular components (usually, though not always, an x-component and a y-component, and a z-component if necessary). Thus, when the statement of conservation of momentum is written for a...
5.5K
Correlation of Experimental Data
251
Dimensional analysis simplifies complex physical problems and guides experimental investigations, but it does not provide complete solutions. It identifies the dimensionless groups that influence a phenomenon, but experimental data is needed to establish the specific relationships and validate theoretical predictions.
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity,...
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity,...
251


