Associative memories

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'A.Treves', True);
add_post_meta($ID, 'Credits', '2', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>


AssocMemPicture


This course deals with the application of Statistical Mechanics to neural
network dynamics.

Main topics

  • The Hopfield model, to make evident the connection between statistical physics concepts & tools and associative memories in the cortex
  • Diversity of neural networks in the brain, to see that AM models focus on just a portion of the types of neuronal computations we would like to understand (this meeting will be on concepts, no math)
  • Multiple spaces in one memory network – an extension of the Hopfield model analytically “solved” by Francesco Battaglia (1998) and relevant to understand spatial representations in the hippocampus
  • Multiple memories in one spatial network – another extension of the Hopfield model analytically “solved” by Yasser Roudi (2004) and relevant to understand object representations in inferotemporal cortex
  • Resources

    Slides of the course: lectures 1 and 2 , lecture 3 and lecture 4 .

    Comments are closed.