登录
首页 » C/C++ » FastArtificialNeuralNetwork2.2

FastArtificialNeuralNetwork2.2

于 2016-03-17 发布 文件大小:2223KB
0 57
下载积分: 1 下载次数: 3

代码说明:

  Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。(Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. )

文件列表:

FANN-2.2.0-Source
.................\.gitignore,554,2012-01-24
.................\bin
.................\...\.gitignore,18,2012-01-24
.................\...\fanndouble.dll,63488,2012-01-24
.................\...\fanndouble.lib,42626,2012-01-24
.................\...\fannfixed.dll,43008,2012-01-24
.................\...\fannfixed.lib,38980,2012-01-24
.................\...\fannfloat.dll,65024,2012-01-24
.................\...\fannfloat.lib,42424,2012-01-24
.................\...\simple_train_double.exe,7680,2012-01-24
.................\...\simple_train_float.exe,7680,2012-01-24
.................\...\xor.data,36,2012-01-24
.................\...\xor_test_fixed.exe,8704,2012-01-24
.................\...\xor_test_float.exe,8704,2012-01-24
.................\...\xor_train.exe,9216,2012-01-24
.................\cmake
.................\.....\config.h.cmake,192,2012-01-24
.................\.....\fann.pc.cmake,255,2012-01-24
.................\.....\Modules
.................\.....\.......\DefineInstallationPaths.cmake,3959,2012-01-24
.................\CMakeLists.txt,2107,2012-01-24
.................\COPYING.txt,26934,2012-01-24
.................\datasets
.................\........\abelone.test,181739,2012-01-24
.................\........\abelone.train,181645,2012-01-24
.................\........\bank32fm.test,611921,2012-01-24
.................\........\bank32fm.train,611732,2012-01-24
.................\........\bank32nh.test,609408,2012-01-24
.................\........\bank32nh.train,609373,2012-01-24
.................\........\building.test,294763,2012-01-24
.................\........\building.train,294805,2012-01-24
.................\........\census-house.test,648984,2012-01-24
.................\........\census-house.train,648963,2012-01-24
.................\........\diabetes.test,26922,2012-01-24
.................\........\diabetes.train,27167,2012-01-24
.................\........\gene.test,393587,2012-01-24
.................\........\gene.train,393835,2012-01-24
.................\........\kin32fm.test,535747,2012-01-24
.................\........\kin32fm.train,535698,2012-01-24
.................\........\mushroom.test,1039883,2012-01-24
.................\........\mushroom.train,1039883,2012-01-24
.................\........\parity13.test,245770,2012-01-24
.................\........\parity13.train,245770,2012-01-24
.................\........\parity8.test,5128,2012-01-24
.................\........\parity8.train,5128,2012-01-24
.................\........\pumadyn-32fm.test,153069,2012-01-24
.................\........\pumadyn-32fm.train,153069,2012-01-24
.................\........\robot.test,97940,2012-01-24
.................\........\robot.train,62299,2012-01-24
.................\........\scaling.data,23334,2012-01-24
.................\........\soybean.test,222545,2012-01-24
.................\........\soybean.train,225311,2012-01-24
.................\........\thyroid.test,330986,2012-01-24
.................\........\thyroid.train,330993,2012-01-24
.................\........\two-spiral.test,4240,2012-01-24
.................\........\two-spiral.train,4240,2012-01-24
.................\examples
.................\........\.gitignore,246,2012-01-24
.................\........\cascade_train.c,3610,2012-01-24
.................\........\Makefile,3105,2012-01-24
.................\........\momentums.c,1884,2012-01-24
.................\........\mushroom.c,2231,2012-01-24
.................\........\robot.c,1998,2012-01-24
.................\........\scaling_test.c,921,2012-01-24
.................\........\scaling_train.c,1124,2012-01-24
.................\........\simple_test.c,1141,2012-01-24
.................\........\simple_train.c,1528,2012-01-24
.................\........\steepness_train.c,3522,2012-01-24
.................\src
.................\...\CMakeLists.txt,1169,2012-01-24
.................\...\doublefann.c,1053,2012-01-24
.................\...\fann.c,58729,2012-01-24
.................\...\fann_cascade.c,34062,2012-01-24
.................\...\fann_error.c,5892,2012-01-24
.................\...\fann_io.c,25874,2012-01-24
.................\...\fann_train.c,30898,2012-01-24
.................\...\fann_train_data.c,33298,2012-01-24
.................\...\fixedfann.c,1052,2012-01-24
.................\...\floatfann.c,1052,2012-01-24
.................\...\include
.................\...\.......\CMakeLists.txt,243,2012-01-24
.................\...\.......\compat_time.h,3493,2012-01-24
.................\...\.......\config.h,160,2012-01-24
.................\...\.......\doublefann.h,1024,2012-01-24
.................\...\.......\fann.h,20288,2012-01-24
.................\...\.......\fann_activation.h,6672,2012-01-24
.................\...\.......\fann_cascade.h,20542,2012-01-24
.................\...\.......\fann_cpp.h,128281,2012-01-24
.................\...\.......\fann_data.h,26055,2012-01-24
.................\...\.......\fann_error.h,5510,2012-01-24
.................\...\.......\fann_internal.h,5600,2012-01-24
.................\...\.......\fann_io.h,3569,2012-01-24
.................\...\.......\fann_train.h,42242,2012-01-24
.................\...\.......\fixedfann.h,1013,2012-01-24
.................\...\.......\floatfann.h,1018,2012-01-24
.................\VS2010
.................\......\cascade_train
.................\......\.............\cascade_train.vcxproj,4345,2012-01-24
.................\......\.............\cascade_train.vcxproj.filters,229,2012-01-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104287会员总数
  • 49今日下载