Skip to content

Basic PyTorch implementation of the famous XOR neural network

Notifications You must be signed in to change notification settings

savemuri/PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Example Neural Network in PyTorch

Introduction

This very simple, elementary example shows the PyTorch example for learning the very simple pattern XOR logical pattern.

XOR may seem like a simple operation to learn, but its history is rich. In fact the pre-cursor to the neural network, the perceptron was not able to learn this pattern and it has been argued that Artificial Intelligence research was pushed back. See more about the perceptron at https://en.wikipedia.org/wiki/Perceptron

Installing

Please install anaconda first and the pre-requisites for PyTorch.

Running

Simply run:

python XOR.py

About

Basic PyTorch implementation of the famous XOR neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%