Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Distributed Machine Learning with Python, published by Packt

License

NotificationsYou must be signed in to change notification settings

PacktPublishing/Distributed-Machine-Learning-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packt Conference

3 Days, 20+ AI Experts, 25+ Workshops and Power Talks

Code:USD75OFF

Distributed Machine Learning with Python

Distributed Machine Learning with Python

This is the code repository forDistributed Machine Learning with Python, published by Packt.

Accelerating model training and serving with distributed systems

What is this book about?

Reducing time cost in machine learning leads to a shorter waiting time for model training and a faster model updating cycle. Distributed machine learning enables machine learning practitioners to shorten model training and inference time by orders of magnitude

This book covers the following exciting features:

  • Deploy distributed model training and serving pipelines
  • Get to grips with the advanced features in TensorFlow and PyTorch
  • Mitigate system bottlenecks during in-parallel model training and serving
  • Discover the latest techniques on top of classical parallelism paradigm
  • Explore advanced features in Megatron-LM and Mesh-TensorFlow
  • Use state-of-the-art hardware such as NVLink, NVSwitch, and GPUs

If you feel this book is for you, get yourcopy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

# Connect to API through subscription key and endpointsubscription_key = "<your-subscription-key>"endpoint = "https://<your-cognitive-service>.cognitiveservices.azure.com/"# Authenticatecredential = AzureKeyCredential(subscription_key)cog_client = TextAnalyticsClient(endpoint=endpoint,credential=credential)

Following is what you need for this book:This book is for data scientists, machine learning engineers, and ML practitioners in both academia and industry. A fundamental understanding of machine learning concepts and working knowledge of Python programming is assumed. Prior experience implementing ML/DL models with TensorFlow or PyTorch will be beneficial.You'll find this book useful if you are interested in using distributed systems to boost machine learning model training and serving speed.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12)

Software and Hardware List

ChapterSoftware requiredOS required
1-12PyTorchWindows, Mac OS X, and Linux (Any)
1-12TensorFlowWindows, Mac OS X, and Linux (Any)
1-12PythonWindows, Mac OS X, and Linux (Any)
CUDA/C
NVprofiler/Nsight

We assume you have Linux/Ubuntu as your operating system. We assume you useNVIDIA GPUs and have installed the proper NVIDIA driver as well. We also assume youhave basic knowledge about machine learning in general and are familiar with populardeep learning models.

We also provide a PDF file that has color images of the screenshots/diagrams used in this book.Click here to download it.

Related products

Get to Know the Author

Guanhua Wangis a final-year computer science Ph.D. student in the RISELab at UCBerkeley, advised by Professor Ion Stoica. His research lies primarily in the machinelearning systems area, including fast collective communication, efficient in-parallel modeltraining, and real-time model serving. His research has gained lots of attention from bothacademia and industry. He was invited to give talks to top-tier universities (MIT, Stanford,CMU, Princeton) and big tech companies (Facebook/Meta, Microsoft). He received hismaster's degree from HKUST and a bachelor's degree from Southeast University in China.He has also done some cool research on wireless networks. He likes playing soccer and hasrun multiple half-marathons in the Bay Area of California.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801815697

About

Distributed Machine Learning with Python, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp