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

推荐订阅源

S
Secure Thoughts
Security Latest
Security Latest
Simon Willison's Weblog
Simon Willison's Weblog
O
OpenAI News
GbyAI
GbyAI
L
LINUX DO - 最新话题
A
Arctic Wolf
T
Tor Project blog
G
GRAHAM CLULEY
I
InfoQ
博客园_首页
IT之家
IT之家
The Register - Security
The Register - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
K
Kaspersky official blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
U
Unit 42
PCI Perspectives
PCI Perspectives
量子位
P
Palo Alto Networks Blog
S
Securelist
T
Troy Hunt's Blog
博客园 - 【当耐特】
Recorded Future
Recorded Future
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
S
Security Affairs
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
罗磊的独立博客
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
NISL@THU
NISL@THU
C
Cisco Blogs
T
Threatpost
有赞技术团队
有赞技术团队
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
The Exploit Database - CXSecurity.com
Cloudbric
Cloudbric
Cyberwarzone
Cyberwarzone
Google DeepMind News
Google DeepMind News
C
Cyber Attacks, Cyber Crime and Cyber Security

程序萌部落

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.