Code Monkey home page Code Monkey logo

deeplearning.ai's Issues

some solutions in COURSE 2 notebooks

By accident, I find some solutions are there in COURSE 2 Improving Deep Neural Networks Hyperparameter tuning, Regularization and Optimization/week7/improv_utils.py

Update

Hi @ShahariarRabby there's a "Residual Networks - v2.ipynb" on Coursera, can you please update this repository accordingly ? Thanks !

COURSE-2-Week-2 Utils Function Error

From:

parameters['W' + str(l)] = np.random.randn(layer_dims[l], layer_dims[l-1])*  np.sqrt(2 / layer_dims[l-1])`

To:

parameters['W' + str(l)] = np.random.randn(layer_dims[l], layer_dims[l-1])*  np.sqrt(2. / layer_dims[l-1])

Notice: np.sqrt(2 => np.sqrt(2.

Getting Error

in the following part:

in sample newline_character = char_to_ix['\n'] KeyError: '\n'

Getting Error

In the following part:

in indexes = sample(parameters, char_to_ix, 0)

No point of deleting slides and keeping old commits, should delete repo

Hello,
At coursera, even though you have deleted the files in this repo, they are still available in older commits. Anyone can go to previous and access these pdfs(Example is here)
To make slides completely inaccessible(if you really want to follow coursera request) you should delete the whole repository or make it private.

Update

Hi @ShahariarRabby there's a "Face Recognition for the Happy House - v3.ipynb" on Coursera, can you please update this repository accordingly ? Thanks ! (It's for the same reason than for #3 )

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.