Peter Gedeck
Peter Gedeck
I would pick the first one to start with. https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-TensorFlow/dp/1492032646/ There is also this book that is available online and in paper: https://www.deeplearningbook.org/ https://mitpress.mit.edu/books/deep-learning
Hello Matt, You are right, we identified this issue in the book about a year ago and (hopefully) fixed it with the following code. I can see that Wiley hasn't...
The order of the boundaries is important (minValue maxValue). Try: ``` build.lhs( {'a':[-5,-1], 'b':[-6,-3], 'c':[1,2]}) ```
Code and further information is here http://theobald.brandeis.edu/qcp/
We could use it for the BestRMSD code. We can always follow up with a more precise approach once the 'best' alignment is found.
Hello, thank you for your feedback. This is a good place for general questions. This one you probably could have added to the errata page on the O'Reilly website. We...