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: pmgzo/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.
  • 20 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 18, 2020

  1. [Add]: coment to network.py

    pmgzo committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    c00801d View commit details
    Browse the repository at this point in the history
  2. [Add]: test on numpy

    pmgzo committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    27a5384 View commit details
    Browse the repository at this point in the history
  3. [Add]: note to run the network

    pmgzo committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    1fdb0e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcc7891 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a511a39 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    756a7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df79db3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. [Add]: new backpropagation function, to compute a fully matrix based …

    …approach on backpropagation over a mini-batch
    pmgzo committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    da9a4d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0522618 View commit details
    Browse the repository at this point in the history
  3. [Add]: comment print

    pmgzo committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    f97b039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f071c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d99081 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cbd8d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12dffce View commit details
    Browse the repository at this point in the history
  8. [Fix]: conflicted file

    pmgzo committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e16fc16 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    pmgzo authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c1f7c92 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    pmgzo authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c5b6e7c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    de3facb View commit details
    Browse the repository at this point in the history
  2. [Update]: finallly manually test the method, the new one is 1.5x fast…

    …er that the former, fix up unit test cause of floating point arithmetic
    pmgzo committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    c8d0d43 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Update README.md

    pmgzo authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ac33835 View commit details
    Browse the repository at this point in the history
Loading