Opened 13 years ago
Closed 12 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)
Change History (2)
by , 13 years ago
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was a requested code sample for a GSoC application, so closing this ticket.
Note:
See TracTickets
for help on using tickets.
This is a simple implementation of a multilayer feed forward back propagation neural network that classifies Iris data samples into 3 classes.