返回首页
苏宁会员
购物车 0
易付宝
手机苏宁

服务体验

店铺评分与同行业相比

用户评价:----

物流时效:----

售后服务:----

  • 服务承诺: 正品保障
  • 公司名称:
  • 所 在 地:
本店所有商品

  • 醉染图书数据科学原理9787564173647
  • 正版全新
    • 作者: (美)思南·约茨德米尔(Sinan Ozdemir) 著著 | (美)思南·约茨德米尔(Sinan Ozdemir) 著编 | (美)思南·约茨德米尔(Sinan Ozdemir) 著译 | (美)思南·约茨德米尔(Sinan Ozdemir) 著绘
    • 出版社: 东南大学出版社
    • 出版时间:2017-10-01
    送至
  • 由""直接销售和发货,并提供售后服务
  • 加入购物车 购买电子书
    服务

    看了又看

    商品预定流程:

    查看大图
    /
    ×

    苏宁商家

    商家:
    醉染图书旗舰店
    联系:
    • 商品

    • 服务

    • 物流

    搜索店内商品

    商品参数
    • 作者: (美)思南·约茨德米尔(Sinan Ozdemir) 著著| (美)思南·约茨德米尔(Sinan Ozdemir) 著编| (美)思南·约茨德米尔(Sinan Ozdemir) 著译| (美)思南·约茨德米尔(Sinan Ozdemir) 著绘
    • 出版社:东南大学出版社
    • 出版时间:2017-10-01
    • 版次:1
    • 印次:1
    • 字数:475千字
    • 页数:369
    • 开本:16开
    • ISBN:9787564173647
    • 版权提供:东南大学出版社
    • 作者:(美)思南·约茨德米尔(Sinan Ozdemir) 著
    • 著:(美)思南·约茨德米尔(Sinan Ozdemir) 著
    • 装帧:平装
    • 印次:1
    • 定价:92.00
    • ISBN:9787564173647
    • 出版社:东南大学出版社
    • 开本:16开
    • 印刷时间:暂无
    • 语种:暂无
    • 出版时间:2017-10-01
    • 页数:369
    • 外部编号:1201590633
    • 版次:1
    • 成品尺寸:暂无

    Preface
    Chapter 1: How to Sound Like a Data Scientist
    What is data science?
    Basic terminology
    Why data science?
    Example - Sigma Technologies
    The data science Venn diagram
    The math
    Example - spawner-recruit models
    Computer programming
    Why Python?
    Python practices
    Example of basic Python
    Domain knowledge
    Some more terminology
    Data science case studies
    Case study - automating government paper pushing
    Fire all humans, right?
    Case study - marketing dollars
    Case study - whats in a job description?
    Summary
    Chapter 2: Types of Data
    Flavors of data
    Why look at these distinctions?
    Structured versus unstructured data
    Example of data preprocessing
    Word/phrase counts
    Presence of certain spe characters
    Relative lent&nsp;of text
    Picking out topics
    ntitative versus qualitative data
    Example - coffee shop data
    Example - world alcohol consumption data
    Digging deeper
    The road thus far
    The four levels of data
    The nominal level
    Mathematical oraios allowed
    Measures of center
    What data is like at the nominal level
    The ordinal level
    Examples
    Mathematical oraios allowed
    Measures of center
    ick recap and check
    The interval level
    Example
    Mathematical oraios allowed
    Measures of center
    Measures of variation
    The ratio level
    Examples
    Measures of center
    Problems with the ratio level
    Data is in the eye of the beholder
    Summary
    Chapter 3: The Five Steps of Data Science
    Introduction to Data Science
    Overview of the five steps
    Ask an interesting question
    Obtain the data
    Explore the data
    Model the data
    Communicate and visualize the results
    Explore the data
    Basic questions for data exploration
    Dataset 1 - Yelp
    Dataframes
    Series
    Exploration tips for qualitative data
    Dataset 2 - titanic
    Summary
    Chapter 4: Basic Mathematics
    Mathematics as a discipline
    Basic symbols and terminology
    Vectors and matrices
    ick exercises
    Answers
    Arithmetic symbols
    Summation
    Proportional
    Dot product
    Graphs
    Logarithms/exponents
    Set theory
    Linear algebra
    Matrix multiplication
    How to multiply matrices
    Summary
    Chapter 5: Isible or Improbable - A Gentle Introduction to Probability
    Basic definitions
    Probability
    Bayesian versus Frequentist
    Frequentist approach
    The law of large numbers
    Compound events
    Conditional probability
    The rules of probability
    The addition rule
    Mutual exclusivity
    The multiplication rule
    Independence
    Complementary events
    A bit deeper
    Summary
    Chapter 6: Advanced Probability
    Collectively exhaustive events
    Bayesian ideas revisited
    Bayes theorem
    More applications of Bayes theorem
    Example - Titanic
    Example - medical studies
    Random variables
    Discrete random variables
    Types of discrete random variables
    Summary
    Chapter 7: Basic Statistics
    What are statistics?
    How do we obtain and sample data?
    Obtaining data
    Observational
    Experimental
    Sampling data
    Probability sampling
    Random sampling
    Unequal probability sampling
    How do we measure statistics?
    Measures of center
    Measures of variation
    Definition
    Example - employee salaries
    Measures of relative standing
    The insightful part - correlations in data
    The Empirical rule
    Summary
    Chapter 8: Advanced Statistics
    Point estimates
    Sampling distributions
    Confidence intervals
    Hypothesis tests
    Conducting a hypothesis test
    One sample t-tests
    Example of a one sample t-tests
    Assutin of the one sample t-tests
    Type I and type II errors
    Hypothesis test for categorical variables
    Chi-square goodness of fit test
    Chi-square test for association/independence
    Summary
    Chapter 9: Communicating Data
    Why does communication matter?
    Identifying effective and ineffective visualizations
    Scatter plots
    Line graphs
    Bar charts
    Histograms
    Box plots
    When graphs and statistics lie
    Correlation versus causation
    Sisn paradox
    If correlation doesnt imply causation, then what does?
    Verbal communication
    Its about telling a story
    On the more formal side of things
    The whylhowlwhat strategy of presenting
    Summary
    Chapter 10: How to Tell If Your Toaster Is Learning - Machine Learning Essentials
    What is machine learning?
    Machine learning isnt perfect
    How does machine learning work?
    Types of machine learning
    Supervised learning
    Its not only about predictions
    Types of supervised learning
    Data is in the eyes of the beholder
    Unsupervised learning
    Reinforcement learning
    Overview of the types of machine learning
    How does statistical modeling fit into all of this?
    Linear regression
    Adding more predictors
    Regression metrics
    Logistic regression
    Probability, odds, and log odds
    The math of logistic regression
    Dummy variables
    Summary
    Chapter 11: Predictions Dont Grow on Trees - or Do They?
    Nafve Bayes classification
    Decision trees
    How does a computer build a regression tree?
    How does a computer fit a classification tree?
    Unsupervised learning
    When to use unsupervised learning
    K-means clustering
    Illustrative example - data points
    Illustrative example - beer!
    Choosing an optimal number for K and cluster validation
    The Silhouette Coefficient
    Feature extraction and principal component analysis
    Summary
    Chapter 12: Beyond the Essentials
    The bias variance tradeoff
    Error due to bias
    Error due to variance
    Two extreme cases of bias/variance tradeoff
    Underfitting
    Overfitting
    How bias/variance play into error functions
    K folds cross-validation
    Grid searching
    Visualizing training error versus cross-validation error
    Ensembling techniques
    Random forests
    Comparing Random forests with decision trees
    Neural networks
    Basic structure
    Summary
    Chapter 13: Case Studies
    Case study 1 - predicting stock prices based on so media
    Text sentiment analysis
    Exploratory data analysis
    Regression route
    Classification route
    Going beyond with this example
    Case study 2 - why do some people cheat on their spouses?
    Case study 3 - using tensorflow
    Tensorflow and neural networks
    Summary
    Index

    售后保障

    最近浏览

    猜你喜欢

    该商品在当前城市正在进行 促销

    注:参加抢购将不再享受其他优惠活动

    x
    您已成功将商品加入收藏夹

    查看我的收藏夹

    确定

    非常抱歉,您前期未参加预订活动,
    无法支付尾款哦!

    关闭

    抱歉,您暂无任性付资格

    此时为正式期SUPER会员专享抢购期,普通会员暂不可抢购