GithubHelp home page GithubHelp logo

sam-jain / xor_neuralnet Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 265 KB

2 approaches to make and train a neural network to solve one of the basic XOR Problem.

License: Apache License 2.0

Python 100.00%

xor_neuralnet's Introduction

XOR problem solved using Neural Network and Machine Learning

This project involves 2 approaches to make and train a neural network to solve the basic XOR Problem. The first approach is using the Back Propagation Network using the numpy and the second one using Feed Forward Network using neuralpy.

Getting Started

Prerequisites

Since this project is implemented in Python, you need to know about basic programming in python. Also, 2 external libraries are used which are:

  1. Neuralpy
  2. Numpy To install these dependencies use
pip install numpy
pip install neuralpy

Executing the code

Use an IDE or simply python command line to execute the programs.

Output

For Feed Forward Network

[0.967022732] [0.034269741] [0.954815775] [0.042835310]

For Back Propagation Network

Output After Training [0.00966449] [0.00786506] [0.99358898] [0.99211957]

Built with

  • PyCharm

Author

  • Sanyam Jain

xor_neuralnet's People

Contributors

sam-jain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.