Created
March 27, 2017 15:57
-
-
Save zzak/712f87746e23d06406663853da743eb7 to your computer and use it in GitHub Desktop.
Shibuya.lisp #50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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