rlm@64
|
1 #+title: Our Blog Entries
|
rlm@64
|
2 #+author: Robert McIntyre & Dylan Holmes
|
rlm@64
|
3 #+email: rlm@mit.edu
|
rlm@64
|
4 #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!
|
rlm@64
|
5 #+keywords: AI, clojure, quantum mechanics
|
rlm@64
|
6 #+SETUPFILE: ../../aurellem/org/setup.org
|
rlm@64
|
7 #+INCLUDE: ../../aurellem/org/header.org
|
rlm@64
|
8 #+OPTIONS: toc:nil, num:nil
|
rlm@64
|
9
|
rlm@64
|
10 ** Freedom
|
rlm@64
|
11 - [[../free/html/email.html][How to set up your own Email server]]
|
rlm@64
|
12 - [[../free/html/wiki.html][How to set up your own Wiki]]
|
rlm@64
|
13 - [[../thoughts/html/patents.html][Thoughts on Patents]]
|
rlm@64
|
14 - [[../thoughts/html/server.html][The Server Culture]]
|
rlm@64
|
15 ** Adventures in coding
|
rlm@64
|
16 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]
|
rlm@64
|
17 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]
|
rlm@64
|
18
|
rlm@64
|
19 ** Academic
|
rlm@64
|
20 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]]
|
rlm@64
|
21 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]]
|
rlm@64
|
22 - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]]
|
rlm@64
|
23 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]]
|
rlm@64
|
24 - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]]
|
rlm@64
|
25 - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]]
|
rlm@64
|
26 - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]]
|
rlm@64
|
27 ** Cortex: a virtual world for sensate AI
|
rlm@64
|
28
|
rlm@64
|
29 This was an MEng thesis project while I was at MIT. It won the 2014
|
rlm@64
|
30 Charles and Jennifer Johnson Thesis Award –- 1st Place!
|
rlm@64
|
31
|
rlm@64
|
32 - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]]
|
rlm@64
|
33 - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]]
|
rlm@64
|
34
|
rlm@64
|
35 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
|
rlm@64
|
36 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
|
rlm@64
|
37 3. [[../cortex/html/world.html][Creating a Virtual World]]
|
rlm@64
|
38 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
|
rlm@64
|
39 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
|
rlm@64
|
40 6. *Sensors and effectors*
|
rlm@64
|
41 1. [[../cortex/html/sense.html][Preamble: auxillary functions]]
|
rlm@64
|
42 2. [[../cortex/html/body.html][Building a Body]]
|
rlm@64
|
43 3. [[../cortex/html/vision.html][Vision]]
|
rlm@64
|
44 4. [[../cortex/html/hearing.html][Hearing]]
|
rlm@64
|
45 5. [[../cortex/html/touch.html][Touch]]
|
rlm@64
|
46 6. [[../cortex/html/proprioception.html][Proprioception]]
|
rlm@64
|
47 7. [[../cortex/html/movement.html][Movement]]
|
rlm@64
|
48 8. [[../cortex/html/integration.html][Integration]]
|
rlm@64
|
49 7. [[../../cortex/html/gabor.html][Gabor Filters]]
|
rlm@64
|
50
|
rlm@64
|
51 ** Pok\eacute{}mon
|
rlm@64
|
52 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]
|
rlm@64
|
53 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]]
|
rlm@64
|
54 - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]]
|
rlm@64
|
55 - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]]
|
rlm@64
|
56 - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]]
|
rlm@64
|
57 - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II)
|
rlm@64
|
58 - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon
|
rlm@64
|
59 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]]
|
rlm@64
|
60
|
rlm@64
|
61 ** Quantitative design
|
rlm@64
|
62 - Quantitative Pok\eacute{}mon displays (in progress)
|
rlm@64
|
63 - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]]
|
rlm@64
|
64 - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]]
|
rlm@64
|
65 - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]]
|
rlm@64
|
66 - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]]
|
rlm@64
|
67 - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement
|
rlm@64
|
68 for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]].
|
rlm@64
|
69
|
rlm@64
|
70 ** Thoughts
|
rlm@64
|
71 - [[../dylan/html/science.html][Science Minus Science]]
|
rlm@64
|
72 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]
|
rlm@64
|
73 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]
|
rlm@64
|
74 - [[../thoughts/html/ideas.html][Ideas]]
|
rlm@64
|
75
|