<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rctn.org/w/index.php?action=history&amp;feed=atom&amp;title=VS298_%28Fall_06%29%3A_Syllabus</id>
	<title>VS298 (Fall 06): Syllabus - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rctn.org/w/index.php?action=history&amp;feed=atom&amp;title=VS298_%28Fall_06%29%3A_Syllabus"/>
	<link rel="alternate" type="text/html" href="https://rctn.org/w/index.php?title=VS298_(Fall_06):_Syllabus&amp;action=history"/>
	<updated>2026-06-14T18:07:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://rctn.org/w/index.php?title=VS298_(Fall_06):_Syllabus&amp;diff=2515&amp;oldid=prev</id>
		<title>Bruno: /* Reinforcement learning */</title>
		<link rel="alternate" type="text/html" href="https://rctn.org/w/index.php?title=VS298_(Fall_06):_Syllabus&amp;diff=2515&amp;oldid=prev"/>
		<updated>2006-09-27T18:12:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Reinforcement learning&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syllabus ==&lt;br /&gt;
&lt;br /&gt;
==== Introduction ====&lt;br /&gt;
# Theory and modeling in neuroscience&lt;br /&gt;
# Descriptive vs. functional models&lt;br /&gt;
# Turing vs. neural computation&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;HKP&amp;#039;&amp;#039;&amp;#039; chapter 1&lt;br /&gt;
&lt;br /&gt;
==== Linear neuron models ====&lt;br /&gt;
&lt;br /&gt;
# Linear systems: vectors, matrices, linear neuron models&lt;br /&gt;
# Perceptron model and linear separability&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;HKP&amp;#039;&amp;#039;&amp;#039; chapter 5, &amp;#039;&amp;#039;&amp;#039;DJCM&amp;#039;&amp;#039;&amp;#039; chapters 38-40&lt;br /&gt;
&lt;br /&gt;
==== Supervised learning ====&lt;br /&gt;
&lt;br /&gt;
# Perceptron learning rule&lt;br /&gt;
# Adaptation in linear neurons, Widrow-Hoff rule&lt;br /&gt;
# Objective functions and gradient descent&lt;br /&gt;
# Multilayer networks and backpropagation&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;HKP&amp;#039;&amp;#039;&amp;#039; chapter 6, 7, &amp;#039;&amp;#039;&amp;#039;DJCM&amp;#039;&amp;#039;&amp;#039; chapters 38-40, 44&lt;br /&gt;
&lt;br /&gt;
==== Reinforcement learning ====&lt;br /&gt;
&lt;br /&gt;
# Classical conditioning and Rescorla-Wagner rule&lt;br /&gt;
# Temporal difference learning&lt;br /&gt;
# Actor-critic learning&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;DA&amp;#039;&amp;#039;&amp;#039; chapter 9&lt;br /&gt;
&lt;br /&gt;
==== Unsupervised learning ====&lt;br /&gt;
&lt;br /&gt;
# Linear Hebbian learning and PCA, decorrelation&lt;br /&gt;
# Winner-take-all networks and clustering&lt;br /&gt;
# Sparse, distributed coding&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;HKP&amp;#039;&amp;#039;&amp;#039; chapter 8, &amp;#039;&amp;#039;&amp;#039;DJCM&amp;#039;&amp;#039;&amp;#039; chapter 36, &amp;#039;&amp;#039;&amp;#039;DA&amp;#039;&amp;#039;&amp;#039; chapter 8, 10&lt;br /&gt;
&lt;br /&gt;
==== Plasticity and cortical maps ====&lt;br /&gt;
&lt;br /&gt;
# Self-organizing maps, Kohonen nets&lt;br /&gt;
# Models of experience dependent learning and cortical reorganization&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;HKP&amp;#039;&amp;#039;&amp;#039; chapter 9, &amp;#039;&amp;#039;&amp;#039;DA&amp;#039;&amp;#039;&amp;#039; chapter 8&lt;br /&gt;
&lt;br /&gt;
==== Recurrent networks ====&lt;br /&gt;
&lt;br /&gt;
# Hopfield networks&lt;br /&gt;
# Pattern completion&lt;br /&gt;
# Line attractors and `bump circuits’&lt;br /&gt;
# Models of associative memory&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;HKP&amp;#039;&amp;#039;&amp;#039; chapter 2-3, &amp;#039;&amp;#039;&amp;#039;DJCM&amp;#039;&amp;#039;&amp;#039; chapter 42, &amp;#039;&amp;#039;&amp;#039;DA&amp;#039;&amp;#039;&amp;#039; chapter 7&lt;br /&gt;
&lt;br /&gt;
==== Probabilistic models and inference ====&lt;br /&gt;
&lt;br /&gt;
# Probability theory and Bayes’ rule&lt;br /&gt;
# Learning and inference in generative models&lt;br /&gt;
# The mixture of Gaussians model&lt;br /&gt;
# Boltzmann machines&lt;br /&gt;
# Sparse coding and ‘ICA’&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;DJCM&amp;#039;&amp;#039;&amp;#039; chapter 1-3, 20-24,41,43, &amp;#039;&amp;#039;&amp;#039;DA&amp;#039;&amp;#039;&amp;#039; chapter 10&lt;br /&gt;
&lt;br /&gt;
==== Neural implementations ====&lt;br /&gt;
&lt;br /&gt;
# Integrate-and-fire model&lt;br /&gt;
# Neural encoding and decoding&lt;br /&gt;
# Limits of precision in neurons&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reading&amp;#039;&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;DA&amp;#039;&amp;#039;&amp;#039; chapter 1-4, 5.4&lt;/div&gt;</summary>
		<author><name>Bruno</name></author>
	</entry>
</feed>