# Basic NN

A basic neural network that uses a Simple Perceptron. The Simple Perceptron is a fundamental building block in machine learning and neural networks, inspired by the functioning of biological neurons.

Developed by **Frank Rosenblatt** in 1958, it offers a straightforward approach to binary classification tasks. Despite its simplicity, the perceptron laid the groundwork for the development of modern neural networks. This chapter explores the structure, working mechanism, strengths, and limitations of the Simple Perceptron, along with a practical implementation using PHP.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apphp.gitbook.io/artificial-intelligence-with-php/neural-networks/types-of-nn/basic-nn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
