جسجتو در بین میلیونها کتاب

دانلود نامحدود

دانلود نامحدود

ساعات پشتیبانی تلفنی

پشتیبانی از ساعت 7 تا 23

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

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

دانلود کتاب Data Science: An Introduction to Statistics and Machine Learning

علم داده: مقدمه ای بر آمار و یادگیری ماشین
عنوان فارسی

علم داده: مقدمه ای بر آمار و یادگیری ماشین

عنوان اصلیData Science: An Introduction to Statistics and Machine Learning
ناشرSpringer
نویسندهMatthias Plaue
ISBN 9783662678817, 9783662678824
سال نشر2023
زبانEnglish
تعداد صفحات372
دسته الگوریتم ها و ساختارهای داده ها: شناخت الگو
فرمت کتابpdf - قابل تبدیل به سایر فرمت ها
حجم فایل15 مگابایت

* نکته : همۀ کتاب های موجود در وبسایت زبان اصلی می باشد و کتاب ترجمه فارسی موجود نمی باشد.

وضعیت : موجود

قیمت : 41,000 تومان

دانلود بلافاصله بعد از پرداخت امکان پذیر است

میانگین امتیاز:
از 15 رای

مشاهد کتاب در آمازون
توضیحات فهرست مطالب اطلاعات قبل از خربد

توضیحاتی در مورد کتاب

این کتاب درسی مقدمه ای آسان برای مفاهیم و الگوریتم های ریاضی در پایه علم داده ارائه می دهد. بخش‌های اساسی سازمان‌دهی داده‌ها، آمار توصیفی و استنباطی، نظریه احتمالات و یادگیری ماشین را پوشش می‌دهد. این موضوعات به روشی واضح و ریاضی ارائه شده است تا به خوانندگان کمک کند تا درک عمیق و اساسی پیدا کنند. نمونه های کاربردی متعددی بر اساس داده های واقعی گنجانده شده است. این کتاب برای مدرسان و دانشجویان دانشگاه های فنی مناسب است و مقدمه و مروری خوبی برای افرادی که تازه با این موضوع آشنا هستند ارائه می دهد. دانش پایه ریاضی حساب دیفرانسیل و انتگرال و جبر خطی مورد نیاز است.

در این فصل به یادگیری ماشین نظارت شده می پردازیم. روش‌های نظارت‌شده مبتنی بر ارزیابی آماری نمونه‌ای هستند که در آن هر مشاهده با یک تخصیص شناخته شده از قبل یک برچسب همراه است که الگوریتم در نهایت قرار است برای داده‌های هنوز دیده نشده پیش‌بینی کند. آن نمونه مجموعه داده آموزشی نامیده می شود. با رعایت مثال طبقه‌بندی تصویر، یک مجموعه داده آموزشی شامل تعداد (بزرگ) عکس می‌شود، که هر کدام (به صورت دستی) با یکی از برچسب‌ها حاشیه‌نویسی شده‌اند: منظره، پرتره، و غیره. در حالت ایده‌آل، الگوریتم یادگیری قادر خواهد بود. برای تشخیص الگوهایی که مشخصه و تمایز بین عکس های منظره و پرتره است. به طور دقیق تر، این الگوها تغییرات آماری ویژگی ها هستند. برای عکس های دیجیتال، ویژگی های خام با مقادیر رنگ هر پیکسل داده می شود. از این الگوهای آماری، قوانینی تولید می‌شوند که می‌توانند عکس‌های جدید را که هنوز دیده نمی‌شوند و در مجموعه داده آموزشی موجود نبودند، دسته‌بندی کنند. این قوانین به صراحت توسط برنامه نویس مشخص نشده اند اما توسط ماشین بر اساس مجموعه داده های آموزشی "یاد می گیرند".

فهرست مطالب

Preface
Preface to the original German edition.
Preface to the revised, English edition.
Contents
Notation
List of Figures
List of Tables
Introduction
References
Part I Basics
1 Elements of data organization
1.1 Conceptual data models
1.1.1 Entity–relationship models
1.2 Logical data models
1.2.1 Relational data models
1.2.2 Graph-based data models
1.2.3 Hierarchical data models
1.3 Data quality
1.3.1 Data quality dimensions
1.4 Data cleaning
1.4.1 Validation
1.4.2 Standardization
1.4.3 Imputation
1.4.3.1 Imputation with measures of central tendency
1.4.3.2 Imputation via regression and classification
1.4.4 Augmentation
1.4.5 Deduplication
1.4.5.1 Distance and similarity measures for strings
References
2 Descriptive statistics
2.1 Samples
2.2 Statistical charts
2.2.1 Bar charts and histograms
2.2.2 Scatter plots
2.2.3 Pie charts, grouped and stacked bar charts, heatmaps
2.2.3.1 Pie chart
2.2.3.2 Grouped and stacked bar charts
2.2.3.3 Heatmap
2.3 Measures of central tendency
2.3.1 Arithmetic mean and sample median
2.3.2 Sample quantiles
2.3.3 Geometric and harmonic mean
2.4 Measures of variation
2.4.1 Deviation around the mean or the median
2.4.2 Shannon index
2.5 Measures of association
2.5.1 Sample covariance and Pearson’s correlation coefficient
2.5.2 Rank correlation coefficients
2.5.3 Sample mutual information and Jaccard index
References
Part II Stochastics
3 Probability theory
3.1 Probability measures
3.1.1 Conditional probability
3.1.2 Bayes’ theorem
3.2 Random variables
3.2.1 Discrete and continuous random variables
3.2.2 Probability mass and density functions
3.2.2.1 Probability mass functions of discrete random variables
3.2.2.2 Probability density functions of continuous random variables
3.2.3 Transformations of random variables
3.2.3.1 Transformations of discrete random variables
3.2.3.2 Transformations of continuous random variables
3.3 Joint distribution of random variables
3.3.1 Joint probability mass and density functions
3.3.2 Conditional probability mass and density functions
3.3.3 Independent random variables
3.4 Characteristic measures of random variables
3.4.1 Median, expected value, and variance
3.4.2 Covariance and correlation
3.4.3 Chebyshev’s inequality
3.5 Sums and products of random variables
3.5.1 Chi-squared and Student’s t-distribution
References
4 Inferential statistics
4.1 Statistical models
4.1.1 Models of discrete random variables
4.1.2 Models of continuous random variables
4.2 Laws of large numbers
4.2.1 Bernoulli’s law of large numbers
4.2.2 Chebyshev’s law of large numbers
4.2.3 Variance estimation and Bessel correction
4.2.4 Lindeberg–Lévy central limit theorem
4.3 Interval estimation and hypothesis testing
4.3.1 Interval estimation
4.3.2 Z-test
4.3.3 Student’s t-test
4.3.4 Effect size
4.4 Parameter and density estimation
4.4.1 Maximum likelihood estimation
4.4.1.1 Power transforms
4.4.2 Bayesian parameter estimation
4.4.3 Kernel density estimation
4.5 Regression analysis
4.5.1 Simple linear regression
4.5.2 Theil–Sen regression
4.5.3 Simple logistic regression
References
5 Multivariate statistics
5.1 Data matrices
5.2 Distance and similarity measures
5.2.1 Distance and similarity measures for numeric variables
5.2.2 Distance and similarity measures for categorical variables
5.2.3 Distance and similarity matrices
5.3 Multivariate measures of central tendency and variation
5.3.1 Centroid and geometric median, medoid
5.3.2 Sample covariance and correlation matrix
5.4 Random vectors and matrices
5.4.1 Expectation vector and covariance matrix
5.4.2 Multivariate normal distributions
5.4.3 Multinomial distributions
References
Part III Machine learning
6 Supervised machine learning
6.1 Elements of supervised learning
6.1.1 Loss functions and empirical risk minimization
6.1.2 Overfitting and underfitting
6.1.2.1 Regularization
6.1.3 Training, model validation, and testing
6.1.3.1 Performance measures for regression
6.1.3.2 Performance measures for binary classification
6.1.4 Numerical optimization
6.2 Regression algorithms
6.2.1 Linear regression
6.2.1.1 Moore–Penrose inverse
6.2.2 Gaussian process regression
6.3 Classification algorithms
6.3.1 Logistic regression
6.3.1.1 Kernel logistic regression
6.3.2 K-nearest neighbors classification
6.3.3 Bayesian classification algorithms
6.3.3.1 Naive Bayes classification
6.3.3.2 Multinomial event model
6.3.3.3 Bernoulli event model
6.4 Artificial neural networks
6.4.1 Regression and classification with neural networks
6.4.2 Training neural networks by backpropagation of error
6.4.2.1 Dropout Dropout
6.4.3 Convolutional neural networks
References
7 Unsupervised machine learning
7.1 Elements of unsupervised learning
7.1.1 Intrinsic dimensionality of data
7.1.2 Topological characteristics of data
7.2 Dimensionality reduction
7.2.1 Principal component analysis
7.2.2 Autoencoders
7.2.3 Multidimensional scaling
7.2.4 t-distributed stochastic neighbor embedding (t-SNE)
7.3 Cluster analysis
7.3.1 K-means algorithm
7.3.1.1 Kernel K-means algorithm
7.3.2 Hierarchical cluster analysis
References
8 Applications of machine learning
8.1 Supervised learning in practice
8.1.1 MNIST: handwritten text recognition
8.1.2 CIFAR-10: object recognition
8.1.3 Large Movie Review Dataset: sentiment analysis
8.2 Unsupervised learning in practice
8.2.1 Text mining: topic modelling
8.2.2 Network analysis: community structure
References
Appendix
A Exercises with answers
A.1 Exercises
A.2 Answers
References
B Mathematical preliminaries
B.1 Basic concepts
B.1.1 Numbers and sets
B.1.2 Maps and functions
B.1.3 Families, sequences and tuples
B.1.4 Minimum/maximum and infimum/supremum
B.2 Linear algebra
B.2.1 Vectors and points
B.2.2 Matrices
B.2.3 Subspaces and linear maps
B.2.4 Eigenvectors and eigenvalues
B.3 Multivariate calculus
B.3.1 Limits
B.3.2 Continuous functions
B.3.3 Differentiable functions
B.3.4 Integrals
References
Supplementary literature
References
Index

نحوه دریافت کتاب

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

ورود به حساب کاربری

نام کاربری کلمه عبور

رمز عبور را فراموش کردی؟ کلیک کن

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

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

نام نام کاربری آدرس ایمیل شماره موبایل کلمه عبور