Artificial Intelligence with PHP
Ctrlk
  • Getting Started
    • Introduction
    • Audience
    • How to Read This Book
    • Glossary
    • Contributors
    • Resources
    • Changelog
  • Artificial Intelligence
    • Introduction
    • Overview of AI
    • AI Capabilities in PHP
    • AI Agents
    • Theoretical Foundations of AI
    • Mathematics for AI
    • Key Application of AI
    • Practice
  • Machine Learning
    • Introduction
    • Overview of ML
    • ML Capabilities in PHP
    • Mathematics for ML
    • Data Fundamentals
    • ML Algorithms
    • Integrating ML into Web
    • Key Applications of ML
    • Practice
  • Neural Networks
    • Introduction
    • Overview of NN
    • NN Capabilities in PHP
    • Mathematics for NN
    • Types of NN
      • Classification of NN Types
      • Linear vs Non-Linear Problems in NN
      • Basic NN
        • Simple Perceptron
        • Implementation in PHP
          • Simple Perceptron with Libraries
          • Simple Perceptron with Pure PHP
      • NN with Hidden Layers
      • Deep Learning
      • Bayesian Neural Networks
      • Convolutional Neural Networks (CNN)
      • Recurrent Neural Networks (RNN)
    • Integrating NN into Web
    • Key Applications of NN
    • Practice
  • Natural Language Processing
    • Introduction
    • Overview of NLP
    • NLP Capabilities in PHP
    • Mathematics for NLP
    • NLP Processing Methods
    • Integrating NLP into Web
    • Key Applications of NLP
    • Practice
  • Computer Vision
    • Introduction
  • Overview of CV
  • CV Capabilities in PHP
  • Mathematics for CV
  • CV Techniques
  • Integrating CV into Web
  • Key Applications of CV
  • Practice
  • Robotics
    • Introduction
  • Overview of Robotics
  • Robotics Capabilities in PHP
  • Mathematics for Robotics
  • Building Robotics
  • Integration Robotics into Web
  • Key Applications of Robotics
  • Practice
  • Expert Systems
    • Introduction
    • Overview of ES
    • ES Capabilities in PHP
    • Mathematics for ES
    • Building ES
    • Integration ES into Web
    • Key Applications of ES
    • Practice
  • Cognitive Computing
    • Introduction
    • Overview of CC
    • CC Compatibilities in PHP
    • Mathematics for CC
    • Building CC
    • Integration CC into Web
    • Key Applications of CC
    • Practice
  • AI Ethics and Safety
    • Introduction
    • Overview of AI Ethics
    • Building Ethics & Safety AI
    • Key Applications of AI Ethics
    • Practice
  • Epilog
    • Summing-up
Powered by GitBook
On this page
  1. Neural Networks
  2. Types of NN
  3. Basic NN

Implementation in PHP

Simple Perceptron with LibrariesSimple Perceptron with Pure PHP
PreviousSimple PerceptronNextSimple Perceptron with Libraries

Last updated 8 months ago