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

推荐订阅源

博客园 - 聂微东
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
M
MIT News - Artificial intelligence
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
P
Proofpoint News Feed
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理

程序萌部落

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

This is a training for shorten your words. Writing craps could help us make enough words in a short time. But now we need to focus inside: cut off the sentences or descriptions that are not related to your writing objects. Training this with three phrases: write 300 words to describe one thing, then shorten it to 200 words, and finally 100 words. Compare these three versions you can find the strange parts in your words.

Phrase A - 300 words

In order to compute the similarity between the low dimensional projections and high dimensional source datasets, we create a way to connect them. Since we know that the process of dimensionality reduction is like a black box, so it is hard to find out the match point of the source dataset in projections. Thus we used an inverse way to build the matching.

In 2D projections, we can combine the pixels information with every point. Then, for each point, we can find the matching point or items in the source dataset. Because we have all information with the source data, we can achieve this by programming. After doing that, we connected the points in low and high dimensions. Next, what we did is to compute similarity. Based on the same idea, we still focus on the low dimensional projection. We select one point/pixel, and compute a circle area around this point When we get the neighborhoods, we find all of their matching points. Finally, we used Euclidean distance to compute these two sets of points.

Besides, considering the process of computing are almost same as the variance computing, so we also create methods based on variance. Now, we have built a new brilliant mechanism to compute similarity. The next step is to test the way to compute distance.

We choose more than 10 datasets and made a set of experiments for the case study later. After getting our explanations, we tried to explain what our explanations showed. From our test, we found a suitable range for parameters for most cases we tested.

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

Phrase B - 200 words

We create a way to compute the similarity between the low dimensional projections and high dimensional source datasets. Because the process of dimensionality reduction is like a black box, so we used an inverse way to build the matching.

Because we have all information with the source data, we can find the matching point or items in the source dataset. After doing that, we connected the points in low and high dimensions. Next, we compute similarity. based on the same idea. We select one point/pixel, and compute a circle area around this point When we get the neighborhoods, we find all of their matching points. Finally, we used Euclidean distance to compute these two sets of points.

Besides, considering the process of computing is similar with the variance computing, so we also create methods based on variance. Now, we have finished the way to compute similarity.

We choose more than 10 datasets and made a set of experiments for the case study later. After getting our explanations, we tried to explain what our explanations showed. From our test, we found a suitable range for parameters for most cases we tested.

Phrase C - 100 words

We create a way to compute the similarity between the low dimensional projections and high dimensional source datasets. We used an inverse way to build the matching.

Because we have all information with the source data, we can find the matching point or items in the source dataset. We select one point/pixel, and compute a circle area around this point when we get the neighborhoods, we find all of their matching points. Finally, we used Euclidean distance to compute these two sets of points.

Besides, we also create methods based on variance. We choose more than 10 datasets for the case study later. After getting our explanations, we tried to explain what our explanations showed. From our test, we found a suitable range for parameters for most cases we tested.