Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rahuldecoded/pythonNNexample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stmorgan/pythonNNexample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 10, 2017

  1. Configuration menu
    Copy the full SHA
    97fe9c5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Update README.md

    InDieTasten authored May 13, 2017
    Configuration menu
    Copy the full SHA
    4e3ac71 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Merge pull request stmorgan#3 from InDieTasten/patch-1

    Fix typo in readme
    stmorgan authored May 15, 2017
    Configuration menu
    Copy the full SHA
    ece85b4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    a945596 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. 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
    codingyourlife authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    a4a4450 View commit details
    Browse the repository at this point in the history
  2. small text improvement

    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
    codingyourlife authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    9ad9aef View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. 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.
    TravisA9 authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    8d81c20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stmorgan#8 from TravisA9/master

    julia version for those who wish to have it. From TravisA9
    stmorgan authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    a8cfcb1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request stmorgan#6 from codingyourlife/patch-1

    XOR linked to wikipedia XOR page
    stmorgan authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    a894ffa View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Pollish code

    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.
    TravisA9 authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    374477b View commit details
    Browse the repository at this point in the history
  2. Create juliaStyle.jl

    TravisA9 authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    61e1905 View commit details
    Browse the repository at this point in the history
  3. Update juliaStyle.jl

    TravisA9 authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3859033 View commit details
    Browse the repository at this point in the history
  4. Merge pull request stmorgan#9 from TravisA9/master

    Pollish code
    stmorgan authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2c5d374 View commit details
    Browse the repository at this point in the history
  5. Merge pull request stmorgan#7 from codingyourlife/patch-2

    small text improvement
    stmorgan authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    678e501 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    e4ae089 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Update README.md

    stmorgan authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    3da5028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd1a3d View commit details
    Browse the repository at this point in the history
Loading