#lispyGopherClimate Sunday-morning-in-Europe 8am UTC+0
#archive
https://toobnix.org/w/iAwuN4MGuaiHTDDCibhb21

Two weeks from now, @cdegroot will be on the lispy gopher climate show to discuss their new lisp book, The Genius of Lisp. I got my review copy and will share the ToC.

I am not going to spoil the fascinating foreword by rpg but it relates to my symbolic #lisp #ffnn #deepLearning

https://screwlisp.small-web.org/complex/lisp-feedforward-deep-learning-example/

so I will mention that and my #ROC interpretation of deep learning inferencing.
#programming

Yeesh, okay it is out and I can stop telling you I am going to write it.

https://screwlisp.small-web.org/complex/lisp-feedforward-deep-learning-example/

#deepLearning #symbolic #ffnn pure ansi #commonLisp

The example deliberately causes a hallucination programmed into the training data via simple #roc reasoning. To my knowledge the ROC interpretation of ffnn inference is original to me, here.

The hallucination is in both lockstep and single #neuralnet activations.

Be the first to complain my #DL works on subregions of jagged lists! #programming

#lispyGopherClimate Sunday morning in Europe #peertube #LIVE ! https://toobnix.org/w/gXLXQqxf5MYg1NDF2Ua6oA

#archive https://toobnix.org/w/1bekUAJ2u7CG9C4jC4bT3p

#commonLisp community conditions viz https://climatejustice.social/@kentpitman/116032024902130479 @kentpitman

Viz my recent lisp #ffnn #deepLearning stuff with #= ## I am wondering to what extent using ansi common lisp as intended is innovative.

My #lisp #symbolic #deepLearning #ffnn #condition streamlined.

https://screwlisp.small-web.org/conditions/lisp-symbolic-deep-learning-streamlined/

The pretty and overtly useable rewrite of my earlier brace of articles.

An important condition handling style mistake I cleaned up was that I had previously put HANDLER-BIND /inside/ my INFER. But this freezes it in place; I might as well have used functions as such. Now the algorithm graph is essentially the condition handlers and restarts outside the function at runtime.

#commonLisp #ai #programming