Dec. 31, 2023, 2:40 p.m. | /u/jaroslavtavgen

Neural Networks, Deep Learning and Machine Learning www.reddit.com

def activation_function(number):
if number%2:
return 1
return 0

weights = [1, 1]
for x in range(2):
for y in range(2):
print(f"{x}, {y} = {activation_function(weights[0] * x + weights[1] * y)}")

Output:

0, 0 = 0 |
0, 1 = 1 |
1, 0 = 1 |
1, 1 = 0 |

layer neuralnetworks perceptron solve xor

Data Architect

@ University of Texas at Austin | Austin, TX

Data ETL Engineer

@ University of Texas at Austin | Austin, TX

Lead GNSS Data Scientist

@ Lurra Systems | Melbourne

Senior Machine Learning Engineer (MLOps)

@ Promaton | Remote, Europe

RL Analytics - Content, Data Science Manager

@ Meta | Burlingame, CA

Research Engineer

@ BASF | Houston, TX, US, 77079