[ 收藏 ] [ 繁体中文 ]  
臺灣貨到付款、ATM、超商、信用卡PAYPAL付款,4-7個工作日送達,999元臺幣免運費   在線留言 商品價格為新臺幣 
首頁 電影 連續劇 音樂 圖書 女裝 男裝 童裝 內衣 百貨家居 包包 女鞋 男鞋 童鞋 計算機周邊

商品搜索

 类 别:
 关键字:
    

商品分类

  • 新类目

     管理
     投资理财
     经济
     社会科学
  • PyTorch深度學習編程(影印版) 伊恩·波特(Ian Pointer) 著 專業
    該商品所屬分類:計算機/網絡 -> 計算機/網絡
    【市場價】
    684-992
    【優惠價】
    428-620
    【作者】 伊恩·波特(Ian 
    【出版社】東南大學出版社 
    【ISBN】9787564188795
    【折扣說明】一次購物滿999元台幣免運費+贈品
    一次購物滿2000元台幣95折+免運費+贈品
    一次購物滿3000元台幣92折+免運費+贈品
    一次購物滿4000元台幣88折+免運費+贈品
    【本期贈品】①優質無紡布環保袋,做工棒!②品牌簽字筆 ③品牌手帕紙巾
    版本正版全新電子版PDF檔
    您已选择: 正版全新
    溫馨提示:如果有多種選項,請先選擇再點擊加入購物車。
    *. 電子圖書價格是0.69折,例如了得網價格是100元,電子書pdf的價格則是69元。
    *. 購買電子書不支持貨到付款,購買時選擇atm或者超商、PayPal付款。付款後1-24小時內通過郵件傳輸給您。
    *. 如果收到的電子書不滿意,可以聯絡我們退款。謝謝。
    內容介紹



    ISBN編號:9787564188795
    書名:PyTorch深度學習編程(影印版) PyTorch深度學習編程(影印版)
    作者:伊恩·波特(Ian

    代碼:79
    開本:16開
    是否是套裝:否

    出版社名稱:東南大學出版社
    出版時間:2020-05

        
        
    "

    PyTorch深度學習編程(影印版)

    作  者: (美)伊恩·波特 著
    size="731x8"
    定  價: 79
    size="731x8"
    出?版?社: 東南大學出版社
    size="731x8"
    出版日期: 2020年06月01日
    size="731x8"
    頁  數: 200
    size="731x8"
    裝  幀: 平裝
    size="731x8"
    ISBN: 9787564188795
    size="731x8"
    目錄
    ●Preface
    1. Getting Started with PyTorch
    Building a Custom Deep Learning Machine
    GPU
    CPU/Motherboard
    RAM
    Storage
    Deep Learning in the Cloud
    Google Colaboratory
    Cloud Providers
    Which Cloud Provider Should I Use?
    Using Jupyter Notebook
    Installing PyTorch from Scratch
    Download CUDA
    Anaconda
    Finally, PyTorch!(and Jupyter Notebook)
    Tensors
    Tensor Operations
    Tensor Broadcasting
    Conclusion
    Further Reading
    2. Image Classification with PyTorch
    Our Classification Problem
    Traditional Challenges
    But First, Data
    PyTorch and Data Loaders
    Building a Training Dataset
    Building Validation and Test Datasets
    Finally, a Neural Network!
    Activation Functions
    Creating a Network
    Loss Functions
    Optimizing
    Training
    Making It Work on the GPU
    Putting It All Together
    Making Predictions
    Model Saving
    Conclusion
    Further Reading
    3. Convolutional Neural Networks
    Our First Convolutional Model
    Convolutions
    Pooling
    Dropout
    History of CNN Architectures
    AlexNet
    Inception/GoogLeNet
    VGG
    ResNet
    Other Architectures Are Available!
    Using Pretrained Models in PyTorch
    Examining a Model's Structure
    BatchNorm
    Which Model Should You Use?
    One-Stop Shopping for Models: PyTorch Hub
    Conclusion
    Further Reading
    4. Transfer Learning and Other Tricks
    Transfer Learning with ResNet
    Finding That Learning Rate
    Differential Learning Rates
    Data Augmentation
    Torchvision Transforms
    Color Spaces and Lambda Transforms
    Custom Transform Classes
    Start Small and Get Bigger!
    Ensembles
    Conclusion
    Further Reading
    5. Text Classificati0n
    Recurrent Neural Networks
    Long Short-Term Memory Networks
    Gated Recurrent Units
    biLSTM
    Embeddings
    torchtext
    Getting Our Data: Tweets!
    Defining Fields
    Building a Vocabulary
    Creating Our Model
    Updating the Training Loop
    Classifying Tweets
    Data Augmentation
    Random Insertion
    Random Deletion
    Random Swap
    Back Translation
    Augmentation and torchtext
    Transfer Learning?
    Conclusion
    Further Reading
    6. A Journey into Sound
    Sound
    The ESC-50 Dataset
    Obtaining the Dataset
    Playing Audio in Jupyter
    Exploring ESC-50
    SoX and LibROSA
    torchaudio
    Building an ESC-50 Dataset
    A CNN Model for ESC-50
    This Frequency Is My Universe
    Mel Spectrograms
    A New Dataset
    A Wild ResNet Appears
    Finding a Learning Rate
    Audio Data Augmentation
    torchaudio Transforms
    SoX Effect Chains
    SpecAugment
    Further Experiments
    Conclusion
    Further Reading
    7. Debugging PyTorch Models
    It's 3 a.m. What Is Your Data Doing?
    TensorBoard
    Installing TensorBoard
    Sending Data to TensorBoard
    PyTorch Hooks
    Plotting Mean and Standard Deviation
    Class Activation Mapping
    Flame Graphs
    Installing py-spy
    Reading Flame Graphs
    Fixing a Slow Transformation
    Debugging GPU Issues
    Checking Your GPU
    Gradient Checkpointing
    Conclusion
    Further Reading
    8. PyTorch in Production
    Model Serving
    Building a Flask Service
    Setting Up the Model Parameters
    Building the Docker Container
    Local Versus Cloud Storage
    Logging and Telemetry
    Deploying on Kubernetes
    Setting Up on Google Kubernetes Engine
    Creating a k8s Cluster
    Scaling Services
    Updates and Cleaning Up
    TorchScript
    Tracing
    Scripting
    TorchScript Limitations
    Working with libTorch
    Obtaining libTorch and Hello World
    Importing a TorchScript Model
    Conclusion
    Further Reading
    9. PyTorch in the Wild
    Data Augmentation: Mixed and Smoothed
    mixup
    Label Smoothing
    Computer, Enhance!
    Introduction to Super-Resolution
    An Introduction to GANs
    The Forger and the Critic
    Training a GAN
    The Dangers of Mode Collapse
    ESRGAN
    Further Adventures in Image Detection
    Object Detection
    Faster R-CNN and Mask R-CNN
    Adversarial Samples
    Black-Box Attacks
    Defending Against Adversarial Attacks
    More Than Meets the Eye: The Transformer Architecture
    Paying Attention
    Attention Is All You Need
    BERT
    FastBERT
    GPT-2
    Generating Text with GPT-2
    ULMFiT
    What to Use?
    Conclusion
    Further Reading
    Index
    內容虛線

    內容簡介

    size="789x11"

    向深度學習勇敢邁出下一步吧,這種機器學習方法正在改變我們周圍的世界。通過這本實用的參考書,你將學會使用Facebook的開源PyTorch框架快速了解深度學習的關鍵思想,掌握創建你自己的神經網絡所需的新技能。
    Ian Pointer首先為你展示如何在基於雲的環境中設置PyTorch,然後通過深入了素,帶領你創建有助於對圖像、聲音、文本等進行操作的神經網絡架構。他還介紹了將遷移學習應用於圖像、調試模型以及生產環境中的PyTorch的關鍵概念。

    "
     
    網友評論  我們期待著您對此商品發表評論
     
    相關商品
    在線留言 商品價格為新臺幣
    關於我們 送貨時間 安全付款 會員登入 加入會員 我的帳戶 網站聯盟
    DVD 連續劇 Copyright © 2024, Digital 了得網 Co., Ltd.
    返回頂部