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: nilamnini/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.
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 17, 2017

  1. 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 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