語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
PyTorch recipes = a problem-solution...
~
Mishra, Pradeepta.
FindBook
Google Book
Amazon
博客來
PyTorch recipes = a problem-solution approach to build, train and deploy neural network models /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
PyTorch recipes/ by Pradeepta Mishra.
其他題名:
a problem-solution approach to build, train and deploy neural network models /
作者:
Mishra, Pradeepta.
出版者:
Berkeley, CA :Apress : : 2023.,
面頁冊數:
xxiv, 266 p. :ill., digital ;24 cm.
內容註:
Chapter 1: Introduction to PyTorch, Tensors, and Tensor Operations -- Chapter 2: Probability Distributions Using PyTorch -- Chapter 3: CNN and RNN Using PyTorch -- Chapter 4: Introduction to Neural Networks Using PyTorch -- Chapter 5: Supervised Learning Using PyTorch -- Chapter 6: Fine-Tuning Deep Learning Models Using PyTorch -- Chapter 7: Natural Language Processing Using PyTorch -- Chapter 8: Distributed PyTorch Modelling, Model Optimization and Deployment -- Chapter 9: Data Augmentation, Feature Engineering and Extractions for Image and Audio -- Chapter 10: PyTorch Model Interpretability and Interface to Sklearn.
Contained By:
Springer Nature eBook
標題:
Neural networks (Computer science) -
電子資源:
https://doi.org/10.1007/978-1-4842-8925-9
ISBN:
9781484289259
PyTorch recipes = a problem-solution approach to build, train and deploy neural network models /
Mishra, Pradeepta.
PyTorch recipes
a problem-solution approach to build, train and deploy neural network models /[electronic resource] :by Pradeepta Mishra. - Second edition. - Berkeley, CA :Apress :2023. - xxiv, 266 p. :ill., digital ;24 cm.
Chapter 1: Introduction to PyTorch, Tensors, and Tensor Operations -- Chapter 2: Probability Distributions Using PyTorch -- Chapter 3: CNN and RNN Using PyTorch -- Chapter 4: Introduction to Neural Networks Using PyTorch -- Chapter 5: Supervised Learning Using PyTorch -- Chapter 6: Fine-Tuning Deep Learning Models Using PyTorch -- Chapter 7: Natural Language Processing Using PyTorch -- Chapter 8: Distributed PyTorch Modelling, Model Optimization and Deployment -- Chapter 9: Data Augmentation, Feature Engineering and Extractions for Image and Audio -- Chapter 10: PyTorch Model Interpretability and Interface to Sklearn.
Learn how to use PyTorch to build neural network models using code snippets updated for this second edition. This book includes new chapters covering topics such as distributed PyTorch modeling, deploying PyTorch models in production, and developments around PyTorch with updated code. You'll start by learning how to use tensors to develop and fine-tune neural network models and implement deep learning models such as LSTMs, and RNNs. Next, you'll explore probability distribution concepts using PyTorch, as well as supervised and unsupervised algorithms with PyTorch. This is followed by a deep dive on building models with convolutional neural networks, deep neural networks, and recurrent neural networks using PyTorch. This new edition covers also topics such as Scorch, a compatible module equivalent to the Scikit machine learning library, model quantization to reduce parameter size, and preparing a model for deployment within a production system. Distributed parallel processing for balancing PyTorch workloads, using PyTorch for image processing, audio analysis, and model interpretation are also covered in detail. Each chapter includes recipe code snippets to perform specific activities. By the end of this book, you will be able to confidently build neural network models using PyTorch. You will: Utilize new code snippets and models to train machine learning models using PyTorch Train deep learning models with fewer and smarter implementations Explore the PyTorch framework for model explainability and to bring transparency to model interpretation Build, train, and deploy neural network models designed to scale with PyTorch Understand best practices for evaluating and fine-tuning models using PyTorch Use advanced torch features in training deep neural networks Explore various neural network models using PyTorch Discover functions compatible with sci-kit learn compatible models Perform distributed PyTorch training and execution.
ISBN: 9781484289259
Standard No.: 10.1007/978-1-4842-8925-9doiSubjects--Topical Terms:
532070
Neural networks (Computer science)
LC Class. No.: QA76.73.P98 / M57 2023
Dewey Class. No.: 006.32
PyTorch recipes = a problem-solution approach to build, train and deploy neural network models /
LDR
:03661nmm a2200337 a 4500
001
2315196
003
DE-He213
005
20221207101746.0
006
m d
007
cr nn 008mamaa
008
230902s2023 cau s 0 eng d
020
$a
9781484289259
$q
(electronic bk.)
020
$a
9781484289242
$q
(paper)
024
7
$a
10.1007/978-1-4842-8925-9
$2
doi
035
$a
978-1-4842-8925-9
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.P98
$b
M57 2023
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051360
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
006.32
$2
23
090
$a
QA76.73.P98
$b
M678 2023
100
1
$a
Mishra, Pradeepta.
$3
3384947
245
1 0
$a
PyTorch recipes
$h
[electronic resource] :
$b
a problem-solution approach to build, train and deploy neural network models /
$c
by Pradeepta Mishra.
250
$a
Second edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2023.
300
$a
xxiv, 266 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Introduction to PyTorch, Tensors, and Tensor Operations -- Chapter 2: Probability Distributions Using PyTorch -- Chapter 3: CNN and RNN Using PyTorch -- Chapter 4: Introduction to Neural Networks Using PyTorch -- Chapter 5: Supervised Learning Using PyTorch -- Chapter 6: Fine-Tuning Deep Learning Models Using PyTorch -- Chapter 7: Natural Language Processing Using PyTorch -- Chapter 8: Distributed PyTorch Modelling, Model Optimization and Deployment -- Chapter 9: Data Augmentation, Feature Engineering and Extractions for Image and Audio -- Chapter 10: PyTorch Model Interpretability and Interface to Sklearn.
520
$a
Learn how to use PyTorch to build neural network models using code snippets updated for this second edition. This book includes new chapters covering topics such as distributed PyTorch modeling, deploying PyTorch models in production, and developments around PyTorch with updated code. You'll start by learning how to use tensors to develop and fine-tune neural network models and implement deep learning models such as LSTMs, and RNNs. Next, you'll explore probability distribution concepts using PyTorch, as well as supervised and unsupervised algorithms with PyTorch. This is followed by a deep dive on building models with convolutional neural networks, deep neural networks, and recurrent neural networks using PyTorch. This new edition covers also topics such as Scorch, a compatible module equivalent to the Scikit machine learning library, model quantization to reduce parameter size, and preparing a model for deployment within a production system. Distributed parallel processing for balancing PyTorch workloads, using PyTorch for image processing, audio analysis, and model interpretation are also covered in detail. Each chapter includes recipe code snippets to perform specific activities. By the end of this book, you will be able to confidently build neural network models using PyTorch. You will: Utilize new code snippets and models to train machine learning models using PyTorch Train deep learning models with fewer and smarter implementations Explore the PyTorch framework for model explainability and to bring transparency to model interpretation Build, train, and deploy neural network models designed to scale with PyTorch Understand best practices for evaluating and fine-tuning models using PyTorch Use advanced torch features in training deep neural networks Explore various neural network models using PyTorch Discover functions compatible with sci-kit learn compatible models Perform distributed PyTorch training and execution.
650
0
$a
Neural networks (Computer science)
$3
532070
650
0
$a
Machine learning.
$3
533906
650
0
$a
Python (Computer program language)
$3
729789
650
1 4
$a
Python.
$3
3201289
650
2 4
$a
Big Data.
$3
3134868
650
2 4
$a
Data Analysis and Big Data.
$3
3538537
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-8925-9
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9451446
電子資源
11.線上閱覽_V
電子書
EB QA76.73.P98 M57 2023
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入