Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.21 KB

Zebra finch song learning model

The Zebra Finch Bird Song Learning Model project aims to model the loss in performance of zebra finches after sleep which correlates with an increase in song reproduction at the end of their development. We believe this is due because the zebra finch restructures its knowledge during its sleep.

This project is done during my final internship for the Cogmaster in the AMAC team at the Institut des Systèmes Intelligents et de Robotique in Paris. This project is part of the DREAM project.

Architecture

The architecture of this model is a two part algorithm: One is a day part, and the second one is a night part. These parts do different things. The day part is an optimisation algorithm, whereas the night part is a restructuration algorithm.

Several model of learning for day and for night have been implemented.

Notebook

You can follow my research notebook to see the progression of my work.