Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #497 from kim-marcel/patch-3
Browse files Browse the repository at this point in the history
Adding my own version of the XOR Problem
  • Loading branch information
shiffman authored Mar 6, 2018
2 parents d52dca8 + 058bea6 commit 70560b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _CodingChallenges/92-xor.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ videos:
- title: "Neural Networks"
author: "3Blue1Brown"
playlist_id: "PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi"

contributions:
- title: "XOR with Neural Network (Java)"
author:
name: "Kim Feichtinger"
url: "https://github.com/kim-marcel/xor_with_nn"
source: "https://github.com/kim-marcel/xor_with_nn"


---

In this coding challenge, I use my Toy Neural Networks library to solve the XOR problem.
In this coding challenge, I use my Toy Neural Networks library to solve the XOR problem.

0 comments on commit 70560b1

Please sign in to comment.