Opened 12 years ago

Closed 11 years ago

#598 closed task (fixed)

A simple Back Propagation Neural Network in C++

Reported by: Lucky Owned by: Olly Betts
Priority: normal Milestone:
Component: Other Version:
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Operating System: Microsoft Windows

Description


Attachments (1)

ann.cpp (13.8 KB ) - added by Lucky 12 years ago.
This is a simple implementation of a multilayer feed forward back propagation neural network that classifies Iris data samples into 3 classes.

Download all attachments as: .zip

Change History (2)

by Lucky, 12 years ago

Attachment: ann.cpp added

This is a simple implementation of a multilayer feed forward back propagation neural network that classifies Iris data samples into 3 classes.

comment:1 by Olly Betts, 11 years ago

Resolution: fixed
Status: newclosed

This was a requested code sample for a GSoC application, so closing this ticket.

Note: See TracTickets for help on using tickets.