ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Bayesian Analysis with Python

دانلود کتاب تحلیل بیزی با پایتون

Bayesian Analysis with Python

مشخصات کتاب

Bayesian Analysis with Python

ویرایش: 1 edition 
نویسندگان:   
سری:  
ISBN (شابک) : 9781785883804, 1785889850 
ناشر: Packt Publishing 
سال نشر: 2016 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 15 مگابایت 

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



کلمات کلیدی مربوط به کتاب تحلیل بیزی با پایتون: نظریه تصمیم گیری آماری بیزی، پردازش زبان طبیعی، پایتون، کتاب های الکترونیکی



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

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


در صورت تبدیل فایل کتاب Bayesian Analysis with Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


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

پوشش دادن؛ کپی رایت؛ وام؛ درباره نویسنده؛ درباره داور؛ www.PacktPub.com; فهرست مطالب؛ پیشگفتار؛ فصل 1: تفکر احتمالی -- یک آغازگر استنتاج بیزی. آمار به عنوان شکلی از مدل سازی؛ تجزیه و تحلیل داده های اکتشافی؛ آمار استنباطی; احتمالات و عدم قطعیت؛ توزیع احتمال؛ قضیه بیز و استنتاج آماری. استنتاج تک پارامتری؛ مشکل ورق سکه؛ مدل کلی؛ انتخاب احتمال؛ انتخاب قبلی؛ گرفتن پسین؛ محاسبه و ترسیم قسمت های خلفی. تأثیر قبلی و نحوه انتخاب یکی.; حاشیه نویسی


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

Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Thinking Probabilistically -- A Bayesian Inference Primer; Statistics as a form of modeling; Exploratory data analysis; Inferential statistics; Probabilities and uncertainty; Probability distributions; Bayes' theorem and statistical inference; Single parameter inference; The coin-flipping problem; The general model; Choosing the likelihood; Choosing the prior; Getting the posterior; Computing and plotting the posterior; Influence of the prior and how to choose one.;Annotation



فهرست مطالب

Cover
Copyright
Credits
About the Author
About the Reviewer
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Thinking Probabilistically --
A Bayesian Inference Primer
Statistics as a form of modeling
Exploratory data analysis
Inferential statistics
Probabilities and uncertainty
Probability distributions
Bayes' theorem and statistical inference
Single parameter inference
The coin-flipping problem
The general model
Choosing the likelihood
Choosing the prior
Getting the posterior
Computing and plotting the posterior
Influence of the prior and how to choose one. Communicating a Bayesian analysisModel notation and visualization
Summarizing the posterior
Highest posterior density
Posterior predictive checks
Installing the necessary Python packages
Summary
Exercises
Chapter 2: Programming Probabilistically --
A PyMC3 Primer
Probabilistic programming
Inference engines
Non-Markovian methods
Markovian methods
PyMC3 introduction
Coin-flipping, the computational approach
Model specification
Pushing the inference button
Diagnosing the sampling process
Summarizing the posterior
Posterior-based decisions
ROPE
Loss functions
Summary. Keep readingExercises
Chapter 3: Juggling with Multi-Parametric and Hierarchical Models
Nuisance parameters and marginalized distributions
Gaussians, Gaussians, Gaussians everywhere
Gaussian inferences
Robust inferences
Student's t-distribution
Comparing groups
The tips dataset
Cohen's d
Probability of superiority
Hierarchical models
Shrinkage
Summary
Keep reading
Exercises
Chapter 4: Understanding and Predicting Data with Linear Regression Models
Simple linear regression
The machine learning connection
The core of linear regression models. Linear models and high autocorrelationModifying the data before running
Changing the sampling method
Interpreting and visualizing the posterior
Pearson correlation coefficient
Pearson coefficient from a multivariate Gaussian
Robust linear regression
Hierarchical linear regression
Correlation, causation, and the messiness of life
Polynomial regression
Interpreting the parameters of a polynomial regression
Polynomial regression --
the ultimate model?
Multiple linear regression
Confounding variables and redundant variables
Multicollinearity or when the correlation is too high. Masking effect variablesAdding interactions
The GLM module
Summary
Keep reading
Exercises
Chapter 5: Classifying Outcomes with Logistic Regression
Logistic regression
The logistic model
The iris dataset
The logistic model applied to the iris dataset
Making predictions
Multiple logistic regression
The boundary decision
Implementing the model
Dealing with correlated variables
Dealing with unbalanced classes
How do we solve this problem?
Interpreting the coefficients of a logistic regression
Generalized linear models
Softmax regression or multinomial logistic regression.




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