We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9e3e1 commit a65f3c3Copy full SHA for a65f3c3
README.md
@@ -1,2 +1,4 @@
1
# BasicNNDemo
2
-A basic neural network written in C that mimics the behavior of an XOR logic function.
+A basic neural network written in C that mimics the behaviour of an XOR logic function.
3
+
4
+This neural network is a dense neural network which uses a sigmoid activation function. It takes two inputs and has one output.
0 commit comments