惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
L
LangChain Blog
H
Help Net Security
博客园_首页
T
Tailwind CSS Blog
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
Recent Announcements
Recent Announcements
D
DataBreaches.Net
U
Unit 42
Vercel News
Vercel News
I
InfoQ
Martin Fowler
Martin Fowler
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
Jina AI
Jina AI
博客园 - 叶小钗
博客园 - 【当耐特】
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
Last Week in AI
Last Week in AI

程序萌部落

Problems in explanations of projections Cut off the tail [redundant parts] Describe one thing in 10 minutes 为什么开启这个里世界? Important rules in English writing Some writing pitfalls Summary of 2020 - Part B 2020年终总结(A)随便写写 Understand complex tables in one minute 我眼中的《姜子牙》——三界官场现形记 东北亚离战争到底有多远?
Try to explain the projections.
程序萌部落 · 2021-01-25 · via 程序萌部落

Multi-dimensional data is a very important type of data since it covers almost every kind of dataset. Most of them could be formatted into regular tables or datasheets, where the columns are called their dimensionalities. Researchers already have a lot of experience dealing with these datasets, but in the age of big data, the expansion of the number of dimensionalities (columns) is already made it big trouble for people to handle them.

Researchers have created a huge amount of methods to reduce the dimensionality to let people could find insight information in an understandable way. The basic idea is to compute the importance of different dimensions and preserve the principle dimensionalities (PCA). If dimensionality reduced to 2 or 3, then we can understand them, because it’s easy to show them reduce data with 2D or 3D space. But the problem is the losing details could play a big role in the process of our understanding. How to find these missing messages or how to evaluate the result of dimensionality reduction has become a key problem. In other words, giving good explanations to these results is the final aim that we want to reach.

<< Read more articles in https://www.cxmoe.com >>

With extra interactions, some methods could let people have global explanations by adding axes to the 2/3D space. But they can’t give much more local explanations, meanwhile, the existing methods that have local explanations are all heavily dependent on interactions.
Thus, we introduced the image-based method to compute the local explanations. It allows users to get local explanations and could complete the computation in one time without extra interaction. We designed three models to compute the local information and finally created six methods to test. We used more than 20 datasets to test every method and gave detailed illustrations to these explanations we get. Using the intrinsic structure we have known, we verified the rationality of our explanations.

Now, this research is still moving on, the future work will focus on the fluence of different parameters, and the evaluation methods for our explanations. With multiple good explanations we computed, we aim to give users more extra understanding so that guide them to choose the best dimensionality reduction method to handle their dataset.