幫助中心 | 我的帳號 | 關於我們

Swift人工智慧實用指南(從基礎理論到人工智慧驅動的應用開發影印版)(英文版)

  • 作者:(澳)Mars Geldard//Jon Manning//Paris Buttfield-Addison//Tim Nugent|責編:張燁
  • 出版社:東南大學
  • ISBN:9787564188788
  • 出版日期:2020/06/01
  • 裝幀:平裝
  • 頁數:501
人民幣:RMB 128 元      售價:
放入購物車
加入收藏夾

內容大鋼
    在你的iOS、macOS、tvOS和watchOS的Swift應用中創建並實現基於人工智慧和機器學習的功能。有了這本實用的指導書,各種背景的程序員和開發者都將找到一個Swift一站式人工智慧和機器學習解決方案。你將學習如何構建使用強大的人工智慧軟體來實現識別圖像、進行預測、生成內容、提出建議等功能。
    人工智慧對每個開發者來說越來越重要一一你不需要成為數據科學家或數學家就能在你的應用中利用它。探索用於構建應用程序的基於Swift的人工智慧和機器學習技術。了解人工智慧驅動的特性以及它們如何發揮作用。學習不同的開發工具,如蘋果公司基於Python開發的Turi Crete和谷歌的Swift for TensorFlow庫。
    ·基礎和工具:學習人工智慧基礎知識,將任務應用到模型上,並發現如何構建或查找數據集
    ·基於任務的人工智慧:構建視覺、音頻、文本、運動和增強學習相關功能;學習如何對現有的模型進行遷移學習
    ·超越實踐:發現基於任務的實踐背後的理論,探索人工智慧和機器學習方法,並學習如何從頭開始構建它們

作者介紹
(澳)Mars Geldard//Jon Manning//Paris Buttfield-Addison//Tim Nugent|責編:張燁

目錄
Preface
Part I.  Fundamentals and Tools
  1.ArtificialIntelligence!7
    Practical AI with Swift…and Python
      Code Examples
    Why Swift
      Why AI
    What Is AI and What Can It Do
      Deep Learning versus AI
      Where Do the Neural Networks Come In
      Ethical,Effective,and Appropriate Use of AI
    Practical AI Tasks
    A Typical Task·Based Approach
  2.ToolsforArtiflciaIIntelligence
    Why Top Down
    GreatToolsforGreatAI
    ToolsfromApple
      CoreML
      CreateML
      Turi Create
      Apple's Other Frameworks
      CoreML Community TOols
    Tools from Others
      Swift for TensorFlow
      TensorFlow to CoreML Model Converter
      Other Converters
    AI-Adjacent Tools
      Python
      Keras,Pandas,Jupyter,Colaboratory,Docke~Oh
      Other People's Tools
    What's Next
  3.FindingorBuilding aDataset
    Planning and Identifying Data to Target
      Negation as Failure
      Closed-Wbrid Assumptions
    Finding a Dataset
      Where to Look
      What to Look Outfor
    Building a Dataset
      Data Recording
      Data Collation
      Data Scraping
    Preparing a Dataset
      Getting to Know a Dataset
      Cleaning a Dataset
      Transforming a Dataset
      verif)ring the Suitability of a Dataset
    Apple's Models
PartlI.Tasks
  4.Vision

    Practical AI and Vision
    Task:Face Detection
      Problem and Approach
      Building the App
      What Just Happened?How Does This Work
      Improving the App
      Even More Improvements
    Task:Barcode Detection
    Task:Saliency Detection
    Task:Image Similarity
      Problem and Approach
      Building the App
      What Just Happened?How Does This Work
      Next Steps
    Task:Image Classification
      Problem and Approach
      Building the ipp
      AI T00lkit and Dataset
      Incorporating the Model in the App
      Improving the ipp
    Task:Drawing Recognition
      Problem and Approach
      AI T00lkit and Dataset
      Buildingthe App
      What's Next
    Task:Style Classification
      Converting the Model
      UsingtheModel
    Next Steps
  5.Audio
    Audio and Practical AI
    Task:Speech Recognition
      Problem and Approach
      Building the ipp
      What Just Happened?How Does This Work
      What'sNext
    Task:Sound Classification
      Problem and Approach
      Buildingtheipp
      AI T00lkit and Dataset
      Creating a Model
      Incorporating the Model in the ipp
      Improvingthehpp
    Next Steps
  6.Textand Language
    Practical AI,Text,and Language
    Task:Language Identification
    Task:Named Entity Recognition
    Task:Lemmatization,Tagging,and Tokenization
      Parts of Speech

      Tokenizing a Sentence
    Task: Sentiment Analysis
      Problem and Approach
      Building the App
      AI T00lkit and Dataset
      Creating a Model
      Incorporating the Model in the ApP
    Task:Custom Text Classifiers
      AI T00lkit and Dataset
    Next Steps
  7.Motion andGestures
    Practical AI,Motion,and Gestures
    Task: Activity Recognition
      Problem and Approach
      Building the App
      What Just Happened?How Does This Wbrk
    Task:Gestural Classification for Drawing
      Problem and Approach
      AI 1bolkit and Dataset
      Building the App
    Task:Activity Classification
    Problem and Approach
      AI Toolkit and Dataset
    Using the Model
    Task:Using Augmented Reality with AI
    Next Steps
  8.Augmentation
    Practical AI and Augmentation
    Task:Image Style Transfer
      Problem and Approach
      Building the App
     AI Tbolkit and Dataset
      Creating a Model
      Incorporating the Model in the App
    Task:Sentence Generation
      What Just Happened?How Does This Work
    Task: Image Generation with a GAN
      Problem and Approach
      AI Toolkit and Dataset
      Building an App
    Task: Recommending Movies
      Problem and Approach
    AI Toolkit and Dataset
    Using a Recommender
  Task: Regressor Prediction
    Problem and Approach
    AI Toolkit and Dataset
    Using the Regressor in an App
  Next Steps
  9·Beyond Features

    Task:Installing Swift for TensorFloW
      Adding Swift for TensorFlow to Xcode
      Installing Swift for TensorFlow with Docker and Iupvter
    Using Python with Swift
    Task:Training a Classifier Using Swift for TensorFlow
    Task:Using the CoreML Community Tools
      The Problem
      The Process
      Using the Converted Model
    On-Device Model Updates
    Task:Downloading Models On-device
    Next Steps
Part III.Beyond
  10.AIandMEMethods
    Terminology
      AI/ML Components
      AI/ML Objectives
      TypesofValues
      Classification
      Methods
      Applications
      Clustering
      Methods
      Applications
      Next Steps
  11.Looking Underthe Hood
    A Look Inside CoreML
    Vision
      Face Detection
      Barcode Detection
      Saliency Detection
      Image Classification
      Image Similarity
      Bitmap Drawing Classification
    Audio
      Sound Classification
      Speech Recognition
    Text and Language
      Language Identification
      Named Entity Recognition
      Lemmatization,Tagging,Tokenization
    Recommendations
    Prediction
    Text Generation
    Generation
    The Future of CoreML
    Next Steps
12.TheHardWay
  Behind CoreML's Magic
  Task:Building XOR

    The Shape of Our Network
    TheCode
    BuildingIt Up
    MakingItWork
    TearingItDown
    Using the Neural Network
    Approximations of XOR
    Training
    Next Steps
Index

  • 商品搜索:
  • | 高級搜索
首頁新手上路客服中心關於我們聯絡我們Top↑
Copyrightc 1999~2008 美商天龍國際圖書股份有限公司 臺灣分公司. All rights reserved.
營業地址:臺北市中正區重慶南路一段103號1F 105號1F-2F
讀者服務部電話:02-2381-2033 02-2381-1863 時間:週一-週五 10:00-17:00
 服務信箱:bookuu@69book.com 客戶、意見信箱:cs@69book.com
ICP證:浙B2-20060032