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