Hello everyone!! Before starting with part 2 of implementing logic gates using Neural networks, you would want to go through part1 first.
From part 1, we had figured out that we have two input neurons or x vector having values as x1 and x2 and 1 being the bias value. The input values, i...