readme
来自「* Lightweight backpropagation neural net」· 代码 · 共 9 行
TXT
9 行
This directory contains the lwneuralnet library itself. Type 'make'to compile the library.To use the library, #include "lwneuralnet.h" in your C/C++ applicationand link with liblwneuralnet.a. The source code of the library is mainlyin network.c. The file generate_sigma.c is used to generate aninterpolation table for the sigmoidal function. The file it generates,interpolation.c, is #included in network.c.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?