Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

RoDmitry/php-ml-NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-ml NeuralNetwork

Make your hidden layers visible

Introduction

With the help of this functions you will better understand your own network.
The network down here was trained on:

$samples = [[0,0,0],
                  [0,0,1],
                        [0,1,0],
                              [0,1,1],
                                    [1,0,0],
                                          [1,0,1],
                                                [1,1,0],
                                                      [1,1,1]];
$targets = [[0,0],[0,0],[0,1],[0,1],[1,0],[1,0],[1,1],[1,1]];

Scheme

Scheme

Text Table

Table

About

Make your hidden layers visible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages