PHPackages                             noiselabs/build-your-own-neural-network - 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. noiselabs/build-your-own-neural-network

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

noiselabs/build-your-own-neural-network
=======================================

Support code for the "Build Your Own Neural Network With PHP" talk

2214PHP

Since Jun 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/noiselabs/byonn)[ Packagist](https://packagist.org/packages/noiselabs/build-your-own-neural-network)[ RSS](/packages/noiselabs-build-your-own-neural-network/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Build Your Own Neural Network
=============================

[](#build-your-own-neural-network)

Support material for the [Build your own Neural Network, with PHP!](https://joind.in/talk/7f337) talk.

Requirements
------------

[](#requirements)

- Docker and Docker Compose
- PHP 7

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

[](#installation)

With Docker:

```
$ docker-compose build

```

or (PHP and Composer installed on the host):

```
$ composer install

```

Usage
-----

[](#usage)

Included is an example with a Neural Network configured to solve an XOR:

```
#!/usr/bin/env php
