Dear All,
We are
happy to announce a new edition of the Dogelog player:
- Enhanced library(compat):
After some hesitation, since our Prolog system has only monomorphic
predicate caches for compilation, we introduced nevertheless a new
call/n predicate. It works as specified in the ISO core standard.
- Enhanced library(lists):
Now that we had call/n we also introduced maplist/n, foldl/n, etc..
They follow what is found in other Prolog systems such as SWI-Prolog,
etc.. As small optimization we are nevertheless able to introduce a
cache for the duration of the loops.
- New library(linear):
The is a first member of a new package(edge) which aims to provide deep
learning. It provides a few vector and matrix operations purely
implemented with library(lists). Testing shows that the library can be
already used for neural networks training and deployment.
Have Fun!