HOME > 상세정보

상세정보

Deep learning and scientific computing with R torch / 1st ed

Deep learning and scientific computing with R torch / 1st ed

자료유형
단행본
개인저자
Keydana, Sigrid.
서명 / 저자사항
Deep learning and scientific computing with R torch / Sigrid Keydana.
판사항
1st ed.
발행사항
Boca Raton :   CRC Press,   2023.  
형태사항
xix, 393 p. : ill. ; 24 cm.
총서사항
The R series
ISBN
9781032231389 9781032231396
요약
"torch is an R port of PyTorch, one of the two most-employed deep learning frameworks in industry and research. It is also an excellent tool to use in scientific computations. It is written entirely in R and C/C++. Though still "young" as a project, R torch already has a vibrant community of users and developers. Experience shows that torch users come from a broad range of different backgrounds. This book aims to be useful to (almost) everyone. Globally speaking, its purposes are threefold: Provide a thorough introduction to torch basics - both by carefully explaining underlying concepts and ideas, and showing enough examples for the reader to become "fluent" in torch. Again with a focus on conceptual explanation, show how to use torch in deep-learning applications, ranging from image recognition over time series prediction to audio classification. Provide a concepts-first, reader-friendly introduction to selected scientific-computation topics (namely, matrix computations, the Discrete Fourier Transform, and wavelets), all accompanied by torch code you can play with. Deep Learning and Scientific Computing with R torch is written with first-hand technical expertise and in an engaging, fun-to-read way"-- Provided by publisher.
내용주기
Overview -- On torch, and how to get it -- Tensors -- Autograd -- Function minimization with autograd -- A neural network from scratch -- Modules -- Optimizers -- Loss functions -- Function minimization with L-BFGS -- Modularizing the neural network -- Loading data -- Training with luz -- A first go at image classification -- Making models generalize -- Speeding up training -- Image classification, take two: Improving performance -- Image segmentation -- Tabular data -- Time series -- Audio classification -- Matrix computations : Least-squares problems -- Matrix computations : convolution -- Exploring the discrete fourier transform (DFT) -- The fast fourier transform (FFT) -- Wavelets.
서지주기
Includes bibliographical references and index.
일반주제명
Deep learning (Machine learning). Science --Mathematics --Data processing. Python (Computer program language). R (Computer program language).
000 00000cam u2200205 a 4500
001 000046149661
005 20230522113556
008 230519s2023 flua b 001 0 eng
010 ▼a 2022049000
020 ▼a 9781032231389 ▼q (hardback)
020 ▼a 9781032231396 ▼q (paperback)
020 ▼z 9781003275923 ▼q (ebook)
035 ▼a (KERIS)REF000020185025
040 ▼a DLC ▼b eng ▼e rda ▼c DLC ▼d 211009
042 ▼a pcc
050 0 0 ▼a Q325.73 ▼b .K49 2023
082 0 0 ▼a 006.3/1 ▼2 23
084 ▼a 006.31 ▼2 DDCK
090 ▼a 006.31 ▼b K44d
100 1 ▼a Keydana, Sigrid.
245 1 0 ▼a Deep learning and scientific computing with R torch / ▼c Sigrid Keydana.
250 ▼a 1st ed.
260 ▼a Boca Raton : ▼b CRC Press, ▼c 2023.
264 1 ▼a Boca Raton : ▼b CRC Press, ▼c 2023.
300 ▼a xix, 393 p. : ▼b ill. ; ▼c 24 cm.
336 ▼a text ▼b txt ▼2 rdacontent
337 ▼a unmediated ▼b n ▼2 rdamedia
338 ▼a volume ▼b nc ▼2 rdacarrier
490 1 ▼a The R series
504 ▼a Includes bibliographical references and index.
505 0 ▼a Overview -- On torch, and how to get it -- Tensors -- Autograd -- Function minimization with autograd -- A neural network from scratch -- Modules -- Optimizers -- Loss functions -- Function minimization with L-BFGS -- Modularizing the neural network -- Loading data -- Training with luz -- A first go at image classification -- Making models generalize -- Speeding up training -- Image classification, take two: Improving performance -- Image segmentation -- Tabular data -- Time series -- Audio classification -- Matrix computations : Least-squares problems -- Matrix computations : convolution -- Exploring the discrete fourier transform (DFT) -- The fast fourier transform (FFT) -- Wavelets.
520 ▼a "torch is an R port of PyTorch, one of the two most-employed deep learning frameworks in industry and research. It is also an excellent tool to use in scientific computations. It is written entirely in R and C/C++. Though still "young" as a project, R torch already has a vibrant community of users and developers. Experience shows that torch users come from a broad range of different backgrounds. This book aims to be useful to (almost) everyone. Globally speaking, its purposes are threefold: Provide a thorough introduction to torch basics - both by carefully explaining underlying concepts and ideas, and showing enough examples for the reader to become "fluent" in torch. Again with a focus on conceptual explanation, show how to use torch in deep-learning applications, ranging from image recognition over time series prediction to audio classification. Provide a concepts-first, reader-friendly introduction to selected scientific-computation topics (namely, matrix computations, the Discrete Fourier Transform, and wavelets), all accompanied by torch code you can play with. Deep Learning and Scientific Computing with R torch is written with first-hand technical expertise and in an engaging, fun-to-read way"-- Provided by publisher.
650 0 ▼a Deep learning (Machine learning).
650 0 ▼a Science ▼x Mathematics ▼x Data processing.
650 0 ▼a Python (Computer program language).
650 0 ▼a R (Computer program language).
830 0 ▼a R series.
945 ▼a ITMT

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 중앙도서관/서고6층/ 청구기호 006.31 K44d 등록번호 111880702 도서상태 대출가능 반납예정일 예약 서비스 B M

컨텐츠정보

목차

Part 1. Getting familiar with torch 1. Overview 2. On torch, and how to get it 3. Tensors 4. Autograd 5. Function minimization with autograd 6. A neural network from scratch 7. Modules 8. Optimizers 9. Loss functions 10. Function minimization with L-BFGS 11. Modularizing the neural network Part 2. Deep learning with torch 12. Overview 13. Loading data 14. Training with luz 15. A first go at image classification 16. Making models generalize 17. Speeding up training 18. Image classification, take two: Improving performance 19. Image segmentation 20. Tabular data 21. Time series 22. Audio classification Part 3. Other things to do with torch: Matrices, Fourier Transform, and Wavelets 23. Overview 24. Matrix computations: Least-squares problems 25. Matrix computations: Convolution 26. Exploring the Discrete Fourier Transform (DFT) 27. The Fast Fourier Transform (FFT) 28. Wavelets

관련분야 신착자료

Deisenroth, Marc Peter (2023)