B D

Results 5 issues of B D

Hi, Executing the cell 102 of the chapter 13 handbook raises TypeError Exception (see traceback below). The workaround i used is to change `value=[x]` to `value=[*x]` (and the same for...

Hi, It seems that, in chapter 5, Figure 5.11 the right-side figure does not correspond to the legend : d=2, C=0.01, epsilon=0.1 hyperparams does not generate the figure in the...

invalid

Hi, I was going to work on exercise 9 from Chapter 17 (denoising autoencoder), and wanted to try using the best classifier I had trained so far on MNIST digits...

question

Hello, This is more an enhancement request than a real issue. I am quite lazy waiting 10+ hours to process the book's Char-RNN training from chapter 16. Is it possible...

Hi, It seems that there are somes issues or differences with my execution of the chapter 9 handbook. My configuration : ``` print(sys.version_info) print(sklearn.__version__) print(np.__version__) print(mpl.__version__) ``` > sys.version_info(major=3, minor=8,...

bug