1. Problem 5 Nat Comp Ch 6

2. Problem 6 Nat Comp Ch 6

3. Dynamic Programming

Design a discrete state space to generate the solution to the cart problem with DP. Compare your solution to that obtained in 1 and comment on any differences.

4. Design Your own Content Addressible Memory (CAM)

Using a 6-bit ascii code, collect a database of class names and telephone extensions.

Encode these in a Hopfield CAM.

Demonstrate the performance of the memory by testing it with different amounts of bits for a starting point.

Also: Plot the number of retrieval errors as a functin of the number of entries.