sadhaklal commited on
Commit
de7a49d
1 Parent(s): 130fa6f

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ Its mechanism is outlined in Figure 10-3 of Aurelien Geron's book 'Hands-On Mach
19
 
20
  Like all the other neurons in Figure 10-3, it is activated when at least two of its input connections are active.
21
 
 
 
22
  ## Usage
23
 
24
  ```
 
19
 
20
  Like all the other neurons in Figure 10-3, it is activated when at least two of its input connections are active.
21
 
22
+ Code: https://github.com/sambitmukherjee/handson-ml3-pytorch/blob/main/chapter10/logical_computations_with_neurons.ipynb
23
+
24
  ## Usage
25
 
26
  ```