Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.37 KB

Easy-nEural-Library

The Easy Neural Library has created for simplify work with Neural Networks.

Versions

0.1 (ALPHA 1) - First version.

0.1 (ALPHA 2) - The first mention of training.

0.1 (ALPHA 3) - Bug-Fix (fixed error with implementation BPROP learning algorithm)

0.1 (ALPHA 4) - The first mention of solving.

RELEASE 0.1 - Public Release

(Pending) 0.2 Pre-Alpha - Library reconstruction, solving errors.

Requirements

PHP >5.1

    Versions 0.2 and higher may support only PHP 7!

Example

Find in wiki

NOTICE

The comments in the code marked in Russian language :)

NOTICE 2

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

NOTICE 3

Please disable a execution time limit, when you using a biggest iteration count.

    @set_time_limit (0);