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.