Skip to content

PacktPublishing/15-Math-Concepts-Every-Data-Scientist-Should-Know

Repository files navigation

15 Math Concepts Every Data Scientist Should Know

no-image

This is the code repository for 15 Math Concepts Every Data Scientist Should Know, published by Packt.

Understand and learn how to apply the math behind data science algorithms

What is this book about?

As machine learning algorithms become more powerful, data scientists need a clear grasp of their key components. This book explains the core math principles underpinning the most used algorithms, detailing their importance and practical applications.

This book covers the following exciting features:

  • Master foundational concepts that underpin all data science applications
  • Use advanced techniques to elevate your data science proficiency
  • Apply data science concepts to solve real-world data science challenges
  • Implement the NumPy, SciPy, and scikit-learn concepts in Python
  • Build predictive machine learning models with mathematical concepts
  • Gain expertise in Bayesian non-parametric methods for advanced probabilistic modeling
  • Acquire mathematical skills tailored for time-series and network data types

If you feel this book is for you, get your copy today! https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

map_estimate = minimize(neg_log_posterior,
                        x0,
                        method='BFGS',
                        options={'disp': True})
# Convert from logit(p) to p
p_optimal = np.exp(map_estimate['x'][0])/ (
    1.0 + np.exp(map_estimate['x'][0]))
print("MAP estimate of success probability = ", p_optimal)

Following is what you need for this book: This book is for data scientists, machine learning engineers, and data analysts who already use data science tools and libraries but want to learn more about the underlying math. Whether you’re looking to build upon the math you already know, or need insights into when and how to adopt tools and libraries to your data science problem, this book is for you. Organized into essential, general, and selected concepts, this book is for both practitioners just starting out on their data science journey and experienced data scientists.

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

Software and Hardware List

Chapter Software required OS required
2-15 Python, Jupyter Notebook Windows, macOS, or Linux

Related products

Get to Know the Author

David Hoyle has over 30 years’ experience in statistical and mathematical modelling. After gaining a degree in Mathematics and Physics and a PhD in Theoretical Physics from the University of Bristol in the UK, he began an academic career that included research at the University of Cambridge and leading his own machine learning research groups at the University of Exeter and the University of Manchester in the UK. Since 2011 he has worked as a Data Scientist in the private sector, including for Lloyds Banking Group, and AutoTrader UK as Head of Data Science. In 2019 he joined the customer data science company dunnhumby as a Lead Data Scientist, building statistical and machine learning predictive models for the world's largest retailers.

About

15 Math Concepts Every Data Scientist Should Know, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors