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: donkikos/DeepLearningPython35
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
  • 7 files changed
  • 1 contributor

Commits on Jul 25, 2017

  1. Added network_mat.py which uses numpy arrays backpropagation algorith…

    …m. Copied network.py and changed ONLY update_mini_batch function.
    
    test_mat.py is for comparing network.py and network_mat.py.
    
    test_my.py is for running tests.
    donkikos committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    0e08aee View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Updated README.md

    donkikos committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    cc0697a View commit details
    Browse the repository at this point in the history
  2. Removed test_my.py

    donkikos committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    755054b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c062a8b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    835b5bd View commit details
    Browse the repository at this point in the history
  2. Updated README

    donkikos committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    5a48172 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Update README.md

    donkikos authored Sep 6, 2017
    Configuration menu
    Copy the full SHA
    501c8d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. added elephant.py

    donkikos committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    fa3afbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77724a6 View commit details
    Browse the repository at this point in the history
Loading