isadorasophia / SNN_vhdl

Implementation of an Artificial Neural Network (ANN) on FPGA using VHDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Neural Network

Implementation of an Artificial Neural Network (ANN) on FPGA using VHDL.

The ANN is able to perform the detection of logical operations, such as XOR, AND, OR... although it could to be expanded to some more complex models.

Implements both feedforward and backpropagation. The project can be summarized as below: Alt text

It is part of a final project for MC613, Digital Circuits Laboratory, a discipline at Unicamp.

About

Implementation of an Artificial Neural Network (ANN) on FPGA using VHDL


Languages

Language:VHDL 96.2%Language:TeX 2.5%Language:C++ 1.3%Language:Makefile 0.0%