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

服务体验

店铺评分与同行业相比

用户评价:----

物流时效:----

售后服务:----

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

  • 构建机器学习应用(影印版)(英文版) (法)伊曼纽尔·阿米森 著 专业科技 文轩网
  • 新华书店正版
    • 作者: (法)伊曼纽尔·阿米森著
    • 出版社: 东南大学出版社
    • 出版时间:2020-08-01 00:00:00
    送至
  • 由""直接销售和发货,并提供售后服务
  • 加入购物车 购买电子书
    服务

    看了又看

    商品预定流程:

    查看大图
    /
    ×

    苏宁商家

    商家:
    文轩网图书旗舰店
    联系:
    • 商品

    • 服务

    • 物流

    搜索店内商品

    商品分类

         https://product.suning.com/0070067633/11555288247.html

     

    商品参数
    • 作者: (法)伊曼纽尔·阿米森著
    • 出版社:东南大学出版社
    • 出版时间:2020-08-01 00:00:00
    • 版次:1
    • 印次:1
    • 印刷时间:2020-08-01
    • 字数:318000
    • 页数:238
    • 开本:16开
    • 装帧:平装
    • ISBN:9787564189518
    • 国别/地区:中国
    • 版权提供:东南大学出版社

    构建机器学习应用(影印版)(英文版)

    作  者:(法)伊曼纽尔·阿米森 著
    定  价:89
    出 版 社:东南大学出版社
    出版日期:2020年08月01日
    页  数:238
    装  帧:平装
    ISBN:9787564189518
    主编推荐

    内容简介

    学习设计、构建和部署机器学习(ML)应用所需的技能。通过这本实用的教程,你将构建一个机器学习驱动的示例应用程序,将最初的想法转化成可部署的产品。数据科学家、软件工程师和产品经理一一无论经验丰富的的专家还是刚刚入门的新手一一都可以循序渐进地学习构建实际的机器学习应用程序所涉及的工具、很好实践和技术挑战。 作者Emmanuel Ameisen是一名经验丰富的数据科学家,他领导着一个人工智能教育项目群,通过代码片段、插图和屏幕截图以及对行业领袖的采访内容展示实用的机器学习概念。本书第一部分教授如何设计一个机器学习应用程序并评估效果;第二部分介绍如何构建一个可用的机器学习模型;第三部分演示改进模型的方法,让模型满足你最初的设想;第四部分介绍应用部署和监测策略。 这本书将帮助你: 定义产品目标,确立一个机器学习问题; 快速构建一个端到端机器学习流水线并获取一个null

    作者简介

    伊曼纽尔·阿米森是Stripe公司的机器学习工程师,曾经为Local Motion和Zipcar公司实施并部署了预测分析和机器学习解决方案。最近,他正在领导洞见数据科学(Insight Data Scierice)的人工智能项目群,指导着100多个机器学习项目。Emmanuel拥有法国三所很好大学的人工智能、计算机工程和管理硕士学位。

    精彩内容

    目录
    Preface
    Part I. Find the Correct ML Approach
    1. From Product Goal to ML Framing
    Estimate What Is Possible
    Models
    Data
    Framing the ML Editor
    Trying to Do It All with ML: An End-to-End Framework
    The Simplest Approach: Being the Algorithm
    Middle Ground: Learning from Our Experience
    Monica Rogati: How to Choose and Prioritize ML Projects
    Conclusion
    2. Createa Plan
    Measuring Success
    Business Performance
    Model Performance
    Freshness and Distribution Shift
    Speed
    Estimate Scope and Challenges
    Leverage Domain Expertise
    Stand on the Shoulders of Giants
    ML Editor Planning
    Initial Plan for an Editor
    Always Start with a Simple Model
    To Make Regular Progress: Start Simple
    Start with a Simple Pipeline
    Pipeline for the ML Editor
    Conclusion
    Part II. Build a Working Pipeline
    3. Build Your First End-to-End Pipeline
    The Simplest Scaffolding
    Prototype of an ML Editor
    Parse and Clean Data
    Tokenizing Text
    Generating Features
    Test Your Workflow
    User Experience
    Modeling Results
    ML Editor Prototype Evaluation
    Model
    User Experience
    Conclusion
    4. Acquire an Initial Dataset
    Iterate on Datasets
    Do Data Science
    Explore Your First Dataset
    Be Efficient, Start Small
    Insights Versus Products
    A Data Quality Rubric
    Label to Find Data Trends
    Summary Statistics
    Explore and Label Efficiently
    Be the Algorithm
    Data Trends
    Let Data Inform Features and Models
    Build Features Out of Patterns
    ML Editor Features
    Robert Munro: How Do You Find, Label, and Leverage Data?
    Conclusion
    Part III. Iterate on Models
    5. Train and Evaluate Your Model
    The Simplest Appropriate Model
    Simple Models
    From Patterns to Models
    Split Your Dataset
    ML Editor Data Split
    Judge Performance
    Evaluate Your Model: Look Beyond Accuracy
    Contrast Data and Predictions
    Confusion Matrix
    ROC Curve
    Calibration Curve
    Dimensionality Reduction for Errors
    The Top-k Method
    Other Models
    Evaluate Feature Importancek
    Directly from a Classifier
    Black-Box Explainers
    Conclusion
    6. Debug Your ML Problems
    Software Best Practices
    ML-Specific Best Practices
    Debug Wiring: Visualizing and Testing
    Start with One Example
    Test Your ML Code
    Debug Training: Make Your Model Learn
    Task Difficulty
    Optimization Problems
    Debug Generalization: Make Your Model Useful
    Data Leakage
    Overfitting
    Consider the Task at Hand
    Conclusion
    7. Using Classifiers for Writing Recommendations
    Extracting Recommendations from Models
    What Can We Achieve Without a Model?
    Extracting Global Feature Importance
    Using a Model's Score
    Extracting Local Feature Importance
    Comparing Models
    Version 1: The Report Card
    Version 2: More Powerful, More Unclear
    Version 3: Understandable Recommendations
    Generating Editing Recommendations
    Conclusion
    Part IV. Deploy and Monitor
    8. Considerations When Deploying Models
    Data Concerns
    Data Ownership
    Data Bias
    Systemic Bias
    Modeling Concerns
    Feedback Loops
    Inclusive Model Performance
    Considering Context
    Adversaries
    Abuse Concerns and Dual-Use
    Chris Harland: Shipping Experiments
    Conclusion
    9. Choose Your Deployment Option
    Server-Side Deployment
    Streaming Application or API
    Batch Predictions
    Client-Side Deployment
    On Device
    Browser Side
    Federated Learning: A Hybrid Approach
    Conclusion
    10. Build Safeguards for Models
    Engineer Around Failures
    Input and Output Checks
    Model Failure Fal

    售后保障

    最近浏览

    猜你喜欢

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

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

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

    查看我的收藏夹

    确定

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

    关闭

    抱歉,您暂无任性付资格

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