#006 PyTorch – Solving the famous XOR problem using Linear classifiers with PyTorch
Highlights: One of the most historical problems in the Neural Network arena is the classic XOR problem where predicting the output of the ‘Exclusive OR’ gate becomes increasingly difficult using traditional linear classifier methods. In this post, we will study the expressiveness and limitations of Linear Classifiers, and understand how to solve the XOR problem in two different ways. So let’s begin. Tutorial Overview: Logistic Regression Model Simple Logical Boolean Operator Problems The OR…
Read more