Peer 2 Peer ≠ Client 2 Client,大机和大机、大机和小机之间亦是P2P,Cloud 精髄不在 service 而在 Dynamic Distributing Allocating 。
2018年9月19日星期三
2018年8月22日星期三
Sen语 Ron语
动静皆宜
静态的系统没有动态系统的弹性;动态的系统没有静态系统的稳定。设计一套可静可动的系统即是咱们的任务,例如一群机动载具组成的动态网络一样是可以静下来不动使效能极致,必要时可以牺牲一点效能与稳定性动起来。
整网软件单元参照空间联为一体
2018年8月9日星期四
About the user interface without editors
Just use the GUI or VRUI components except text editor component to travel the sense graph to select senses to compose a sentence to have the conversation with the space object without typing.
2018年8月8日星期三
∀
∀ ... 🔲 ......
其实 🔲 处不用填介系词
( ∀ ... ) ......
括号內让∀优先结合得到collection'#(1~collection'#)再后接 ......
所以就用括号就行了
不用再伤脑筋这个介糸词要用何operator才不会与其它别的用途相冲突
operand operand
operand _
2018年8月6日星期一
The drones dynamic network
Drones remote control from the command center by broadcast ~ easy; what we want is the drones dynamic network, this is where complex.
operator ⊧ ⇒ →
2018年8月4日星期六
operand _
How to get the classes of an object?
( object ∈ _ )
How to get the objects of a class?
( _ ∈ class )
Operand _ is used for finding each match.
2018年8月2日星期四
operator ∀ ∃
2018年8月1日星期三
operator ¬ ? $
2018年7月30日星期一
operator ' and `
operator '
operand ' operand ≡ sub-object of object
operand ' operator operand ≡ ( operand ' ) ( operator operand ) ≡ ( transpose of operand ) * ( operator(operand) )
( operand ' ) operand ≡ ( transpose of operand ) * operand
operator ' operand ≡ differential of operator(operand)
2018年7月29日星期日
Exponential operator
☁
2018年7月23日星期一
What the neural networks
operator operand
X = [1,2;3,4;5] ≡ X = [[1,2];[3,4];5] ≡ X = [1,2] ; X = [3,4] ; X = 5
, ≡ ∧
; ≡ ∨
the association of "," is prior to ";"
X = [ ] ≡ X = null
obj ‘ sub ≡ sub @ obj
obj behavior ¬≡ behavior @ obj
obj # n ¬≡ obj ‘ # n
operand operand ≡ operand * operand
operator operand ≡ operator ( operand )
the association of "*" is prior to all another operators
operator operand operand ≡ operator ( operand * operand )
operator operator operand ≡ operator ( operator ( operand ) )
f ∈ operator, ∀o ∈ (x,y): o ∈ operand
⇒ f x y ≡ f ( x * y ) ¬≡ f ( x, y )
Run-time dynamic definition example:
g ∈ operator ⊧ f(x,y,z) ≡ ( g y ) ( ( g ^ (-1) ) x y ) ,
g ∈ operand ⊧ f(x,y,z) ≡ ( f g y ) ( ( f ^ (-1) ) (y,z) )
2018年7月22日星期日
The imitating and synthesizing
The tactics and strategy view
operator #
¬ ( obj behavior ≡ behavior @ obj )
¬ ( obj # n ≡ obj ‘ # n )
What is real?
As there will be the real Cloud, there will be the real neural network. But the real Cloud may come true in several years; the real neural network may be several 10 years.