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

📄 readme

📁 python 神经网络 数据挖掘 python实现的神经网络算法
💻
字号:
This python binding is provided by Vincenzo Di Massa <hawk.it@tiscalinet.it>
and Gil Megidish <gil@megidish.net>


DESCRIPTION
===========
Using this wrapper it is possible to use libfann from python scripts.


USAGE
=====
Just 

>> from pyfan import libfann 

and then create libfann.neural_net and libfann.training_data objects

>> ann        = libfann.neural_net()
>> train_data = libfann.training_data()

Look at the examples in examples/ and at the FANN documentation and its 
C++ bindings for further reference.


FANN_TRAINER
============
There is also an easy and incomplete (but samewhat useful) fann_trainer.py 
script to do trivial and common oprations.
Feel free to extend it and to submit patches!!

To learn how to use it type:
$ python fann_trainer.py --help


TESTING
=======
To test the python bindings type 
$ make test
to build the library and execute example scripts in the example directory.


BUILDING
========
see INSTALL

⌨️ 快捷键说明

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