-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: codingyourlife/pythonNNexample
base: master
head repository: stmorgan/pythonNNexample
compare: master
- 13 commits
- 4 files changed
- 3 contributors
Commits on Sep 17, 2017
-
XOR linked to wikipedia XOR page
I didn't know that the X in XOR stands for exclusive so after getting that I thought that description part can be improved
Configuration menu - View commit details
-
Copy full SHA for a4a4450 - Browse repository at this point
Copy the full SHA a4a4450View commit details -
Re-running a cell generating random numbers in jupyter doesn't give the same result when seed is set. But it helps when saying "Kernel Restart & Run All" then the random numbers stay the same
Configuration menu - View commit details
-
Copy full SHA for 9ad9aef - Browse repository at this point
Copy the full SHA 9ad9aefView commit details
Commits on Sep 26, 2017
-
julia version for those who wish to have it.
I know that the project has "python" in it's name but I really liked the example in spite of my tend to preference of julia. This is just a bare-bones copy without the comments or any attempt to optimize. In spite of this it runs over twice as fast as the python version on my machine. I don't know how fair the comparison is. There is one small difference... I did not seed the random number generator... just out of laziness.
Configuration menu - View commit details
-
Copy full SHA for 8d81c20 - Browse repository at this point
Copy the full SHA 8d81c20View commit details -
Merge pull request stmorgan#8 from TravisA9/master
julia version for those who wish to have it. From TravisA9
Configuration menu - View commit details
-
Copy full SHA for a8cfcb1 - Browse repository at this point
Copy the full SHA a8cfcb1View commit details -
Merge pull request stmorgan#6 from codingyourlife/patch-1
XOR linked to wikipedia XOR page
Configuration menu - View commit details
-
Copy full SHA for a894ffa - Browse repository at this point
Copy the full SHA a894ffaView commit details
Commits on Jan 10, 2018
-
In keeping this as much like the original example as possible I went ahead and seeded the rand function. On the other hand, I used randn (normalised) instead since that is something that's built in in julia. I also took code out of global scope since that is highly discouraged in julia due to the speed penalty imposed.
Configuration menu - View commit details
-
Copy full SHA for 374477b - Browse repository at this point
Copy the full SHA 374477bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e1905 - Browse repository at this point
Copy the full SHA 61e1905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3859033 - Browse repository at this point
Copy the full SHA 3859033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5d374 - Browse repository at this point
Copy the full SHA 2c5d374View commit details -
Merge pull request stmorgan#7 from codingyourlife/patch-2
small text improvement
Configuration menu - View commit details
-
Copy full SHA for 678e501 - Browse repository at this point
Copy the full SHA 678e501View commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e4ae089 - Browse repository at this point
Copy the full SHA e4ae089View commit details
Commits on Dec 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3da5028 - Browse repository at this point
Copy the full SHA 3da5028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd1a3d - Browse repository at this point
Copy the full SHA 3bd1a3dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master