Skip to content

7th deliverable - Multilayer Perceptron

Latest
Compare
Choose a tag to compare
@millerhorvath millerhorvath released this 19 Dec 13:46
· 2 commits to master since this release

This repository was developed as an assignment for PEL208 (Special Learning Topics), which is a lecture of Centro Universitário FEI graduate program, presented by Prof. Phd. Reinaldo Augusto da Costa Bianchi.

The goal of this assignment is to write the code of Multilayer Perceptron model, as discussed in class.

This code was written in Python programming language.

The pandas and numpy modules have been used to manage data and compute matrix operations.