Skip to content

Commit 1e2a30d

Browse files
Merge pull request #479 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents ee232e7 + 66323ec commit 1e2a30d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,13 @@ plt.show()
13441344
<br>
13451345

13461346

1347+
## VII - [Artificial Neural Networks – Gradient Descent]():
1348+
1349+
This section provides a concise overview of the fundamental concepts behind Artificial Neural Networks (ANNs) and the Gradient Descent algorithm used for training them. It introduces key ideas such as the perceptron model, multilayer perceptrons (MLPs), error correction learning, and the backpropagation algorithm.
1350+
1351+
For a complete and detailed explanation, including all theoretical background, mathematical derivations, and implementation code, please refer to the dedicated repository [**Artificial Neural Networks – Gradient Descent**](), which contains the full content and examples.
1352+
1353+
This summary is part of a larger collection of topics related to neural networks and machine learning, designed to provide both conceptual understanding and practical tools.
13471354

13481355

13491356

0 commit comments

Comments
 (0)