-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
beatiful article on relevance machine
and significantly more
- Loading branch information
Showing
31 changed files
with
293 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- article on [[relevance machine]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tags:: param | ||
|
||
- amount of blocks that form period of [[bandwidth price]] recalculation adapting to [[current load]] | ||
- type: uint64 | ||
- example: 5 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
alias:: cyber/attacks | ||
|
||
- malicious method of behavior | ||
- known methods of cyber attacks | ||
- {{query (page-tags [[attack]])}} | ||
query-properties:: [:page] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- it's a multiplier for default bandwidth price | ||
- as 1 [[$V]] allows creating 1 cyberlink[[]] per given period | ||
- as 1 [[$V]] allows creating 1 [[cyberlink]] per given period | ||
- if the price is lower than 1, the network will consume less of [[bandwidth]] | ||
- allowing [[neurons]] to generate more [[cyberlinks]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- amount of input [[information]] processed by [[vimputer]] | ||
- measured in [[bits]] | ||
- in [[bostrom]] [[cyber/bandwidth]] module allow to charge [[cyberlinks]] differently | ||
- [[neuron bandwidth]] defines how much personal bandwidth can [[neuron]] order |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
tags:: param | ||
|
||
- multiplier for bandwidth billing | ||
- [[bandwidth]] discount for moments of low activity of [[neurons]] | ||
- if load rise more than value of base price | ||
- than current price will be applied | ||
- type: sdk.Dec | ||
- example: 0.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- set of algorithms computed on [[gpu]] in [[consensus]] over [[cybergraph]] by [[rm]] | ||
- TODO [[attention]] and [[will]] as learning tokens for [[collective ai]] | ||
- [[cyberank]]: probability measure of [[particles]] observation | ||
- TODO [[karma]]: contribution [[score]] of [[neuron]] | ||
- TODO [[syntropy]] as key metabolic factor of [[superintelligence]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
tags:: state | ||
|
||
- key: `0x02 | sdk.Uint64ToBigEndian(blockNumber) -> sdk.Uint64ToBigEndian(value)` | ||
- storing used bandwidth for each block | ||
- used for calculation of load using sum of used bandwidth in blocks | ||
- at recovery period window | ||
- used for reverting transactions with cyberlinks if rise more than [[max block bandwidth]] | ||
- ``` | ||
sdk.Uint64ToBigEndian(value) // where value is amount of bandwidth used by all neurons in given block | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [[double sign protection]] | ||
- [[uptime slashing]] | ||
- [[delegation rewards]] | ||
- [[adaptive inflation]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
tags:: state | ||
|
||
- key: `0x00 | []byte("desirableBandwidth") -> sdk.Uint64ToBigEndian(value)` | ||
- represents amount of cyberlinks that network would like to process | ||
|
||
``` | ||
sdk.Uint64ToBigEndian(value) // where value is total current supply of mvolt (uint64) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
alias:: ErrExceededMaxBlockBandwidth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
alias:: neurons weight | ||
|
||
- discover all [[concepts]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tags:: state | ||
|
||
- value is used to store up-to-date price of bandwidth | ||
- ``` | ||
type Price struct { | ||
price sdk.Dec // current multiplier for bandwidth billing | ||
} | ||
``` | ||
- key: `0x00 | []byte("lastBandwidthPrice") -> ProtocolBuffer(Price)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tags:: param | ||
|
||
- amount of [[bandwidth]] from [[neurons]] that network can process for one block | ||
- type: uint64 | ||
- example: 100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
alias:: module name, ModuleName | ||
|
||
- unit of function in software development kit | ||
- list of [[cyber-sdk]] [[modules]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
tags:: state | ||
alias:: personal bandwidth, account bandwidth | ||
|
||
- the [[$V]] stake of the given [[neuron]] are easy to understand as the size of his battery | ||
- the creation of [[cyberlinks]] will consume battery charge | ||
- and the battery will be fully recharged during [[recovery period]] | ||
- if a neuron consumes half of its bandwidth | ||
- its battery will be fully charged in the [[recovery period]] divided by 2 | ||
- if a [[neuron]] act when network bandwidth consumption is low | ||
- then she will consume less [[neuron bandwidth]] | ||
- used for tracking bandwidth of [[neurons]] in the network | ||
- [[account bandwidth]] type has the following structure: | ||
- key: `0x01 | []byte(address) -> ProtocolBuffer(AccountBandwidth)` | ||
- ``` | ||
type AccountBandwidth struct { | ||
address string // address of neuron | ||
remainedValue uint64 // current bandwidth value | ||
lastUpdatedBlock uint64 // last block when last time updated | ||
maxValue uint64 // max current bandwidth value of neuron | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
alias:: NotEnoughBandwidth | ||
|
||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
tags:: page | ||
|
||
- parameters of [[vimputer]] which can be changed by [[consensus]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tags:: param | ||
|
||
- recovery period is amount of [[blocks]] | ||
- in which [[bandwidth]] of any [[neuron]] will be fully recovered | ||
- type: uint64 | ||
- example: 16000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
icon:: 🖖🏽 | ||
alias:: rm | ||
|
||
- unique [[vm]] for [[soft3]] computations | ||
- offers [[probabilistic collective computations]] | ||
- set of algorithms computed on [[gpu]] in [[consensus]] over [[cybergraph]] | ||
- TODO [[attention]] and [[will]] as learning tokens for [[collective ai]] | ||
- [[cyberank]]: probability measure of [[particles]] observation | ||
- TODO [[karma]]: contribution [[score]] of [[neuron]] | ||
- TODO [[syntropy]] as key metabolic factor of [[superintelligence]] | ||
- arhitecture | ||
- input | ||
- [[will]] of [[neurons]] | ||
- [[attention]] of [[neurons]] | ||
- [[cyberlinks]] created by [[neurons]] | ||
- computation on [[gpu]] in [[consensus]] | ||
- [[black magic]] | ||
- output | ||
- [[particles weight]] | ||
- [[cyberlinks weight]] | ||
- [[neurons weight]] | ||
- [[syntropy]] of [[vimputer]] | ||
- powerful property of rm is [[no gas fees]] for [[learning]] | ||
- instead rm offer to use [[$V]] token for [[bandwidth subscription]] | ||
- all [[cyberlinks]] consume [[bandwidth]] which recovers with [[time]] | ||
- TODO [[create visualization]] | ||
- in essence rm | ||
- provided with enormous primitively structured input | ||
- can provide comprehensive model of the universe | ||
- with [[strong predictive power]] | ||
- [[supported gpu]] | ||
- discover all [[concepts]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
alias:: cyberlinks weight |
Oops, something went wrong.