FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Elements of Data Science
- Author(s) Allen B. Downey
- Publisher: Green Tea Press; eBook (Creative Commons Licensed)
- License(s): CC BY-NC 4.0
- Paperback: N/A
- eBook: HTML
- Language: English
- ISBN-10: N/A
- ISBN-13: N/A
- Share This:
This book is an introduction to data science for people with no programming experience. The goal is to present a small, powerful subset of Python that allows you to do real work in data science as quickly as possible.
It doesn't assume that the reader knows anything about programming, statistics, or data science. When it uses a term, it tries to define it immediately, and when it uses a programming feature, it tries to explain it.
This book is in the form of Jupyter notebooks. Jupyter is a software development tool you can run in a web browser, so you don’t have to install any software. A Jupyter notebook is a document that contains text, Python code, and results. So you can read it like a book, but you can also modify the code, run it, develop new programs, and test them
About the Authors- Allen B. Downey is an American computer scientist, Professor of Computer Science at the Franklin W. Olin College of Engineering.
-
Python Data Science Handbook: Essential Tools (Jake VanderPlas)
Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all - IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools.
-
Think Stats, 2nd Edition: Exploratory Data Analysis in Python
This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.
-
O'Reilly® Think Bayes: Bayesian Statistics Made Simple
An introduction to Bayesian statistics using computational methods and Python. You'll learn how to solve statistical problems with Python code instead of mathematical notation, and use discrete probability distributions instead of continuous mathematics.
-
Introduction to Data Science (Rafael A. Irizarry)
Introduces concepts and skills that can help tackling real-world data analysis challenges. Covers concepts from probability, statistical inference, linear regression, and machine learning. Helps developing skills such as R programming, data wrangling, etc.
-
Introduction to Probability for Data Science (Stanley Chan)
This book is an introductory textbook in undergraduate probability in the context of data science to emphasize the inseparability between data (computing) and probability (theory) in our time, with examples in both MATLAB and Python.
-
Data Science at the Command Line, 2nd Ed. (Jeroen Janssens)
This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. Learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.
-
Computational and Inferential: The Foundations of Data Science
Step by step, you'll learn how to leverage algorithmic thinking and the power of code, gain intuition about the power and limitations of current machine learning methods, and effectively apply them to real business problems.
-
Data Science: Theories, Models, Algorithms, and Analytics
It provides a bucket full of information regarding Data Science, covers a wide variety of sections by giving access to theories, data science algorithms, tools and analytics. You'll explore the right approach to best practices to guide you along the way.
:
|
|