ffnet: feed-forward neural network for python
Basic usage of the package is outlined below:
>>> from ffnet import ffnet, mlgraph, savenet, loadnet, exportnet
>>> conec = mlgraph( (2,2,1) )
>>> net = ffnet(conec)
>>> input = [ [0.,0.], [0.,1.], [1.,0.], [1.,1.] ]
>>> target = [ [1.], [0.], [0.], [1.] ]
>>> net.train_tnc(input, target, maxfun = 1000)
>>> net.test(input, target, iprint = 2)
>>> savenet(net, "xor.net")
>>> exportnet(net, "xor.f")
>>> net = loadnet("xor.net")
>>> answer = net( [ 0., 0. ] )
>>> partial_derivatives = net.derivative( [ 0., 0. ] )
For instalation instructions and documentation go to http://ffnet.sourceforge.net.
Note: ffnet has now a graphical user interface ffnetui.
Release notes
0.8.3
License switched to LGPL. Only minor updates in code are performed, no API changes are made. Along with this version, new graphical user interface ffnetui-0.8.3 has been released.
0.8.0
This version supports python 3. Only minor changes in code (and no API changes) are made in comparison to previous release, all scripts should run without problems.
Release files for ffnet 0.8.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| ffnet-0.8.3.zip | 63.5 kB | Details | |
| ffnet-0.8.3.tar.gz | 69.1 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| ffnet-0.8.3.win-amd64-py3.4.exe | Details | |||
| ffnet-0.8.3.win-amd64-py2.7.exe | Details | |||
| ffnet-0.8.3.win32-py3.4.exe | Details | |||
| ffnet-0.8.3.win32-py2.7.exe | Details |
Total release size: 2.5 MB
Release files / ffnet-0.8.3.zip
| Download URL | ffnet-0.8.3.zip |
|---|---|
| Size | 63.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1aaf35158239cd1e6f63504e884683abac87c77919af36cbefbf1169fed5d1a2
|
|
BLAKE2b-256 checksum How to use checksums |
69178baf440d6e88a4d7564aa58bbb7865f125c45ac77260d596efc58c2eaad0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ffnet-0.8.3.tar.gz
| Download URL | ffnet-0.8.3.tar.gz |
|---|---|
| Size | 69.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d7befca0247108fc05fb7ebe7cdcff78eb642c4ab8c93215f592dcfed0f29f6
|
|
BLAKE2b-256 checksum How to use checksums |
4eb9148b4bf5406d2a4589ba03a5a15afc3a8805df5d34420096b77272050f00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ffnet-0.8.3.win-amd64-py3.4.exe
| Download URL | ffnet-0.8.3.win-amd64-py3.4.exe |
|---|---|
| Size | 650.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c7b52656c4bbb1dfc5d52b7ea8717fbc3b3b9418df34c6ce79b1e22cdaf2709
|
|
BLAKE2b-256 checksum How to use checksums |
063c3f810dcfd846988294e5889ee79d15dcac1811476f03033daf95bdc3fad6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ffnet-0.8.3.win-amd64-py2.7.exe
| Download URL | ffnet-0.8.3.win-amd64-py2.7.exe |
|---|---|
| Size | 645.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
503e8f54f8043c1d2da10d1a4dc362a00d4ea5c9df8cc1fb91fc44652acd90a2
|
|
BLAKE2b-256 checksum How to use checksums |
169d095722afb9bbb15758b1bf84042449fa327f8c44f018f3811a653b919086
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ffnet-0.8.3.win32-py3.4.exe
| Download URL | ffnet-0.8.3.win32-py3.4.exe |
|---|---|
| Size | 535.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9ca3b335b608fc74d26d76b5f46200c2026e6e4232d514c175927aa1c00e0949
|
|
BLAKE2b-256 checksum How to use checksums |
b6be57d1e8f15050dc67ea71fa5e76a25f55ef938d7447101b305dff66eec53b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ffnet-0.8.3.win32-py2.7.exe
| Download URL | ffnet-0.8.3.win32-py2.7.exe |
|---|---|
| Size | 540.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
87b21895f6fcf105cba76c3fad17ae40c048f945575de73d127945bbf2dde6a1
|
|
BLAKE2b-256 checksum How to use checksums |
21d23af82867d98dcba72525ef269aa18b701c2c1b58fd5fb9371f237bd2b282
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |