# Neural Networks from Nothing

Learn how to implement a very simple neural network (just one neuron)!

Along the way, you will gain a fundamental understanding of the math and logic behind how neural networks work. For instance, weight updates, biases, and gradients.

**Please** submit this one second Google Form to get instant access to the Colab notebook. Rather than using Google Analytics, this is how I track readership in a non-invasive way :)

<https://forms.gle/bZZ98vUSQir1e9Ee9> It doesn't require email or name or literally anything!

Prerequisites:

* basic knowledge of Python
* middle school algebra
* Google Colab account (free)


---

# 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://andrew-kean-gao.gitbook.io/neural-networks-from-nothing/neural-networks-from-nothing.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.
