Download the PHP package rindow/rindow-neuralnetworks without Composer

On this page you can find all versions of the php package rindow/rindow-neuralnetworks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package rindow-neuralnetworks

Rindow Neural networks

Status: Build Status Downloads Latest Stable Version License

Rindow Neural Network Library is a high-level neural network library for deep learning.

Overview

Like Keras in Python, you can easily write network models in PHP.

Website:

Speeding up

The external libraries rindow-matlib and OpenBLAS can be used to perform calculations at speeds close to CPU versions of TensorFlow. Models trained on laptops are available on popular web hosting. Deep learning is also available on popular PHP web hosting services.

GPU acceleration

It supports GPU acceleration using OpenCL. You can also use GPUs other than n-vidia if they support OpenCL. It can also be used with an integrated GPU installed in your laptop.

Linked library

Required environment

Install

Please install using Composer.

If you use it as is, it will take time to learn. In order to increase speed, we strongly recommend that you install a high-speed calculation library.

Please set up an external library.

Prebuilt binaries:

Please set up according to your environment. Click here for detailed instructions.

memory expansion:

Depending on the amount of data you use, you may need to increase the maximum amount of memory that PHP uses.

Especially when dealing with image data, the amount of sample data becomes enormous and requires more memory capacity than expected.

For example, change memory_limit in php.ini as follows.

memory_limit = 8G

Model description

The sample directory provides source code for simple image learning.

Please run as follows:

*Please specify an appropriate viewer for RINDOW_MATH_PLOT_VIEWER.

If done correctly, a graph of the learning process will be displayed.

GPU/OpenCL support

Please download the binary.

Set up the binary files according to your environment. Detailed instructions here https://github.com/rindow/rindow-math-matrix-matlibffi/

Please set environment variables.

*For RINDOW_NEURALNETWORKS_BACKEND, you can specify not only a name such as rindowclblast, but also the OpenCL device type and a set of Platform-ID and Device-ID. For example, "rindowclblast::GPU" or "rindowclblast::0,0"


All versions of rindow-neuralnetworks with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
rindow/rindow-math-matrix Version ~2.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rindow/rindow-neuralnetworks contains the following files

Loading the files please wait ....