Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 361 Bytes

README.md

File metadata and controls

16 lines (6 loc) · 361 Bytes

ABOUT

In this mini project, we train a simple feed forward neural network to learn the XOR function. The motive is to understand what the hidden layer is doing and how the neural network transforms the data non-linearly.

REFERENCES

www.deeplearningbook.org | Chapter 6 | Page 167 (Learning XOR)