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.
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.
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)
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) )
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.
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.
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.
No matter the Mathlab solves the formulas or the Prolog drives the rules or Siri or Cortana processes the natural language, they are functions processing the strings as parameters. What I want is the processor directly runs in formulas, rules, and sentences as programs but not only processes the string as text.