Descriere YEO:
Pe YEO găsești Scaling Python with Dask: From de la Holden Karau, în categoria Computers.
Indiferent de nevoile tale, Scaling Python with Dask: From Data Science to Machine Learning - Holden Karau din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 446.35 Lei
Caracteristicile produsului Scaling Python with Dask: From
- Brand: Holden Karau
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 11-04-2024 01:14:23
Comandă Scaling Python with Dask: From Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Scaling Python with Dask: From de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Modern systems contain multi-core CPUs and GPUs that have the potential for parallel computing. But many scientific
Python tools were not designed to leverage this parallelism. With this short but thorough resource, data scientists and
Python programmers will learn how the
Dask open source library for parallel computing provides APIs that make it easy to parallelize PyData libraries including NumPy, pandas, and scikit-learn. Authors
Holden Karau and Mika Kimmins show you how to use
Dask computations in local systems and then scale to the cloud for heavier workloads. This practical book explains why
Dask is popular among industry experts and academics and is used by organizations that include Walmart, Capital One, Harvard Medical School, and NASA. With this book, you\'ll learn: What Dask is, where you can use it, and how it compares
with other tools How to use Dask for batch data parallel processing Key distributed system concepts for working
with Dask Methods for using Dask
with higher-level APIs and building blocks How to work with integrated libraries such as scikit-learn, pandas, and PyTorch How to use Dask with GPUs