Skip to content

I am attempting to reproduce Rumelhart and McClelland's (1986) connectionist experiment from the book Paralell Distributed Processing, chapter "On learning the past tense of english verbs", but applied to the portuguese language.

beatrizalbiero/MsResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Introduction

This is an attempt at reproducing Rumelhart and McClelland's (1986) connectionist experiment described in the book Paralell Distributed Processing, chapter "On learning the past tense of English verbs", with Brazilian Portuguese as a target language.

In this book, Rumelhart and McClelland describe a new theory of cognition called connectionism that is challenging the idea of symbolic computation that has traditionally been at the center of debate in theoretical discussions about the mind.

The authors' theory assumes the mind is composed of a great number of elementary units connected in a neural network. Mental processes are interactions between these units which excite and inhibit each other in parallel rather than sequential operations. In this context, knowledge can no longer be thought of as stored in localized structures; instead, it consists of the connections between pairs of units that are distributed throughout the network.

In the chapter "On learning the past tense of English verbs", Rumelhart and McClelland describe an experiment in which a feedforward neural network was developed in order to find patterns among phonological features between present and past tense forms of English verbs.

My Project

V.1 of this project was an attempt of reproducing the same experiment using the same architecture as the authors (a Feed Forward Network). See Results

V.2 approches this same challenge with the help of a much modern architecture, the enconder-decoder. See Results

The Corpus

All the necessary information about the corpus can be found here.

TODO: Update information about the new Corpus.

About

I am attempting to reproduce Rumelhart and McClelland's (1986) connectionist experiment from the book Paralell Distributed Processing, chapter "On learning the past tense of english verbs", but applied to the portuguese language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published