neural networks cover rule based in zero order logic (Was: Higher Order Logic Programming and Autograd)

Liste des GroupesRevenir à cl prolog 
Sujet : neural networks cover rule based in zero order logic (Was: Higher Order Logic Programming and Autograd)
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prolog
Date : 15. Mar 2025, 16:13:51
Autres entêtes
Message-ID : <vr45ff$1gpla$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
A storm of symbolic differentiation libraries
was posted. But what can these Prolog code
fossils do?
Does one of these libraries support Python symbolic
Pieceweise ? For example one can define rectified
linear unit (ReLU) with it:
                 /   x      x  >= 0
     ReLU(x) := <
                 \   0      otherwise
With the above one can already translate a
propositional logic program, that uses negation
as failure, into a neural network:
NOT     \+ p             1 - x
AND     p1, ..., pn      ReLU(x1 + ... + xn - (n-1))
OR      p1; ...; pn      1 - ReLU(-x1 - .. - xn + 1)
For clauses just use Clark Completion, it makes
the defined predicate a new neuron, dependent on
other predicate neurons,
through a network of intermediate neurons. Because
of the constant shift in AND and OR, the neurons
will have a bias b.
So rule based in zero order logic is a subset
of neural network.
Python symbolic Pieceweise
https://how-to-data.org/how-to-write-a-piecewise-defined-function-in-python-using-sympy/
rectified linear unit (ReLU)
https://en.wikipedia.org/wiki/Rectifier_(neural_networks)
Clark Completion
https://www.cs.utexas.edu/~vl/teaching/lbai/completion.pdf

Date Sujet#  Auteur
11 Mar 25 * Higher Order Logic Programming and Autograd7Mild Shock
11 Mar 25 +* Re: Higher Order Logic Programming and Autograd2Mild Shock
11 Mar 25 i`- Re: Higher Order Logic Programming and Autograd1Mild Shock
15 Mar 25 +* neural networks cover rule based in zero order logic (Was: Higher Order Logic Programming and Autograd)2Mild Shock
15 Mar 25 i`- Will we ever have Real Quantum Neurons? (Re: neural networks cover rule based in zero order logic)1Mild Shock
16 Mar 25 `* Progress via library(linear) (Was: Higher Order Logic Programming and Autograd)2Mild Shock
16 Mar 25  `- Credits go to Rolf Pfeiffer (Was: Progress via library(linear) (Was: Higher Order Logic Programming and Autograd))1Mild Shock

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal