PHPackages                             niisan-tokyo/phpnn - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. niisan-tokyo/phpnn

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

niisan-tokyo/phpnn
==================

The neural network (NN) written by PHP.

8621PHP

Since Oct 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/niisan-tokyo/phpnn)[ Packagist](https://packagist.org/packages/niisan-tokyo/phpnn)[ RSS](/packages/niisan-tokyo-phpnn/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

phpnn
=====

[](#phpnn)

The neural network (NN) written by PHP.

Installation
------------

[](#installation)

You can get phpnn using composer with following command:

```
composer require niisan-tokyo/phpnn:dev-master

```

Usage
-----

[](#usage)

We can use NN function approximation with php easily.

### use as a function

[](#use-as-a-function)

```
