Giter VIP home page Giter VIP logo

dmls-book's Introduction

Hi, I'm Chip πŸ‘‹

I'm a writer and computer scientist. I grew up chasing grasshoppers in a small rice-farming village in Vietnam. I spend a lot of time with chickens and alpacas.

I'm best reached via email. I'm always open to interesting conversations and collaboration.


Twitter Follow

dmls-book's People

Contributors

chiphuyen avatar dfangshuo avatar naisofly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmls-book's Issues

Incorrect ISBN in README

The ISBN in README is incorrect, 978-1801819312 is for Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with Python

The correct ISBN is 978-1-09-810796-3

Typo in chapter 7, page 205 of paper back

The last sentence on page 205 "Some companies use feature stores to ensure the consistency between the batch features used during training and the streaming features used in prediction".
Is it supposed to be "... used in production" instead?

Incorrect statement about the median on page 18

If the median is 100 ms, half of the requests take longer than 100 ms, and half of the requests take less than 100 ms.

This formulation implies a strict lower/upper bound, which the median need not be.
Just consider a sequence where every single entry is uniformly 100 ms.
The statement is easily corrected to reflect the intended meaning by inserting 2 negations.

If the median is 100 ms, half of the requests take no longer than 100 ms, and half of the requests take no less than 100 ms.

Model parallelism mention in data parallelism section of Chapter 6

Hello,

Thank you for the very informative book and all your amazing work!

I was going through chapter 6, page 170 (of the paperback version), paragraph 2. I think that the sentence should mention data in the first sentence instead of model.
In other words, should it be "Another problem is that spreading your data on multiple machines can cause your batch size to be very big." instead of "Another problem is that spreading your model on multiple machines can cause your batch size to be very big."?

Graph on page 219 has kernel sizes wrong.

Hi Chip and team, thank you for the excellent book on ML systems design. I was going through the book and found that there is a mistake (typo) in the Graph optimization figure on page 219. The original graph, and the optimized graphs have different kernel sizes which is incorrect. I checked the cited reference link here at nvidia and indeed the original graph has a mistake on the kernel sizes. Two of the 3x3 kernels taking input from the input node must be 1x1 and two of the three 3x3 kernels in the next layer must be 5x5 and 1x1. Because this is an optimization, I thought the kernel sizes are also being optimized but after thinking about it for a while, I figured the weight dimensions will change and the trained weights will not work if that is the case.

Just wanted to make a note here in case somebody else also notices this and also if you would like to fix it in the future editions. Thank you for the amazing work once again.

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.