-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBooks.json
535 lines (517 loc) · 20.9 KB
/
Books.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
{
"books": [
{
"title": "Deep Learning",
"front_page": "https://mit-press-us.imgix.net/covers/9780262035613.jpg",
"author": "Ian Goodfellow, Yoshua Bengio and Aaron Courville",
"edition": null,
"publisher": "MIT Press",
"year": "2016",
"URL": "https://www.deeplearningbook.org"
},
{
"title": "Dive into Deep Learning",
"front_page": "https://d2l.ai/_images/front.png",
"author": "Aston Zhang, Zachary C. Lipton, Mu Li and Alexander J. Smola",
"edition": null,
"publisher": null,
"year": "2021",
"URL": "https://d2l.ai"
},
{
"title": "High-Dimensional Data Analysis with Low-Dimensional Models: Principles, Computation, and Applications",
"front_page": "https://book-wright-ma.github.io/book-cover.jpg",
"author": "John Wright and Yi Ma",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2022",
"URL": "https://book-wright-ma.github.io"
},
{
"title": "Machine Learning Yearning",
"front_page": null,
"author": "Andrew Ng",
"edition": null,
"publisher": null,
"year": "2018",
"URL": "https://www.deeplearning.ai/programs"
},
{
"title": "A Brief Introduction to Neural Networks",
"front_page": null,
"author": "David Kriesel",
"edition": null,
"publisher": null,
"year": "2007",
"URL": "http://www.dkriesel.com/en/science/neural_networks"
},
{
"title": "An Introduction to Statistical Learning",
"front_page": "https://media.springernature.com/w306/springer-static/cover-hires/book/978-1-0716-1418-1",
"author": "Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani",
"edition": "2",
"publisher": "Springer",
"year": "2021",
"URL": "https://www.statlearning.com"
},
{
"title": "Speech and Language Processing",
"front_page": null,
"author": "Dan Jurafsky and James H. Martin",
"edition": "3",
"publisher": null,
"year": "2022",
"URL": "https://web.stanford.edu/~jurafsky/slp3"
},
{
"title": "Reinforcement Learning: An Introduction",
"front_page": "https://mit-press-us.imgix.net/covers/9780262039246.jpg",
"author": "Richard S. Sutton and Andrew G. Barto",
"edition": "2",
"publisher": "MIT Press",
"year": "2018",
"URL": "http://incompleteideas.net/book/the-book.html"
},
{
"title": "Probabilistic Machine Learning: An Introduction",
"front_page": "https://probml.github.io/pml-book/cover1.jpg",
"author": "Kevin P. Murphy",
"edition": null,
"publisher": "MIT Press",
"year": "2022",
"URL": "https://probml.github.io/pml-book/book1.html"
},
{
"title": "Statistical Learning with Sparsity: The Lasso and Generalizations",
"front_page": "https://hastie.su.domains/StatLearnSparsity/images/sls.jpg",
"author": "Trevor Hastie, Robert Tibshirani and Martin Wainwright",
"edition": null,
"publisher": "Routledge",
"year": "2015",
"URL": "https://hastie.su.domains/StatLearnSparsity"
},
{
"title": "Statistical inference for data science",
"front_page": "https://d2sofvawe08yqg.cloudfront.net/LittleInferenceBook/s_hero2x?1620441866",
"author": "Brian Caffo",
"edition": null,
"publisher": "leanpub",
"year": "2015",
"URL": "https://leanpub.com/LittleInferenceBook"
},
{
"title": "Computer Vision: Algorithms and Applications",
"front_page": "http://szeliski.org/Book/imgs/Szeliski2ndBookFrontCover.png",
"author": "Richard Szeliski",
"edition": "2",
"publisher": "Springer",
"year": "2021",
"URL": "http://szeliski.org/Book/"
},
{
"title": "Information Theory, Inference, and Learning Algorithms",
"front_page": "https://assets.cambridge.org/97805216/42989/cover/9780521642989.jpg",
"author": "David MacKay",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2003",
"URL": "https://www.inference.org.uk/itprnn/book.pdf"
},
{
"title": "Think Bayes",
"front_page": "https://greenteapress.com/wp/wp-content/uploads/2021/04/think_bayes_2e_cover_medium.jpg",
"author": "Allen B. Downey",
"edition": "2",
"publisher": "O'REILLY",
"year": "2021",
"URL": "https://greenteapress.com/wp/think-bayes"
},
{
"title": "Think Stats",
"front_page": "http://greenteapress.com/thinkstats2/thinkstats2cover.jpg",
"author": "Allen B. Downey",
"edition": "2",
"publisher": "O'REILLY",
"year": "2014",
"URL": "https://greenteapress.com/wp/think-stats-2e/"
},
{
"title": "Machine Learning and Big Data",
"front_page": null,
"author": "Kareem Alkaseer",
"edition": null,
"publisher": null,
"year": "2021",
"URL": "http://www.kareemalkaseer.com/books/ml/"
},
{
"title": "Python Data Science Handbook",
"front_page": "https://github.com/jakevdp/PythonDataScienceHandbook/raw/master/notebooks/figures/PDSH-cover.png",
"author": "Jake VanderPlas",
"edition": null,
"publisher": "O'REILLY",
"year": "2016",
"URL": "https://github.com/jakevdp/PythonDataScienceHandbook"
},
{
"title": "Neural Networks and Deep Learning",
"front_page": null,
"author": "Michael Nielsen",
"edition": null,
"publisher": "Determination Press",
"year": "2015",
"URL": "http://neuralnetworksanddeeplearning.com/"
},
{
"title": "Natural Language Processing with Python: Analyzing Text with the Natural Language Toolkit",
"front_page": "https://learning.oreilly.com/library/cover/9780596803346/250w/",
"author": "Steven Bird, Ewan Klein, and Edward Loper",
"edition": null,
"publisher": "O'REILLY",
"year": "2009",
"URL": "https://www.nltk.org/book/"
},
{
"title": "Linear Algebra",
"front_page": "https://hefferon.net/linearalgebra/cover.png",
"author": "Jim Hefferon",
"edition": "4",
"publisher": "leanpub",
"year": "2020",
"URL": "https://hefferon.net/linearalgebra/index.html"
},
{
"title": "Theory of Computation",
"front_page": "https://hefferon.net/computation/cover.png",
"author": "Jim Hefferon",
"edition": null,
"publisher": null,
"year": "2021",
"URL": "https://joshua.smcvt.edu/computation/book.pdf"
},
{
"title": "Convex Optimization",
"front_page": "https://stanford.edu/~boyd/cvxbook/bv_cvxbook_cover.jpg",
"author": "Stephen Boyd and Lieven Vandenberghe",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2009",
"URL": "https://stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf"
},
{
"title": "Pattern Recognition and Machine Learning",
"front_page": "https://www.microsoft.com/en-us/research/wp-content/uploads/2016/06/Springer-Cover-Image-752x1024.jpg",
"author": "Christopher Bishop",
"edition": null,
"publisher": "Springer",
"year": "2006",
"URL": "https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf"
},
{
"title": "Understanding Machine Learning: From Theory to Algorithms",
"front_page": "https://www.cs.huji.ac.il/w~shais/UnderstandingMachineLearning/images/UnderstandingMachineLearning.jpg",
"author": "Shai Shalev-Shwartz and Shai Ben-David",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2014",
"URL": "https://www.cs.huji.ac.il/w~shais/UnderstandingMachineLearning/index.html"
},
{
"title": "Foundations of Machine Learning",
"front_page": "http://www.cs.nyu.edu/~mohri/mlbook/10290_pptd.jpg",
"author": "Mehryar Mohri, Afshin Rostamizadeh and Ameet Talwalkar",
"edition": "2",
"publisher": "MIT Press",
"year": "2018",
"URL": "https://cs.nyu.edu/~mohri/mlbook"
},
{
"title": "Automated Machine Learning",
"front_page": "https://media.springernature.com/w306/springer-static/cover-hires/book/978-3-030-05318-5",
"author": "Frank Hutter, Lars Kotthoff and Joaquin Vanschoren",
"edition": null,
"publisher": "Springer",
"year": "2019",
"URL": "https://www.automl.org/book/"
},
{
"title": "Model-based Machine Learning",
"front_page": null,
"author": "John Winn, Christopher M. Bishop, Thomas Diethe, John Guiver and Yordan Zaykov",
"edition": null,
"publisher": null,
"year": "2022",
"URL": "https://mbmlbook.com/"
},
{
"title": "Gaussian Processes for Machine Learning",
"front_page": "http://www.gaussianprocess.org/gpml/rwcover.gif",
"author": "Carl Edward Rasmussen and Christopher K. I. Williams",
"edition": null,
"publisher": "MIT Press",
"year": "2006",
"URL": "http://www.gaussianprocess.org/gpml/"
},
{
"title": "Algorithmic Aspects of Machine Learning",
"front_page": null,
"author": "Ankur Moitra",
"edition": null,
"publisher": null,
"year": "2014",
"URL": "http://people.csail.mit.edu/moitra/docs/bookex.pdf"
},
{
"title": "The Matrix Cookbook",
"front_page": null,
"author": "Kaare Brandt Petersen and Michael Syskind Pedersen",
"edition": null,
"publisher": null,
"year": "2012",
"URL": "https://mit6874.github.io/assets/matrix-cookbook.pdf"
},
{
"title": "Adversarial Robustness - Theory and Practice",
"front_page": null,
"author": "Zico Kolter and Aleksander Madry",
"edition": null,
"publisher": null,
"year": "2018",
"URL": "https://adversarial-ml-tutorial.org"
},
{
"title": "Learning Theory from First Principles",
"front_page": null,
"author": "Francis Bach",
"edition": null,
"publisher": "MIT Press",
"year": "2023",
"URL": "https://www.di.ens.fr/~fbach/ltfp_book.pdf"
},
{
"title": "Introduction to Probability",
"front_page": "https://images.routledge.com/common/jackets/crclarge/978113836/9781138369917.jpg",
"author": "Joseph K. Blitzstein and Jessica Hwang",
"edition": "2",
"publisher": "Routledge",
"year": "2019",
"URL": "http://probabilitybook.net/"
},
{
"title": "Bayesian Reasoning and Machine Learning",
"front_page": "http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/jacket.gif",
"author": "David Barber",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2020",
"URL": "http://www.cs.ucl.ac.uk/staff/d.barber/brml"
},
{
"title": "Introduction to Probability for Data Science",
"front_page": "https://probability4datascience.com/pix/cover.png",
"author": "Stanley H. Chan",
"edition": null,
"publisher": "Michigan Publishing",
"year": "2021",
"URL": "https://probability4datascience.com"
},
{
"title": "Probabilistic Numerics",
"front_page": "https://www.probabilistic-numerics.org/assets/img/textbooks/ProbabilisticNumercs_cover_small.png",
"author": "Philipp Hennig, Michael A. Osborne, Hans Kersting",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2022",
"URL": "https://www.probabilistic-numerics.org/textbooks/"
},
{
"title": "Physics-based Deep Learning Book",
"front_page": "https://physicsbaseddeeplearning.org/_images/logo-xl.jpg",
"author": "Nils Thuerey, Philipp Holl, Maximilian Mueller, Patrick Schnell, and Felix Trost and Kiwon Um",
"edition": "0.2",
"publisher": null,
"year": "2021",
"URL": "https://physicsbaseddeeplearning.org"
},
{
"title": "Hands-On Data Visualization",
"front_page": "https://handsondataviz.org/images/0-preface/cover-400wide.jpg",
"author": "Jack Dougherty and Ilya Ilyankou",
"edition": null,
"publisher": "O'REILLY",
"year": "2022",
"URL": "https://handsondataviz.org"
},
{
"title": "Fairness and Machine Learning",
"front_page": null,
"author": "Solon Barocas, Moritz Hardt, and Arvind Narayanan",
"edition": null,
"publisher": null,
"year": "2019",
"URL": "https://fairmlbook.org"
},
{
"title": "Distributional Reinforcement Learning",
"front_page": null,
"author": "Marc G. Bellemare and Will Dabney, and Mark Rowland",
"edition": null,
"publisher": "MIT Press",
"year": "2023",
"URL": "https://www.distributional-rl.org/"
},
{
"title": "The Principles of Deep Learning Theory",
"front_page": "https://deeplearningtheory.com/images/PDLT-cover.jpg",
"author": "Daniel A. Roberts, Sho Yaida, and Boris Hanin",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2022",
"URL": "https://deeplearningtheory.com"
},
{
"title": "Algorithms for Decision Making",
"front_page": "https://mit-press-us.imgix.net/covers/9780262047012.jpg",
"author": "Mykel J. Kochenderfer, Tim A. Wheeler, and Kyle H. Wray",
"edition": null,
"publisher": "MIT Press",
"year": "2022",
"URL": "https://algorithmsbook.com"
},
{
"title": "Bayes Rules!",
"front_page": "https://www.bayesrulesbook.com/chapters/figs/index/book_cover.jpeg",
"author": "Alicia A. Johnson, Miles Q. Ott, and Mine Dogucu",
"edition": null,
"publisher": "CRC Press",
"year": "2021",
"URL": "https://www.bayesrulesbook.com"
},
{
"title": "Large-Scale Convex Optimization",
"front_page": "https://large-scale-book.mathopt.com/cvx_alg_book.jpg",
"author": "Ernest K. Ryu, and Wotao Yin",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2022",
"URL": "https://large-scale-book.mathopt.com"
},
{
"title": "Deep Learning on Graphs",
"front_page": "https://web.njit.edu/~ym329/dlg_book/cover_english.png",
"author": "Yao Ma, and Jiliang Tang",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2021",
"URL": "https://web.njit.edu/~ym329/dlg_book"
},
{
"title": "Machine Learning - A First Course for Engineers and Scientists",
"front_page": "http://smlbook.org/cover_small.png",
"author": "Andreas Lindholm, Niklas Wahlström, Fredrik Lindsten, and Thomas B. Schön",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2022",
"URL": "http://smlbook.org"
},
{
"title": "A Course in Machine Learning",
"front_page": "http://ciml.info/cover-forweb.png",
"author": "Hal Daumé III",
"edition": null,
"publisher": null,
"year": "2017",
"URL": "http://ciml.info"
},
{
"title": "Data Science at the Command Line",
"front_page": "https://datascienceatthecommandline.com/2e/images/cover-small.png",
"author": "Jeroen Janssens",
"edition": "2",
"publisher": "O'REILLY",
"year": "2021",
"URL": "https://datascienceatthecommandline.com/2e/index.html"
},
{
"title": "Deep Learning Interviews",
"front_page": null,
"author": "Shlomo Kashani, and Amir Ivry",
"edition": null,
"publisher": "Interviews AI",
"year": "2021",
"URL": "https://arxiv.org/abs/2201.00650"
},
{
"title": "Learning Statistical Models Through Simulation in R",
"front_page": null,
"author": "Dale J Barr",
"edition": null,
"publisher": null,
"year": "2021",
"URL": "https://psyteachr.github.io/stat-models-v1/index.html"
},
{
"title": "Introduction to Online Convex Optimization",
"front_page": "https://mit-press-us.imgix.net/covers/9780262046985.jpg",
"author": "Elad Hazan",
"edition": "2",
"publisher": "MIT Press",
"year": "2022",
"URL": "https://sites.google.com/view/intro-oco/home"
},
{
"title": "Reinforcement Learning: Theory and Algorithms",
"front_page": null,
"author": "Alekh Agarwal, Nan Jiang, Sham M. Kakade, and Wen Sun",
"edition": null,
"publisher": null,
"year": "2022",
"URL": "https://rltheorybook.github.io/"
},
{
"title": "Probabilistic Machine Learning: An Introduction",
"front_page": "https://probml.github.io/pml-book/cover2.jpg",
"author": "Kevin P. Murphy",
"edition": null,
"publisher": "MIT Press",
"year": "2023",
"URL": "https://probml.github.io/pml-book/book2.html"
},
{
"title": "Understanding Deep Learning",
"front_page": null,
"author": "Simon J.D. Prince",
"edition": null,
"publisher": "MIT Press",
"year": "2023",
"URL": "https://udlbook.github.io/udlbook/"
},
{
"title": "Mathematics for Machine Learning",
"front_page": "https://mml-book.github.io/static/images/mml-book-cover.jpg",
"author": "Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong.",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2020",
"URL": "https://mml-book.github.io/"
},
{
"title": "Machine Learning",
"front_page": "http://www.cs.cmu.edu/afs/cs.cmu.edu/user/mitchell/ftp/mlbook.gif",
"author": "Tom Mitchell",
"edition": null,
"publisher": "McGraw Hill",
"year": "1997",
"URL": "http://www.cs.cmu.edu/afs/cs.cmu.edu/user/mitchell/ftp/mlbook.html"
},
{
"title": "Computer Age Statistical Inference: Algorithms, Evidence and Data Science",
"front_page": "https://hastie.su.domains/CASI/images/jacket_wave_cropped.jpg",
"author": "Bradley Efron, and Trevor Hastie",
"edition": null,
"publisher": "Cambridge University Press",
"year": "2016",
"URL": "https://hastie.su.domains/CASI/"
}
]
}