⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 一个功能强大的神经网络分析程序
💻
字号:
This python binding is provided by Vincenzo Di Massa <hawk.it@tiscalinet.it>and Gil Megidish <gil@megidish.net>Instructions for Windows:^^^^^^^^^^^^^^^^^^^^^^^^^MAKEMake sure to make the fann library first. You are required to haveswig and python development files installed. After you compiled thefann library, run make with the apropriate makefile (gnu or msvc.) Running build.bat will create a distribution for Windows platform. Forthat, you will need py2exe installed.NOTETwo makefiles are provided. The GNU makefile will create a shared objectfor use in GNU/cygwin environments. The MSVC makefile will create a dllfor the official Python distribution. Importing a dll made with cygwinin a standard distribution will cause python to hang.ANOTHER NOTEMSVC makefile does not compile fann sources by itself. This is done, asof the moment, by compiling them manually. This should go into the setup.py,as python supports compilation of C code, using extension tags. Due thedemand of this release, it has been postponed to a future version. One lastnote, there isn't really a need for libfann.py. It will be removed nextversion.USAGEJust import fann.Instructions for Unix/Linux:^^^^^^^^^^^^^^^^^^^^^^^^^^^^First build and install the fann library. Then run:./setup_unix.py build./setup_unix.py installInstall alone will work too, if you run it twice (a small bug).The examples/ (not installed) should work now after you copy the datasets:mkdir examples/datasetscp ../examples/xor.data ../benchmarks/datasets/mushroom.* examples/datasets/

⌨️ 快捷键说明

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