V
V
veydlin2015-07-15 19:44:26
PHP
veydlin, 2015-07-15 19:44:26

Does anyone have an example of a backpropagation neural network?

I'm looking for a simple example in a language with C-shaped syntax, without a bunch of included files in the project, without abstract mess, like a separate class for each neuron, layer, etc.
Ideally, this will be a regular main.c with a set of functions and a length of 200-300 lines of code

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
cthulhudx, 2015-07-15
@veydlin

I ask you to pay your attention to this book:
Artificial Intelligence Programming in Apps...
It has exactly what you are looking for - no OOP, no third-party libraries. There is a whole chapter on the algorithm for training neural networks with back propagation + conveniently readable listings in pure si.
Files for the book

R
Roman Mirilaczvili, 2015-07-15
@2ord

Backpropagation Network Simulator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question