文件名称:tp2-multicouche
介绍说明--下载内容均来自于网络,请自行研究使用
Backpropagation with momentum *
by Andres Perez-Uribe *
References :
- G. Hinton, "How neural networks learn from experience",
Scientific American, sep 1992.
- P. Werbos, "The Roots of Backpropagation: From ordered derivatives
to Neural Neworks and Political Forecasting", John Wiley and Sons,
New York, 1994
Compile : gcc -o Bkprop Bkprop.c -lm
Run : see example at the end of the C code.
There is no guarantee that the code will do what you
expect or that it is error free. It is simply meant
to provide a useful way to experiment with the
Backpropagation learning algorithm.
Update Oct 7/99...thanks to Stephane Pouyet
change of variable names for the sake of clarity
The original names came from Hinton s paper.-Backpropagation with momentum *
by Andres Perez-Uribe *
References :
- G. Hinton, "How neural networks learn from experience",
Scientific American, sep 1992.
- P. Werbos, "The Roots of Backpropagation: From ordered derivatives
to Neural Neworks and Political Forecasting", John Wiley and Sons,
New York, 1994
Compile : gcc -o Bkprop Bkprop.c -lm
Run : see example at the end of the C code.
There is no guarantee that the code will do what you
expect or that it is error free. It is simply meant
to provide a useful way to experiment with the
Backpropagation learning algorithm.
Update Oct 7/99...thanks to Stephane Pouyet
change of variable names for the sake of clarity
The original names came from Hinton s paper.
by Andres Perez-Uribe *
References :
- G. Hinton, "How neural networks learn from experience",
Scientific American, sep 1992.
- P. Werbos, "The Roots of Backpropagation: From ordered derivatives
to Neural Neworks and Political Forecasting", John Wiley and Sons,
New York, 1994
Compile : gcc -o Bkprop Bkprop.c -lm
Run : see example at the end of the C code.
There is no guarantee that the code will do what you
expect or that it is error free. It is simply meant
to provide a useful way to experiment with the
Backpropagation learning algorithm.
Update Oct 7/99...thanks to Stephane Pouyet
change of variable names for the sake of clarity
The original names came from Hinton s paper.-Backpropagation with momentum *
by Andres Perez-Uribe *
References :
- G. Hinton, "How neural networks learn from experience",
Scientific American, sep 1992.
- P. Werbos, "The Roots of Backpropagation: From ordered derivatives
to Neural Neworks and Political Forecasting", John Wiley and Sons,
New York, 1994
Compile : gcc -o Bkprop Bkprop.c -lm
Run : see example at the end of the C code.
There is no guarantee that the code will do what you
expect or that it is error free. It is simply meant
to provide a useful way to experiment with the
Backpropagation learning algorithm.
Update Oct 7/99...thanks to Stephane Pouyet
change of variable names for the sake of clarity
The original names came from Hinton s paper.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tp2-multicouche.c