Skip to content

kulfi-12/deep-learning-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XOR CLASSIFICATION PROBLEM

Problem Overview: The XOR (exclusive or) problem is a binary classification problem where the task is to learn a decision boundary that separates two classes of data. The challenge arises because XOR is not linearly separable, meaning a single straight line cannot accurately divide the two classes. This problem is often used to illustrate the limitations of simple linear models and the need for more complex models, such as neural networks, to solve non-linear classification tasks.

Truth Table :

image

Correct Classification: First type of results are two different cases where the regressor finds correlation between data points on the diagonals of the domain.

JnqurN1svdw3BEIYYiK3xERoX6BRm_N37QXY6d9Bo8MRqs4IGf63RsVAIh6W-z1UwNcPAODScLp6sz_AaAh7myol64Pym9TL5n6Eh297_k1K0Vlg73rwYMnJ3LQg OcGFJrZcL2RJwZIXGxwsJkkqha6D_DE53vIjaB0dNKCP46lCf-GgjmFxzCYX0xt2VfT35W-ylEjb-mlljzW9rtG3bBtQg2_u-oF_3UAk-p55AFb6DNxZBLPHwSzT

Challenges and Anomalies

Not Converging: Random weight initialization can produce values which lead to NN not converging within max iteration threshold, thus producing this "stuck" result.

9inCw3dpCyq2Ue3-fAXCdRm9R5MQX2-F-qLFH3FbxmmNc-T6qenjxrcEi6yi4aVEM0wzq5a077zotDcuNnztHuyVXUcmt0dsia5KV5a40EwkSk3-vgFsLtXq9e5U

Anomalies: Increasing the number of hidden layers and neurons in each layer, can push the network to converge faster but also causes NN to produce peculiar results.

HRAr89dAducQPZxoMRyZTd26-A5uIrzEZOA1WZgWhP4LxK_QfN4D_RZpwWzpaXtTEKgmMFsVDYAkPPsU7iRYWdGNLRjjRbbehaz3FwSAEP_-8Xhbyz1NDfHakh3T

Decoding the XOR Magic: Unveiling the Mechanics of Convergence

This is the gif that shows how the convergence happens in XOR classification

xor.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors