文件名称:mnist-fann:使用libfann在MNIST上训练简单MLP的AC程序
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-31 00:18:34
Python
米尼斯特·范恩 使用libfann在MNIST上训练简单MLP的AC程序 MNIST数据: 平台:Ubuntu 14.04 依存关系: 须藤apt-get install gcc sudo apt-get安装libfann2 libfann-dbg 档案: 打字稿-示例训练输出,测试集上有分类错误 train2.c-培训师 Compilation: gcc -o train2 train2.c -lfann Usage: Expects files train.fann and test.fann in working directory ./train2 idxToCsv.py:将MNIST二进制数据文件转换为libfann兼容的文本格式。 Usage: ./idxToCsv.py -h - Show help Example: ./idxTo
【文件预览】:
mnist-fann-master
----train2.c(3KB)
----idxToCsv.py(5KB)
----LICENSE(1KB)
----README.md(818B)
----.gitignore(17B)
----typescript(32KB)