2018年8月6日星期一
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.
🤖
2018年6月9日星期六
Virtual Reality 和 Reality 是不是同一回事?
智能行驶
2018年6月8日星期五
Dynamically Distributing Softwares
2018年5月19日星期六
2018年5月13日星期日
Distributing Serializable Object
To localize the Distributing Serializable Object to let the cache of it not be swapped out can have the same effect with the block chain.
2018年5月6日星期日
2018年4月25日星期三
Serializable Object Store
☁️Cloud
2017年12月11日星期一
☁ Could Cloud
So many people regard servers as Cloud. However, your handy device is one piece of the Cloud too no matter how tiny it is. So many tiny devices could be organized as a super computer by the Cloud operating system.
2017年12月6日星期三
☁
There is no remote storage.
There is only remote memory.
Each host swaps the senses between local memory and local storage automatically at background by themselves.
However, you also can regard there is no remote memory.
The distributed operating system swaps the senses between local memory and remote memory as cache automatically at background.
By this way, you can regard the whole network as one host.
Without this, it is not true Cloud.