rindow
  • Projects
    Neural Networks Mathematics Framework
  • Blog
  • About

Rindow Neural Networks

Neural networks library for PHP

  1. Rindow Neural Networks
  2. Getting started

Getting started

Rindow Neural Networks makes it easy to create machine learning models even using PHP. No dedicated machine learning environment is required.

Rindow Neural Networks is designed to be easy for beginners in machine learning to understand.

Please see the guide below.

  • Installation guide
  • Tutorials
  • How to use guide
  • API reference

Read Rindow Neural Networks installation =>

  • Previous
  • Up
  • Next
Rindow Neural Networks
Rindow Neural Networks installation

Search

Contents

  • Home
    • Overview
    • Why do deep learning with PHP?
    • Requirements
    • Note
  • Getting started
  • Installation
  • Tutorials
    • Basic image clasification on PHP
    • Convolutional Neural Network(CNN) on PHP
    • Learning to add numbers with seq2seq on PHP
    • Neural machine translation with attention on PHP
    • Neural machine translation with transformer on PHP
  • How to guide
    • Builders
      • Root Builder
      • Subclass Builders
    • How to use Sequential model
      • Sequential model
      • Specifying the input shape
      • Compilation
      • Training
      • Survey
      • Prediction
    • How to create a custom model
      • Custom model
      • Compilation
      • Training
      • Survey
      • Prediction
    • Automatic Differentiation
      • Automatic Differentiation and Gradients
      • Variables
      • Functions
      • Gradient Calculation
      • Model training
      • Compiling the computational graph
  • API reference

rindow™(2025) All rights reserved.

  • About