Sale!

Data Science from Scratch: First Principles with Python

Add your review

Original price was: $65.99.Current price is: $38.83.

Original price was: $65.99.Current price is: $38.83.

Sale!

Note: Prices may fluctuate as sellers adjust them regularly. You'll see the latest price at final checkout.
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare


To really learn data science, you should not only master the tools―data science libraries, frameworks, modules, and toolkits―but also understand the ideas and principles underlying them. Updated for Python 3.6, this second edition of Data Science from Scratch shows you how these tools and algorithms work by implementing them from scratch.

If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with the hacking skills you need to get started as a data scientist. Packed with new material on deep learning, statistics, and natural language processing, this updated book shows you how to find the gems in today’s messy glut of data.

Get a crash course in Python Learn the basics of linear algebra, statistics, and probability―and how and when they’re used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest neighbors, Naïve Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases

From the brand

oreillyoreilly

Explore more Data Science

Start learning with O’Reilly

More From O’Reilly

Sharing the knowledge of experts

O’Reilly’s mission is to change the world by sharing the knowledge of innovators. For over 40 years, we’ve inspired companies and individuals to do new things (and do them better) by providing the skills and understanding that are necessary for success.

Our customers are hungry to build the innovations that propel the world forward. And we help them do just that.

Publisher ‏ : ‎ O’Reilly Media
Publication date ‏ : ‎ June 11, 2019
Edition ‏ : ‎ 2nd
Language ‏ : ‎ English
Print length ‏ : ‎ 403 pages
ISBN-10 ‏ : ‎ 1492041130
ISBN-13 ‏ : ‎ 978-1492041139
Item Weight ‏ : ‎ 1.57 pounds
Dimensions ‏ : ‎ 6.9 x 0.9 x 9.1 inches
Best Sellers Rank: #72,054 in Books (See Top 100 in Books) #15 in Data Mining (Books) #18 in Data Processing #36 in Python Programming
Customer Reviews: 4.4 4.4 out of 5 stars (760) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

10 reviews for Data Science from Scratch: First Principles with Python

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Cyphercraft

    The BEST book for learning how many data science functions work under the hood – START HERE!
    Did you see something on the news about ChatGPT, Stable Diffusion, or some other big development that made you want to look into machine learning?Maybe you truly plan on entering data science as a field but don’t know where to start?Or perhaps you’ve seen one of the author’s brilliant/hilarious talks about why he doesn’t like Jupyter Notebooks or how to answer the infamous “FizzBuzz” programming interview question using Tensorflow neural networks (seriously, look up Joel Grus on YouTube).If you know a little bit of Python, a little bit of relevant math, and want to go into any data science or machine learning path, then this book is a must-have. It certainly won’t be the only resource you’ll need, but it helps you get the most out of other content you’ll likely look into later (like how to code up a machine learning pipeline, or maybe a large language model if you’re really adventurous).Far too many machine learning lessons out there just tell you to import certain Python libraries (scikit-learn for example) and start using them without giving you any basic understanding of how those imported functions even work to begin with. Even to this day there are still college courses and coding bootcamps that ask you to download a Jupyter Notebook file and just hit “Shift + Enter” and look at the output.You’re not going to learn how to code that way!!!Joel Grus does an excellent job of filling in this gap by teaching you more Python than what a statistics professional would usually know and more math than what a typical software developer would know. And that’s key if you want to go into a field that relies on both.All the information for Python and math that you need to get started is here. It’s 27 chapters that get you familiar with Python and how to use it, as well as the math used in data science and ML (linear algebra, probability and statistics, algorithms, etc).You eventually learn enough of both as you go through the chapters to start applying what you learn for some real-world usage.I’ve had this book for years and it’s still as useful as when it first came out, but the only exception I’ve seen is that the Twitter API tutorial in the book no longer applies to the paid format that Twitter now uses to access that feature. The tutorial is still good for learning how API’s get put to use.Once you’ve read this book and have gotten familiar with all it has to offer, your next step will probably involve looking into a book about how to actually use pre-built data science libraries (like what you find in the Anaconda distribution of Python).This book may turn out to be heavily responsible for my first startup, but that’s a story for later.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Yemo Yannick

    Amazing book on Data Science
    Great book when you want to get into the field of Data Science

    Helpful(0) Unhelpful(0)You have already voted this
  3. Vaibhav gupta

    Good book for startes on AI/ML
    Good book for someone starting on learning basics of AI/ML

    Helpful(0) Unhelpful(0)You have already voted this
  4. Gerardo Mazzei

    Amazing introduction to Data Science
    Let me start this review by explaining clearly who this book is for: anyone who has had some form of introduction (even if concise) to programming in Python, algebra, statistics, and probability will find this book a great introduction to Data Science. While the author does a great job at having a crash course on these topics (and I even learned a thing or two here and there), I can see the contents being a bit overwhelming if this is your first point of contact with these subjects. However, should you meet the requirements I mentioned above, you’ll find this book a breeze! Joel does a good job at explaining the topics using his signature brand of humor, keeping the read entertaining even in the most advanced areas. I’d even say that this is a must read if you are considering going into machine learning, since it teaches you a thing or two in the topic as well. Please keep in mind that the book is monochrome. If that bothers you, consider viewing the electronic version.TLDR: If you’re looking for a concise introduction to data science and have a bit of knowledge of basic Python, algebra, statistics and probability, look no further than this book! Otherwise, come back once you’ve picked up those tools and you’ll feel right at home 🙂

    Helpful(0) Unhelpful(0)You have already voted this
  5. Amazon Customer

    Very very good book!
    This book is suitable for people with basic python programming skills. It is very good for beginners and advanced users alike. The codes are very clear and without errors. This book teaches you the basics and introduce some expert level topics for you to explore further if keen. If you are a novice data analyst and some harder topics throw you off, you should probably revisit the topics after you have gain more knowledge on data science.I highly recommend this book as your first book into data science because the codes and thought processes are very clear. 70-80% of the book are data science foundation and basics for you to tackle harder topics later.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Hans P. Heinrich

    Joel’s method of explaining is both entertaining and very useful

    Helpful(0) Unhelpful(0)You have already voted this
  7. Cesar Sarmiento

    Lo pedí el jueves en la noche y llego el domingo al medio día! Muy bien empaquetado, ya tenia por varios meses este libro en mi carrito

    Helpful(0) Unhelpful(0)You have already voted this
  8. Debora Bonini

    The book is useful to grasp the basic concept behind data science. However it gets pretty messy as the topics become more complex, especially when the python code is shown without too much of explanations. If you need a book to learn python for data science, there are many other alternatives.

    Helpful(0) Unhelpful(0)You have already voted this
  9. Marco

    Mr. Grus’ book is one of the better data science book I have set my eyes on.His writing style is friendly and informal. Despite this he covers the mathematical and Computational topics in reasonable depth and always points to further reading at the end of chapters.The fact that all code used in the book is also explained therein makes the algorithms very graspable.I would recommend this book anybody who wants to either start with data science or fill in some gaps like was the case with me.I would love read more books written by Mr. Grus’. I have become a fan.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Velvetytoast

    It’s definitely from the ground up – I found it useful to revisit the maths as well as seeing the code – well with the price of the book

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    Data Science from Scratch: First Principles with Python
    Data Science from Scratch: First Principles with Python

    Original price was: $65.99.Current price is: $38.83.

    bestdealsavvy.com
    Logo
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart