Learning XOR problem with 1 hidden layer and two perceptron with sigmoid activation function.
- Python : Popular language for implementing Neural Network
- Jupyter Notebook : Best tool for running python cell by cell
- Google Colab : Best Space for running Jupyter Notebook with hosted server
- Numpy : Best Library for working with arrays in python
- MatPlotLib : Library for showing the charts in python
- SeaBorn : Best Library for beautifing MatPlotLib charts
- Sci-kit Learn : Best Library for implementing Neural Networks
You can easily run this code on google colab by just clicking this badge
Hidden Layer (2 neurons)
This project is licensed under the MIT License.