Deep learning and scientific computing with R torch
著者
書誌事項
Deep learning and scientific computing with R torch
(The R series)
CRC Press, 2023
大学図書館所蔵 全1件
  青森
  岩手
  宮城
  秋田
  山形
  福島
  茨城
  栃木
  群馬
  埼玉
  千葉
  東京
  神奈川
  新潟
  富山
  石川
  福井
  山梨
  長野
  岐阜
  静岡
  愛知
  三重
  滋賀
  京都
  大阪
  兵庫
  奈良
  和歌山
  鳥取
  島根
  岡山
  広島
  山口
  徳島
  香川
  愛媛
  高知
  福岡
  佐賀
  長崎
  熊本
  大分
  宮崎
  鹿児島
  沖縄
  韓国
  中国
  タイ
  イギリス
  ドイツ
  スイス
  フランス
  ベルギー
  オランダ
  スウェーデン
  ノルウェー
  アメリカ
注記
Includes bibliographical references and index.
収録内容
- 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.