Lisp code for Chapter 5
		
	version.lisp		version spaces
	version.scm

	decision.lisp		decision trees 
	decision.scm
			
	linear.lisp		learning in linear function spaces
	linear.scm		
	pdp.lisp		artificial neural networks 
	pdp.scm			learning in nonlinear function spaces
	pdp1.lisp		
	pdp1.scm
	pdp2.lisp
	pdp2.scm
	radial.lisp		learning with radial basis functions
			
	perceptron.lisp		perceptron learning algorithm
	perceptron.scm
			
	dynamic.lisp		reinforcement learning 
	dynamic.scm		

			
The Scheme code in this directory was generated from the Common Lisp
code using the automatic translation routines in ../../SchemeSupport/
The file ../../SchemeSupport/schemify.scm must be loaded in order to
run the .scm files in this directory as it contains the code for 
basic routines that are part of Common Lisp. 
