WARNING ⚠️

You are currently on the experimental site.

But you're actually lucky I haven't done anything too experimental here yet, so no danger.




Activate the neuron!

Your task is to find the right weights and biases to successfully activate the neuron in both patterns by fulfilling the activation formula. This means, you will take the place of the backpropagation algorithm and try to tweak your neural network in a way which activates the neuron which is needed to produce the correct output for humans.

Remember: you can only tweak weight 1, weight 2 and bias!
(If you change the weight for pattern 1 it will change for pattern 2 as well)
Activation formula: 0 < result < 5


pattern 1
2 × weight1 = x1
+ = y1 + bias = result1
6 × weight2 = x2

pattern 2
3 × weight1 = x3
+ = y2 + bias = result2
5 × weight2 = x4