Earlier quoted context omitted.
>> There are quite a few publications that explore the concept of generating programs, either using typed or untyped functional languages. That's Inductive Functional Programming (IFP), a kind of Inductive Programming that also includes Inductive Logic Programming (ILP). The canonical example of IFP is Magic Haskeller: https://nautilus.cs.miyazaki-u.ac.jp/~skata/MagicHaskeller.h... As an example of a modern ILP I sug…
Thanks, I know ILP quite well and also your research, Muggleton et al, etc. It is a very interesting field which I hope makes a comeback once systems become neurosymbolic.
Discovering algorithms by enumerating terms in Haskell
41–50 of 50 posts
Re: Discovering algorithms by enumerating terms in Haskell
#42Earlier quoted context omitted.
>> There are quite a few publications that explore the concept of generating programs, either using typed or untyped functional languages. That's Inductive Functional Programming (IFP), a kind of Inductive Programming that also includes Inductive Logic Programming (ILP). The canonical example of IFP is Magic Haskeller: https://nautilus.cs.miyazaki-u.ac.jp/~skata/MagicHaskeller.h... As an example of a modern ILP I sug…
Thanks, I know ILP quite well and also your research, Muggleton et al, etc. It is a very interesting field which I hope makes a comeback once systems become neurosymbolic.
I'm one of the last purely symbolic hold-outs in ILP I guess. But if you're interested in recent neurosymbolic work using MIL this is some recent work from my colleagues:
Abductive Knowledge Induction from Raw Data
Re: Discovering algorithms by enumerating terms in Haskell
#43Earlier quoted context omitted.
>> There are quite a few publications that explore the concept of generating programs, either using typed or untyped functional languages. That's Inductive Functional Programming (IFP), a kind of Inductive Programming that also includes Inductive Logic Programming (ILP). The canonical example of IFP is Magic Haskeller: https://nautilus.cs.miyazaki-u.ac.jp/~skata/MagicHaskeller.h... As an example of a modern ILP I sug…
Thanks, I know ILP quite well and also your research, Muggleton et al, etc. It is a very interesting field which I hope makes a comeback once systems become neurosymbolic.
What does this mean?
Re: Discovering algorithms by enumerating terms in Haskell
#44Earlier quoted context omitted.
Thanks, I know ILP quite well and also your research, Muggleton et al, etc. It is a very interesting field which I hope makes a comeback once systems become neurosymbolic.
once systems become neurosymbolic What does this mean?
IMHO, this might eventually become mainstream. For example, see all the work that merges theorem provers with RL and NN.
Re: Discovering algorithms by enumerating terms in Haskell
#45Earlier quoted context omitted.
once systems become neurosymbolic What does this mean?
There's a whole research area that tries to combine some ideas from symbolic AI with neural architectures. IMHO, this might eventually become mainstream. For example, see all the work that merges theorem provers with RL and NN.
Re: Discovering algorithms by enumerating terms in Haskell
#46Earlier quoted context omitted.
There's a whole research area that tries to combine some ideas from symbolic AI with neural architectures. IMHO, this might eventually become mainstream. For example, see all the work that merges theorem provers with RL and NN.
What are examples of "symbolic AI", "neural architecture" and a system that is "neurosymbolic" ?
Re: Discovering algorithms by enumerating terms in Haskell
#47Re: Discovering algorithms by enumerating terms in Haskell
#48Re: Discovering algorithms by enumerating terms in Haskell
#49Re: Discovering algorithms by enumerating terms in Haskell
#50Earlier quoted context omitted.
There's usually a DL part (the neural network), welded together with a classical AI algorithm, e.g. Monte Carlo Tree Search, or some kind of theorem prover.
What's the symbolic part? What does 'DL' mean here?