Skip to content

Commit bac64a4

Browse files
remodified Readme
1 parent 3d085a4 commit bac64a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Repository Contents
77
The repository includes the following Jupyter Notebooks:
88

99
XOR_Backpropagation_md.ipynb: Implementation of the XOR logic gate using backpropagation.
10+
1011
XORdeeplearning_md.ipynb: Deep learning approach to solving the XOR problem.
11-
md_sigmoid_neuron.ipynb: Exploration of the sigmoid neuron model.
12+
13+
sigmoid_neuron.ipynb: Exploration of the sigmoid neuron model.
14+
1215
relu_md.ipynb: Analysis and implementation of the ReLU activation function.
16+
1317
********************************************************************************************************************************
1418

1519
## 1. XOR Problem with Backpropagation

0 commit comments

Comments
 (0)