Giter Club home page Giter Club logo

Comments (4)

dennybritz avatar dennybritz commented on June 26, 2024

Good catch. Do you mind submitting a PR with the working version?

from nn-from-scratch.

turgu1 avatar turgu1 commented on June 26, 2024

I tried to do it but doing the modification in Jupiter creates a lot of other changes in the file beyond adding the three lines that follow. As I'm using Python v3.x, I don't wan't to generate more issues...:

Gradient descent parameters (I picked these by hand)

epsilon = 0.01 # learning rate for gradient descent
reg_lambda = 0.01 # regularization strength

from nn-from-scratch.

jtpio avatar jtpio commented on June 26, 2024

All the other changes are probably related to the cell metadata used for the notebook (collapsed, execution_count...).
Anyway, #5 should fix it! (and the diff is kept to the bare minimum).

from nn-from-scratch.

dennybritz avatar dennybritz commented on June 26, 2024

Thanks! Yeah, the other changes are the probably the cached results in the notebook. Could also just clean the output after changing the code. Anyway, I'm closing this. Thanks for the PR.

from nn-from-scratch.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.