We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d085a4 commit bac64a4Copy full SHA for bac64a4
README.md
@@ -7,9 +7,13 @@ Repository Contents
7
The repository includes the following Jupyter Notebooks:
8
9
XOR_Backpropagation_md.ipynb: Implementation of the XOR logic gate using backpropagation.
10
+
11
XORdeeplearning_md.ipynb: Deep learning approach to solving the XOR problem.
-md_sigmoid_neuron.ipynb: Exploration of the sigmoid neuron model.
12
13
+sigmoid_neuron.ipynb: Exploration of the sigmoid neuron model.
14
15
relu_md.ipynb: Analysis and implementation of the ReLU activation function.
16
17
********************************************************************************************************************************
18
19
## 1. XOR Problem with Backpropagation
0 commit comments