Denoising Fixpoint Operator in Prolog (Was: BigNums: JavaScript is killing it [Node.js v24.0.1])

Liste des GroupesRevenir à cl prolog 
Sujet : Denoising Fixpoint Operator in Prolog (Was: BigNums: JavaScript is killing it [Node.js v24.0.1])
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prolog
Date : 14. May 2025, 02:59:39
Autres entêtes
Message-ID : <1000ted$kft4$1@solani.org>
References : 1
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0 SeaMonkey/2.53.20
Prolog and logic programming has traditionally
payed a lot of attention to fix point theory. For
example one can defin the least herbrand model
of a definite program.
Anybody already experimented in pure Prolog code
with stable diffusion, aka a fixpoint operator that
is a denoising autoencoder and do the thing as a
kernel operator over a grid?
P.S.: Interesting fixpoint scenarios and
maybe even new hardware:
GENERATIVE PSEUDO-INVERSE MEMORY
https://openreview.net/pdf?id=Harn4_EZBw
Mild Shock schrieb:
Hi,
 Just noticed that Node.js v24.0.1 has mostlikely
faster BigNums. Here is some test:
 /* Dogelog Player 1.3.3 for JavaScript */
?- time(_ is 7^(8^9)).
% Zeit 3813 ms, GC 0 ms, Lips 5, Uhr 11.05.2025 11:31
true.
 Not bad , current bun.js cannot do it. And it is
almost like this here based on GMP:
 /* SWI-Prolog 9.3.21 */
?- time(_ is 7^(8^9)).
% 0 inferences, 1.594 CPU in 1.677 seconds
true
 Bye

Date Sujet#  Auteur
11 May 25 * BigNums: JavaScript is killing it [Node.js v24.0.1]2Mild Shock
14 May 25 `- Denoising Fixpoint Operator in Prolog (Was: BigNums: JavaScript is killing it [Node.js v24.0.1])1Mild Shock

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal