Giter Club home page Giter Club logo

15-math-concepts-every-data-scientist-should-know's Introduction

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.

15-math-concepts-every-data-scientist-should-know's People

Contributors

dchoyle avatar seemanjay-packt avatar casijoe5231 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.