I don't see any source code. That would disqualify it from the Hutter
prize. What kind of results do you have on the large text benchmark with
regard to speed and memory usage?

On Thu, Feb 27, 2020, 4:32 AM <[email protected]> wrote:

> Time to release my open source code. I will probably have to limit my
> future releases to follow modern safety practices and profit (as per
> OpenAI, per c). I made this from scratch in Blockly, tree, Online Learning,
> searching, context mixing, arithmetic encoding, decompressor. It can
> compress 100MB down to ~23MB. I skipped refactoring it for now, it is still
> small code too.
>
> https://blockly-demo.appspot.com/static/demos/code/index.html#
>
> Attached is the big input version, try that one, the Blockly one is just
> to show the toy version. It makes 266,700 bytes into 74,959 bytes and
> someone's compressor that makes 100MB into 21.8MB makes the 266,700 bytes
> into 70,069 bytes. To switch to decompression put 'no' at the top and make
> the input only have the first 15 letters, not all the input of 266700
> letters, and put the code it encoded into the decode input at top ex.
> 0.[here]. You can use the following link to make the code into bits
> https://www.rapidtables.com/convert/number/binary-to-decimal.html
> (although I just divide the length of the encoding by 3, then make 1 3rd *
> 4, and 2 3rds * 3, which results in approx. same bit length. Ex. you create
> 0.487454848 which is 9 digits long, so: 9 / 3 = 3, 3*4=12 and 6*3=18,
> 18+12=30, 0.487454848  = 30 bits long!
> *Artificial General Intelligence List <https://agi.topicbox.com/latest>*
> / AGI / see discussions <https://agi.topicbox.com/groups/agi> +
> participants <https://agi.topicbox.com/groups/agi/members> + delivery
> options <https://agi.topicbox.com/groups/agi/subscription> Permalink
> <https://agi.topicbox.com/groups/agi/Tcfc4df5e57c62b43-Mbbc89664a5621eab32279dd7>
>

------------------------------------------
Artificial General Intelligence List: AGI
Permalink: 
https://agi.topicbox.com/groups/agi/Tcfc4df5e57c62b43-M7d63ab9f6534b7b83aef9333
Delivery options: https://agi.topicbox.com/groups/agi/subscription

Reply via email to