Giter Site home page Giter Site logo

introml's Issues

GCP Docker Command not working

The following command seems not to be working.
docker run -it -v ~/dockermnt:/notebooks -p 8888:8888 gcr.io/tensorflow/tensorflow:latest-py3
It seems to have been moved and the fix is to use the following one instead.
docker run -it -v ~/dockermnt:/notebooks -p 8888:8888 tensorflow/tensorflow:latest-py3

Typo in demo & invalid link

Typo: pachage -> package

unit03/demo1_glucose.ipynb:

line 15:
"* Fit multiple linear regression models using python's `sklearn` pachage. \n",
should be:
"* Fit multiple linear regression models using python's `sklearn` package. \n",

invalid link

unit03/demo2_python_broadcasting.ipynb:

line 9:
"There is an excellent introduction to `numpy` multi-dimensional arrays on the [scipy](https://docs.scipy.org/doc/numpy-dev/user/quickstart.html) website. In this note, we cover two concepts in a little more detail:\n",

The link for scipy is invalid, and I think the recent one is this: https://docs.scipy.org/doc/numpy/user/quickstart.html

HW 7 Problem 1.4 Solution Missing

The solutions provided in the homework 7 PDF in Neural Nets skips over question 4 in the first section. Please correct this by either removing the question entirely, or by providing the solution.

Typos in solutions

Hello Professor Rangan,
This is Peixuan. I found 2 typos in HW7:

  1. Section 2, Problem 3, J should be f(z)
    2, Section 3, Problem 2(b): solution dL/duij shouldn't sum over i

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.