Vinetos / neural-network-xor

Implements a neural network learning XOR gate in your favourite languages !
The Unlicense
3 stars 1 forks source link

Add your own implementation of a neural network learning XOR #3

Open Vinetos opened 3 years ago

Vinetos commented 3 years ago

You are learning AI ? Neural Network ? Share your research and contribute to the Hacktoberfest !

The target is to add as many user approach as possible !

How to contribute ?

  1. Forks the project
  2. Add your implementation following the file architecture
  3. Submit a Pull Request
  4. Enjoy :D

Warning

Pull requests will be reviewed to avoid spamming :)

NirmalSilwal commented 3 years ago

Hi @Vinetos, can you explain what you are referring as "neural network learning XOR" ? Do you mean to implement neural net using XOR gate or something else?

Vinetos commented 3 years ago

Hello ! The target is to create a Neural Network using the way you want. The only rules is that the network should learn the xor gate !

NirmalSilwal commented 3 years ago

I can see one of the implementation by you already. Is the target to add as many user approach as possible?

Vinetos commented 3 years ago

Yep exactly

namanshah01 commented 3 years ago

Hey @Vinetos you have already made in a program for this in python. Can I create another neural net using tensorflow, or will I have to use another language as a whole to contribute to this.

Vinetos commented 3 years ago

You can create another version with Python and TensorFlow 👍 Juste push it in /python/username 👌

namanshah01 commented 3 years ago

Oh thanks, so can i work please?

Vinetos commented 3 years ago

Go for it 😁