2026年4月1日星期三
§
2026年2月17日星期二
Sense reactor
There is no more processor
There is a reactor
The reactor I talked about is not the power supply for the processor; it is to replace the processor.
I even had my own Neuron chip replaced by my own Sense reactor. I didn’t “give up halfway”; I was iterated upon by myself.
Biological neurons are subset
Particle reactions are global set
2024年9月28日星期六
Sense
2023年4月17日星期一
2023年4月7日星期五
In the traditional processor, the function is a program counter assignment to jump to the function body and return with the parameters pushed in and popped out the stack.
In the sense graph processor, regard the traditional function declaration and definition as the same type of interreplaceable sentence, use the symbol ≡ to link all interreplaceable sentences, and choose the suitable one according to the configurable situation on site, so the function can be redefined during runtime.
2023年4月1日星期六
2023年3月4日星期六
2023年3月1日星期三
2023年2月17日星期五
2023年1月12日星期四
2022年10月3日星期一
2022年10月2日星期日
非淘汰传统处理器换成图论机不可
2022年8月26日星期五
2022年5月31日星期二
The travelers in the graph processor
2022年5月30日星期一
Subgraph = class
2022年5月27日星期五
The collection graph in the Sense graph
2022年5月22日星期日
New software making way wanted
2022年5月2日星期一
The ports of the Sense Graph chip
2021年5月15日星期六
Graph machine & Replacement machine
Graph machine 是模拟人在阅读或算式的过程是先同时看到几个重要关键的字符再系结旁边的字符组成认知图而理解一段文式然后进行思考。
Replacement machine 是模拟人在阅读或算式的过程会逐步将文式片段转换成自己已理解的片段,多次返复代换到最后其实就是结果与答案了。
Graph machine & Replacement machine
Graph machine 基本是依结合优先顺序透过 comparation gate array 同时并行位移比对将 match 到多个 Sense 中取左边第一个连接到动态配置的 virtual wire 上,之后 sense 欲变更 virtual wire 的连接状态亦是相同的方式输出 senses 到 comparation gate array 上。
Replacement machine 基本透过 comparation gate array 与 replacement table 做同时并行位移比对将 match 到的片段 replace,返复进行至没有任何 match 了即为运算完成。排在 table 前面的优先 replace 即达 graph machine 中结合力较强的 operator 优先结合的效果,过程中遇到 definition keyword 就将片段加入 table 或从其刪除。
两者对括号的处理方式都是在比对到左括号时都暂不 connect 或 replace ,后面再一并进行消括号的动作,自多个左括号处同时并行向右位移比对出右括号,左右括号间仅存在一 Sense 即消掉左右括号,接着再重复前面的动作 loop 至不再比对出任何括号,若自左括号处向右位移比对到左括号则什么都不做、等待下一 loop 后面再重复进行一次。
Graph machine 是接线生的角色,接完线后 graph 自己是线路、自己在动;Replacement machine 的 senses 则完全是被动处理,纯粹是 data。
Can these two machines be combined to be one machine?