From 36223430b325bbafa0a0373f1df0214809dc729c Mon Sep 17 00:00:00 2001 From: Jonathan Richer <36356746+codeMeHtm@users.noreply.github.com> Date: Wed, 21 Mar 2018 16:41:12 -0400 Subject: [PATCH 1/2] Create a README in the xor example --- examples/xor/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/xor/README.md diff --git a/examples/xor/README.md b/examples/xor/README.md new file mode 100644 index 0000000..7f9c89d --- /dev/null +++ b/examples/xor/README.md @@ -0,0 +1,6 @@ +## Variations: + +I literally copied this code from the video, +but then, I added a little bit more. Here is +the project that I made: +* [NN XOR](https://codemehtm.github.io/nn) From 20bc3db6bc54a48dc9f1bcaa6a52bcc805c673ce Mon Sep 17 00:00:00 2001 From: Jonathan Richer <36356746+codeMeHtm@users.noreply.github.com> Date: Thu, 22 Mar 2018 17:22:11 -0400 Subject: [PATCH 2/2] Update the structure of the README file --- examples/xor/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/xor/README.md b/examples/xor/README.md index 7f9c89d..dfc9875 100644 --- a/examples/xor/README.md +++ b/examples/xor/README.md @@ -1,6 +1,3 @@ ## Variations: -I literally copied this code from the video, -but then, I added a little bit more. Here is -the project that I made: -* [NN XOR](https://codemehtm.github.io/nn) +* [NN XOR](https://codemehtm.github.io/nn) by cdeMtHtm - "I literally copied this from the video, but then, I added a little bit more."