Demonstrations

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
(21 intermediate revisions not shown.)
Line 1: Line 1:
-
Much of the material in 6.034 is reinforced by on-line demonstrations develop by us or
+
Much of the material in 6.034 is reinforced by on-line artificial-intelligence demonstrations develop by us or
-
otherwise available on the web.  Most of the demonstrations are available only using the
+
otherwise available on the web.  Those demonstrations developed by us are provided via the easy-to-use
-
Java Web Start mechanism.
+
Java Web Start mechanism, which comes with the Java Runtime Environment, the so-called JRE.
-
So, if you don't have WebStart, you should [http://java.sun.com/products/javawebstart/ install it first].  Then, you
+
The demonstrations illustrate the following ideas:
-
can install the [http://courses.csail.mit.edu/6.034f/demonstrate.jnlp demonstrations].
+
 
 +
* Blocks world manipulation (after Winograd)
 +
* Search: depth-first, breadth-first, hill-climbing, beam, branch and bound, A*
 +
* Games: mini-max, alpha-beta
 +
* Genetic algorithms: crossover, mutation, fitness
 +
* Constraint satisfaction: drawing analysis (after Waltz, using Huffman labels)
 +
* Domain reduction: map coloring, resource allocation
 +
* Biological mimetics: genetic algorithms, self-organizing maps, cross-modal clustering
 +
* Learning: nearest neighbors, support vector machines, lattice learning, boosting
 +
* Neural nets: autocoding, logistic regression
 +
 
 +
If you don't have the Java 8 Runtime Environment installed,  
 +
you should [http://java.com/en/download/ install it first].   
 +
 
 +
Next, because Java security becomes steadily greater, you will need to do some
 +
[http://groups.csail.mit.edu/genesis/preparation.html preparation].
 +
 
 +
Then, you
 +
can run the [https://courses.csail.mit.edu/6.034f/demonstrations/demonstrations.jnlp latest version].

Revision as of 19:53, 9 August 2015

Much of the material in 6.034 is reinforced by on-line artificial-intelligence demonstrations develop by us or otherwise available on the web. Those demonstrations developed by us are provided via the easy-to-use Java Web Start mechanism, which comes with the Java Runtime Environment, the so-called JRE.

The demonstrations illustrate the following ideas:

  • Blocks world manipulation (after Winograd)
  • Search: depth-first, breadth-first, hill-climbing, beam, branch and bound, A*
  • Games: mini-max, alpha-beta
  • Genetic algorithms: crossover, mutation, fitness
  • Constraint satisfaction: drawing analysis (after Waltz, using Huffman labels)
  • Domain reduction: map coloring, resource allocation
  • Biological mimetics: genetic algorithms, self-organizing maps, cross-modal clustering
  • Learning: nearest neighbors, support vector machines, lattice learning, boosting
  • Neural nets: autocoding, logistic regression

If you don't have the Java 8 Runtime Environment installed, you should install it first.

Next, because Java security becomes steadily greater, you will need to do some preparation.

Then, you can run the latest version.

Personal tools