Productive and Efficient Data Science with Python With Modularizing, Memory profiles, and Parallel/GPU Processing

This book focuses on the Python-based tools and techniques to help you become highly productive at all aspects of typical data science stacks such as statistical analysis, visualization, model selection, and feature engineering. You’ll review the inefficiencies and bottlenecks lurking in the daily b...

Full description

Bibliographic Details
Main Author: Sarkar, Tirthajyoti
Format: eBook
Language:English
Published: Berkeley, CA Apress 2022, 2022
Edition:1st ed. 2022
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03385nmm a2200337 u 4500
001 EB002019178
003 EBX01000000000000001182076
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220804 ||| eng
020 |a 9781484281215 
100 1 |a Sarkar, Tirthajyoti 
245 0 0 |a Productive and Efficient Data Science with Python  |h Elektronische Ressource  |b With Modularizing, Memory profiles, and Parallel/GPU Processing  |c by Tirthajyoti Sarkar 
250 |a 1st ed. 2022 
260 |a Berkeley, CA  |b Apress  |c 2022, 2022 
300 |a XXI, 383 p. 202 illus., 37 illus. in color  |b online resource 
505 0 |a Chapter 1: What is Productive and Efficient Data Science -- Chapter 2: Better Programming Principles for Efficient Data Science -- Chapter 3: How to Use Python Data Science Packages more Productively -- Chapter 4: Writing Machine Learning Code More Productively -- Chapter 5: Modular and Productive Deep Learning Code -- Chapter 6: Build Your Own Machine Learning Estimator/Package -- Chapter 7: Some Cool Utility Packages -- Chapter 8: Testing the Machine Learning Code -- Chapter 9: Memory and Timing Profiling -- Chapter 10: Scalable Data Science -- Chapter 11: Parallelized Data Science -- Chapter 12: GPU-Based Data Science for High Productivity -- Chapter 13: Other Useful Skills to Master -- Chapter 14: Wrapping It Up 
653 |a Artificial intelligence / Data processing 
653 |a Open source software 
653 |a Artificial Intelligence 
653 |a Python 
653 |a Artificial intelligence 
653 |a Open Source 
653 |a Python (Computer program language) 
653 |a Data Science 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-8121-5 
856 4 0 |u https://doi.org/10.1007/978-1-4842-8121-5?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.7 
520 |a This book focuses on the Python-based tools and techniques to help you become highly productive at all aspects of typical data science stacks such as statistical analysis, visualization, model selection, and feature engineering. You’ll review the inefficiencies and bottlenecks lurking in the daily business process and solve them with practical solutions. Automation of repetitive data science tasks is a key mindset that is promoted throughout the book. You’ll learn how to extend the existing coding practice to handle larger datasets with high efficiency with the help of advanced libraries and packages that already exist in the Python ecosystem. The book focuses on topics such as how to measure the memory footprint and execution speed of machine learning models, quality test a data science pipelines, and modularizing a data science pipeline for app development. You’ll review Python libraries which come in very handy for automating and speeding up the day-to-day tasks. In the end, you’ll understand and perform data science and machine learning tasks beyond the traditional methods and utilize the full spectrum of the Python data science ecosystem to increase productivity. You will: Write fast and efficient code for data science and machine learning Build robust and expressive data science pipelines Measure memory and CPU profile for machine learning methods Utilize the full potential of GPU for data science tasks Handle large and complex data sets efficiently