ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Data Science from Scratch First Principles with Python

دانلود کتاب علم اطلاعات از اصول اول ابتدایی با پایتون

Data Science from Scratch  First Principles with Python

مشخصات کتاب

Data Science from Scratch First Principles with Python

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 149190142X 
ناشر: CreateSpace 
سال نشر: 2015 
تعداد صفحات: 464 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 7 مگابایت 

قیمت کتاب (تومان) : 44,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 15


در صورت تبدیل فایل کتاب Data Science from Scratch First Principles with Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب علم اطلاعات از اصول اول ابتدایی با پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب علم اطلاعات از اصول اول ابتدایی با پایتون

این مقدمه‌ای عملی مبتنی بر اصول اولیه برای مبانی علم داده است که هدف آن خواننده‌ای که از لحاظ ریاضی راحت و دارای برخی مهارت‌های برنامه‌نویسی است، است. این کتاب شامل موارد زیر است: قسمت‌های مهم پایتون برای دانستن قسمت‌های مهم ریاضی / احتمالات / آمار برای دانستن اصول علم داده چگونه تکنیک‌های متداول علم داده کار می‌کنند (یادگیری با پیاده‌سازی آنها) Map-Reduce چیست و چگونه باید انجام داد. آن را در پایتون برنامه های کاربردی دیگر مانند NLP، تجزیه و تحلیل شبکه، و بیشتر


توضیحاتی درمورد کتاب به خارجی

This is a first-principles-based, practical introduction to the fundamentals of data science aimed at the mathematically-comfortable reader with some programming skills. The book covers: The important parts of Python to know The important parts of Math / Probability / Statistics to know The basics of data science How commonly-used data science techniques work (learning by implementing them) What is Map-Reduce and how to do it in Python Other applications such as NLP, Network Analysis, and more



فهرست مطالب

Preface......Page 7
Data Science......Page 8
From Scratch......Page 10
Conventions Used in This Book......Page 11
Using Code Examples......Page 12
Safari® Books Online......Page 13
How to Contact Us......Page 14
Acknowledgments......Page 15
1. Introduction......Page 17
The Ascendance of Data......Page 18
What Is Data Science?......Page 19
Motivating Hypothetical: DataSciencester......Page 20
Finding Key Connectors......Page 21
Data Scientists You May Know......Page 24
Salaries and Experience......Page 27
Paid Accounts......Page 30
Topics of Interest......Page 31
Onward......Page 33
2. A Crash Course in Python......Page 35
The Basics......Page 36
Getting Python......Page 37
The Zen of Python......Page 38
Whitespace Formatting......Page 39
Arithmetic......Page 41
Functions......Page 42
Exceptions......Page 44
Lists......Page 45
Tuples......Page 47
Dictionaries......Page 48
defaultdict......Page 50
Sets......Page 51
Control Flow......Page 52
Truthiness......Page 53
The Not-So-Basics......Page 55
Sorting......Page 56
List Comprehensions......Page 57
Generators and Iterators......Page 58
Randomness......Page 60
Object-Oriented Programming......Page 61
Functional Tools......Page 63
enumerate......Page 64
zip and Argument Unpacking......Page 65
args and kwargs......Page 66
Welcome to DataSciencester!......Page 68
For Further Exploration......Page 69
3. Visualizing Data......Page 71
matplotlib......Page 72
Bar Charts......Page 74
Line Charts......Page 78
Scatterplots......Page 79
For Further Exploration......Page 82
4. Linear Algebra......Page 84
Vectors......Page 85
Matrices......Page 90
For Further Exploration......Page 93
5. Statistics......Page 95
Describing a Single Set of Data......Page 96
Central Tendencies......Page 99
Dispersion......Page 100
Correlation......Page 102
Simpson’s Paradox......Page 105
Some Other Correlational Caveats......Page 107
Correlation and Causation......Page 108
For Further Exploration......Page 109
6. Probability......Page 111
Dependence and Independence......Page 112
Conditional Probability......Page 113
Bayes’s Theorem......Page 115
Random Variables......Page 117
Continuous Distributions......Page 118
The Normal Distribution......Page 120
The Central Limit Theorem......Page 124
For Further Exploration......Page 127
7. Hypothesis and Inference......Page 128
Statistical Hypothesis Testing......Page 129
Example: Flipping a Coin......Page 130
Confidence Intervals......Page 134
Example: Running an A/B Test......Page 136
Bayesian Inference......Page 138
For Further Exploration......Page 142
8. Gradient Descent......Page 143
The Idea Behind Gradient Descent......Page 144
Estimating the Gradient......Page 146
Using the Gradient......Page 148
Choosing the Right Step Size......Page 149
Putting It All Together......Page 150
Stochastic Gradient Descent......Page 152
For Further Exploration......Page 153
9. Getting Data......Page 155
stdin and stdout......Page 156
Reading Files......Page 158
The Basics of Text Files......Page 159
Delimited Files......Page 161
Scraping the Web......Page 162
HTML and the Parsing Thereof......Page 163
Example: O’Reilly Books About Data......Page 165
Using APIs......Page 169
JSON (and XML)......Page 170
Using an Unauthenticated API......Page 171
Finding APIs......Page 173
Example: Using the Twitter APIs......Page 174
Getting Credentials......Page 175
Using Twython......Page 177
For Further Exploration......Page 178
10. Working with Data......Page 180
Exploring Your Data......Page 181
Exploring One-Dimensional Data......Page 182
Two Dimensions......Page 184
Many Dimensions......Page 186
Cleaning and Munging......Page 188
Manipulating Data......Page 190
Rescaling......Page 193
Dimensionality Reduction......Page 195
For Further Exploration......Page 201
11. Machine Learning......Page 203
Modeling......Page 204
What Is Machine Learning?......Page 205
Overfitting and Underfitting......Page 206
Correctness......Page 209
The Bias-Variance Trade-off......Page 212
Feature Extraction and Selection......Page 214
For Further Exploration......Page 216
12. k-Nearest Neighbors......Page 218
The Model......Page 219
Example: Favorite Languages......Page 221
The Curse of Dimensionality......Page 225
For Further Exploration......Page 232
13. Naive Bayes......Page 234
A Really Dumb Spam Filter......Page 235
A More Sophisticated Spam Filter......Page 236
Implementation......Page 238
Testing Our Model......Page 240
For Further Exploration......Page 243
14. Simple Linear Regression......Page 245
The Model......Page 246
Using Gradient Descent......Page 250
Maximum Likelihood Estimation......Page 251
For Further Exploration......Page 252
15. Multiple Regression......Page 254
The Model......Page 255
Further Assumptions of the Least Squares Model......Page 256
Fitting the Model......Page 258
Interpreting the Model......Page 259
Goodness of Fit......Page 260
Digression: The Bootstrap......Page 261
Standard Errors of Regression Coefficients......Page 263
Regularization......Page 265
For Further Exploration......Page 267
16. Logistic Regression......Page 269
The Problem......Page 270
The Logistic Function......Page 273
Applying the Model......Page 276
Goodness of Fit......Page 278
Support Vector Machines......Page 279
For Further Investigation......Page 283
17. Decision Trees......Page 285
What Is a Decision Tree?......Page 286
Entropy......Page 289
The Entropy of a Partition......Page 291
Creating a Decision Tree......Page 292
Putting It All Together......Page 295
Random Forests......Page 298
For Further Exploration......Page 299
18. Neural Networks......Page 300
Perceptrons......Page 301
Feed-Forward Neural Networks......Page 303
Backpropagation......Page 306
Example: Defeating a CAPTCHA......Page 308
For Further Exploration......Page 312
19. Clustering......Page 314
The Idea......Page 315
The Model......Page 316
Example: Meetups......Page 318
Choosing k......Page 321
Example: Clustering Colors......Page 323
Bottom-up Hierarchical Clustering......Page 325
For Further Exploration......Page 330
20. Natural Language Processing......Page 332
Word Clouds......Page 333
n-gram Models......Page 336
Grammars......Page 339
An Aside: Gibbs Sampling......Page 342
Topic Modeling......Page 343
For Further Exploration......Page 348
21. Network Analysis......Page 350
Betweenness Centrality......Page 351
Eigenvector Centrality......Page 356
Matrix Multiplication......Page 357
Centrality......Page 360
Directed Graphs and PageRank......Page 361
For Further Exploration......Page 364
22. Recommender Systems......Page 365
Manual Curation......Page 366
Recommending What’s Popular......Page 367
User-Based Collaborative Filtering......Page 368
Item-Based Collaborative Filtering......Page 371
For Further Exploration......Page 373
23. Databases and SQL......Page 375
CREATE TABLE and INSERT......Page 376
UPDATE......Page 378
DELETE......Page 379
SELECT......Page 380
GROUP BY......Page 382
ORDER BY......Page 385
JOIN......Page 386
Subqueries......Page 389
Indexes......Page 390
Query Optimization......Page 391
NoSQL......Page 392
For Further Exploration......Page 393
24. MapReduce......Page 395
Example: Word Count......Page 396
Why MapReduce?......Page 398
MapReduce More Generally......Page 399
Example: Analyzing Status Updates......Page 400
Example: Matrix Multiplication......Page 402
An Aside: Combiners......Page 404
For Further Exploration......Page 405
25. Go Forth and Do Data Science......Page 407
IPython......Page 408
Mathematics......Page 409
Not from Scratch......Page 410
NumPy......Page 411
pandas......Page 412
scikit-learn......Page 413
Visualization......Page 414
R......Page 415
Find Data......Page 416
Do Data Science......Page 417
Hacker News......Page 418
Fire Trucks......Page 419
T-shirts......Page 420
And You?......Page 421
Index......Page 423




نظرات کاربران