PHP Classes

File: CLASSES/Loss_BinaryCrossentropy.php

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   CLASSES/Loss_BinaryCrossentropy.php   Download  
File: CLASSES/Loss_BinaryCrossentropy.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 1 month ago
Size: 207 bytes
 

Contents

Class file image Download
<?PHP
namespace NameSpaceLossBinaryCrossentropy;

include_once(
"Headers.php");

use
NameSpaceNumpyLight\NumpyLight as np; // simulating numpy from python
use NameSpaceRandomGenerator\RandomGenerator;



?>