readme

来自「一个功能强大的神经网络分析程序」· 代码 · 共 28 行

TXT
28
字号
Programs used to generate benchmarks.performance - Program to benchmark the performance of running the librariesquality - Program to benchmark the quality of the training algorithmsbenchmark.sh - Shell file that runs a series of benchmarksgnuplot - File containing gnuplot commands for displaying graphsIn order to run benchmarks, run:make./benchmarks.shgnuplot < gnuplotA file named allplots.ps will display the benchmark graphs.In order to generate benchmarks against other libraries (jneural andlwneuralnet), these libraries need to be installed (they can bedownloaded from http://voltar-confed.org/jneural/ andhttp://sourceforge.net/projects/lwneuralnet/). The Makefile need to bealtered to point to these libraries and the performance.cc andquality.cc files need to be altered in order to use the libraries(just uncomment a few lines in the top).Pregenerated benchmarks are available in the benchmark.pdf file.These benchmarks are generated on a AMD Athlon XP 1600+ machine (actually only 1400 MHz) with a 256 KB L2 cache and a 128 KB L1 cache.An earlier version of the library is benchmarked and commented in the full report (this benchmark also include benchmarks on an iPAQ).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?