1
0
Fork
You've already forked MachineLearningwithPyTorchandSkLearn
0
Following along w/ the book
  • Jupyter Notebook 99.6%
  • Python 0.4%
2025年08月05日 17:15:20 -05:00
.other update cover 2022年01月18日 19:33:37 +01:00
ch01 Fixed typo 2022年11月05日 20:41:38 +01:00
ch02 Added my own workbook to get the reps myself 2025年08月05日 17:15:20 -05:00
ch03 Merge pull request #98 from paw-lu/log-loss-docstring 2023年02月02日 11:37:34 -06:00
ch04 fix weaker-stronger word flip 2025年01月15日 17:03:44 -06:00
ch05 add missing figures 2022年11月26日 18:51:49 -06:00
ch06 Fixed some typos 2022年11月05日 21:42:31 +01:00
ch07 Import upate for sklearn 0.16 and newer 2025年01月21日 14:40:58 -06:00
ch08 apply pandas append fix to ch08 python script 2024年07月23日 07:30:37 -05:00
ch09 add missing figure 9_12 2022年11月30日 10:04:01 -06:00
ch10 affinity -> metric 2024年07月31日 07:14:53 -05:00
ch11 update MSE normalization 2023年12月10日 16:26:17 -06:00
ch12 error fixed on line 419 ch12_part2.ipynb 2024年11月03日 04:59:21 +05:30
ch13 update PyTorch Lightning usage 2024年10月12日 11:47:23 -05:00
ch14 add alternative line 2024年04月30日 07:12:01 -05:00
ch15 make code work with new and old torchtext 2023年07月16日 08:18:54 -05:00
ch16 add standalone notebooks 2023年09月22日 09:30:36 -05:00
ch17 Re-generate Python code from IPython notebooks 2022年01月22日 20:04:36 -05:00
ch18 update figure 18_09.png 2022年10月07日 17:37:28 -05:00
ch19 Fixed some typos 2022年11月05日 21:42:31 +01:00
ERRATA Page 432 2025年03月15日 17:25:11 -05:00
supplementary colab guide 2023年08月10日 11:15:18 -05:00
.convert_notebook_to_script.py chapter 1 2021年12月19日 12:16:16 -06:00
.gitignore Setup dev environment 2022年07月29日 09:25:09 -07:00
environment.yml update makefile 2022年10月07日 13:01:58 -05:00
LICENSE.txt Errata update and year bump 2025年01月04日 10:32:24 -06:00
Machine Learning with PyTorch and SciKitLearn.md Added my Obsidian notes 2025年07月21日 17:37:40 -05:00
Makefile add instructions 2022年09月27日 20:44:59 -05:00
python_environment_check.py specifically check matplotlib 3.8 2024年05月23日 10:16:18 -05:00
README.md test update 2025年07月12日 09:31:33 -05:00
update_python_from_notebook.sh Re-generate Python code from IPython notebooks 2022年01月22日 20:04:36 -05:00

Machine Learning with PyTorch and Scikit-Learn Book

Code Repository

Paperback: 770 pages
Publisher: Packt Publishing
Language: English

ISBN-10: 1801819319
ISBN-13: 978-1801819312
Kindle ASIN: B09NW48MR1

Table of Contents and Code Notebooks

Helpful installation and setup instructions can be found in the README.md file of Chapter 1 .

In addition, Zbynek Bazanowski contributed this helpful guide explaining how to run the code examples on Google Colab.

Please note that these are just the code examples accompanying the book, which we uploaded for your convenience; be aware that these notebooks may not be useful without the formulae and descriptive text.

  1. Machine Learning - Giving Computers the Ability to Learn from Data [open dir]
  2. Training Machine Learning Algorithms for Classification [open dir]
  3. A Tour of Machine Learning Classifiers Using Scikit-Learn [open dir]
  4. Building Good Training Sets – Data Pre-Processing [open dir]
  5. Compressing Data via Dimensionality Reduction [open dir]
  6. Learning Best Practices for Model Evaluation and Hyperparameter Optimization [open dir]
  7. Combining Different Models for Ensemble Learning [open dir]
  8. Applying Machine Learning to Sentiment Analysis [open dir]
  9. Predicting Continuous Target Variables with Regression Analysis [open dir]
  10. Working with Unlabeled Data – Clustering Analysis [open dir]
  11. Implementing a Multi-layer Artificial Neural Network from Scratch [open dir]
  12. Parallelizing Neural Network Training with PyTorch [open dir]
  13. Going Deeper -- The Mechanics of PyTorch [open dir]
  14. Classifying Images with Deep Convolutional Neural Networks [open dir]
  15. Modeling Sequential Data Using Recurrent Neural Networks [open dir]
  16. Transformers -- Improving Natural Language Processing with Attention Mechanisms [open dir]
  17. Generative Adversarial Networks for Synthesizing New Data [open dir]
  18. Graph Neural Networks for Capturing Dependencies in Graph Structured Data [open dir]
  19. Reinforcement Learning for Decision Making in Complex Environments [open dir]



Sebastian Raschka, Yuxi (Hayden) Liu, and Vahid Mirjalili. Machine Learning with PyTorch and Scikit-Learn. Packt Publishing, 2022.

@book{mlbook2022, 
address = {Birmingham, UK}, 
author = {Sebastian Raschka, and Yuxi (Hayden) Liu, and Vahid Mirjalili}, 
isbn = {978-1801819312}, 
publisher = {Packt Publishing}, 
title = {{Machine Learning with PyTorch and Scikit-Learn}}, 
year = {2022} 
}

Coding Environment

Please see the ch01/README.md file for setup recommendations.

Translations into other Languages