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.

davidsennin23/MsResearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Project Summary

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.

The Corpus

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

TODO: Update information about the new Corpus.

The Wickelfeatures Net

This is the net scheme that I've built to predict conjugations for Brazilian Portuguese. (present - first person) In this net, I've used the same network architecture as researchers Rumelhart and McClelland did.

alt text

To build this net, I've used the API KERAS

Encoder-Decoder

I'm currently studying the same task with an encoder-decoder architecture.

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

Languages

  • Jupyter Notebook 94.6%
  • Python 5.4%