sadhaklal commited on
Commit
91c66a5
1 Parent(s): e5b58a8

added truth table to README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -5,7 +5,12 @@ library_name: pytorch
5
 
6
  # identity
7
 
8
- A neuron that performs the IDENTITY logical computation.
 
 
 
 
 
9
 
10
  It is inspired by McCulloch & Pitts' 1943 paper 'A Logical Calculus of the Ideas Immanent in Nervous Activity'.
11
 
 
5
 
6
  # identity
7
 
8
+ A neuron that performs the IDENTITY logical computation. It generates the following truth table:
9
+
10
+ | A | C |
11
+ | - | - |
12
+ | 0 | 0 |
13
+ | 1 | 1 |
14
 
15
  It is inspired by McCulloch & Pitts' 1943 paper 'A Logical Calculus of the Ideas Immanent in Nervous Activity'.
16