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: MichalDanielDobrzanski/DeepLearningPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jhimes2/DeepLearningPython
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.
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 29, 2021

  1. mnist_loader.py returns lists instead of zips.

    network.py and network2.py were modified to accept the lists.
    network3.py worked without changes.
    
    This should make it easier to write hand-crafted data sets, such as the
    XOR training and testing sets I plan to write.
    jhimes2 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    cdc25fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736ae32 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. uncommenting all tests

    jhimes2 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    9188d0c View commit details
    Browse the repository at this point in the history
  2. Modified network.py to only accept an XOR network

    I realized that I should delete 'test.py' because the handwritten
    examples will no longer work.
    jhimes2 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    54278f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88cfb12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c7407f View commit details
    Browse the repository at this point in the history
  5. changed learning rate to 10

    jhimes2 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2ed81ac View commit details
    Browse the repository at this point in the history
Loading