TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Transcendental Algebra (2017)

35 点作者 monksdream大约 2 年前

3 条评论

IIAOPSW大约 2 年前
The problem is this is getting stuck on trying to find some spanning set of literal concepts which spans possible topics in natural language. It gets stuck at that first level. Just pick a restricted domain of conversation for the sake of doing the linguistically interesting part first, then go back and extend the domain until it is general.<p>He is on to something. You can implement something like LZ77 compression using the FOIL rules of ordinary parenthesis. Namely, you can use the distributive law to implement repeated string elimination. Instead of a back reference to the repeated string you have [repeated string]*(substring1 + substring2 + substring3...) where each substring is the insertion point. Apply recursively as needed. Inevitably, to compress optimally, you need enough tools to express any possible pattern as any possible pattern might be present. But if any possible pattern is reachable, oops you&#x27;ve got a Turing machine.<p>So my thesis statement here is the first layer up in natural language beyond the literals is the compression&#x2F;entropy reduction&#x2F;computation layer. This is the part of language which works pretty much like a programming language. The trick isn&#x27;t just that it can express any literal thing, but that it can build expressions for any possible set of literal things in the domain. The layer after that is the social layer. The conversational protocol words, somewhat similar to HTTP request verbs but without implicitly assuming a client-server type relation pre-defined purpose to interaction. If you want to see how natural language ticks, skip the ground floor at first.<p>Here&#x27;s my pet project which lead me to these ideas: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1ws2IDqjENOBAQbOfK55XcuAl-0u0CgoDjL9OlUUFJCY" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1ws2IDqjENOBAQbOfK55XcuAl...</a>
pyentropy大约 2 年前
Although it&#x27;s an interesting puzzle I think it&#x27;s messed up to take this too seriously.
seventytwo大约 2 年前
How does this really differ from a logographic system like Hanzi or heiroglyphs?