Skip to content

Instantly share code, notes, and snippets.

@zzak
Created March 27, 2017 15:57
Show Gist options
  • Save zzak/712f87746e23d06406663853da743eb7 to your computer and use it in GitHub Desktop.
Save zzak/712f87746e23d06406663853da743eb7 to your computer and use it in GitHub Desktop.
Shibuya.lisp #50
## Shibuya.lisp#50
twitter: @shibuya_lisp
hashtag: #lispmeetup
event: https://lisp.connpass.com/event/52912/
survey: https://twitter.com/shibuya_lisp/status/834710395868766208
cl-cudd
decision diagram
(O)BDD, ZDD
(Ordered) Binary Decision Diagram
AND, OR, XOR
ZDD
Zero-suppressed Decision Diagram
Knuth Simpath
Pure ZDD (simple version)
https://github.com/guicho271828/simpath
http://quickdocs.org/trivialib.bdd/
symbolic pattern databases in heuristic search planning
metahack.org
http://www.cs.uleth.ca/~rice/cudd.html
http://vlsi.colorado.edu/~fabio/CUDD/html/
https://en.wikipedia.org/wiki/Zero-suppressed_decision_diagram
https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node153.html
random-forest
https://pdfs.semanticscholar.org/eaa9/e4e9cf94841f6b19bfd037c36450f69b70a7.pdf
Global Refinement
dtree
datamatrix target
Global Pruning
for MNIST dataset
https://github.com/masatoi/cl-online-learning
https://github.com/slime/slime/blob/master/start-swank.lisp
https://www.cs.cmu.edu/~deva/papers/bilinear.pdf
Building a GUI in Lisp
electron
package to single exe
embedded chromium
stack
web server (node.js, express)
renderer (chromium, react.js)
spawn (common lisp SBCL)
bi-directional communication <-> renderer
json-rpc over websocket (github.com/fukamachi/jsonrpc)
https://facebook.github.io/flux/
Propagation class
(defclass user() ... )
(defmethod on-update ((user user) slot-name) ...)
(defvar *user*
(make-instance 'user ...)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment