MARC 닫기
05094cam a2200517Mi 4500
000000535168
20210114162112
m d
cr |n|---|||||
190720s2019 enk o 000 0 eng d
▼a 1104048338
▼a 1789138264
▼a 9781789138269
▼q (electronic bk.)
▼a 2153715
▼b (N$T)
▼a (OCoLC)1104082966
▼z (OCoLC)1104048338
▼a EBLCP
▼b eng
▼e pn
▼c EBLCP
▼d OCLCQ
▼d CHVBK
▼d OCLCO
▼d YDX
▼d OCLCF
▼d UKAHL
▼d OCLCQ
▼d VLY
▼d N$T
▼d 248023
▼a LB1060
▼b .N365 2019
▼a 370.1523
▼2 23
▼a Nanjappa, Ashwin.
▼a Caffe2 Quick Start Guide:
▼b Modular and Scalable Deep Learning Made Easy.
▼a Birmingham:
▼b Packt Publishing, Limited,
▼c 2019.
▼a 1 online resource (127 pages).
▼a text
▼b txt
▼2 rdacontent
▼a computer
▼b c
▼2 rdamedia
▼a online resource
▼b cr
▼2 rdacarrier
▼a Visualization using Netron
▼a Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Introduction and Installation; Introduction to deep learning; AI; ML; Deep learning; Introduction to Caffe2; Caffe2 and PyTorch; Hardware requirements; Software requirements; Building and installing Caffe2; Installing dependencies; Installing acceleration libraries; Building Caffe2; Installing Caffe2; Testing the Caffe2 Python API; Testing the Caffe2 C++ API; Summary; Chapter 2: Composing Networks; Operators; Example -- the MatMul operator; Difference between layers and operators
▼a Example -- a fully connected operatorBuilding a computation graph; Initializing Caffe2; Composing the model network; Sigmoid operator; Softmax operator; Adding input blobs to the workspace; Running the network; Building a multilayer perceptron neural network; MNIST problem; Building a MNIST MLP network; Initializing global constants; Composing network layers; ReLU layer; Set weights of network layers; Running the network; Summary; Chapter 3: Training Networks; Introduction to training; Components of a neural network; Structure of a neural network; Weights of a neural network; Training process
▼a Gradient descent variantsLeNet network; Convolution layer; Pooling layer; Training data; Building LeNet; Layer 1 -- Convolution; Layer 2 -- Max-pooling; Layers 3 and 4 -- Convolution and max-pooling; Layers 5 and 6 -- Fully connected and ReLU; Layer 7 and 8 -- Fully connected and Softmax; Training layers; Loss layer; Optimization layers; Accuracy layer; Summary; Chapter 4: Working with Caffe; The relationship between Caffe and Caffe2; Introduction to AlexNet; Building and installing Caffe; Installing Caffe prerequisites; Building Caffe; Caffe model file formats; Prototxt file; Caffemodel file
▼a Downloading Caffe model filesCaffe2 model file formats; predict_net file; init_net file; Converting a Caffe model to Caffe2; Converting a Caffe2 model to Caffe; Summary; Chapter 5: Working with Other Frameworks; Open Neural Network Exchange; Installing ONNX; ONNX format; ONNX IR; ONNX operators; ONNX in Caffe2; Exporting the Caffe2 model to ONNX; Using the ONNX model in Caffe2; Visualizing the ONNX model; Summary; Chapter 6: Deploying Models to Accelerators for Inference; Inference engines; NVIDIA TensorRT; Installing TensorRT; Using TensorRT
▼a Importing a pre-trained network or creating a networkBuilding an optimized engine from the network; Inference using execution context of an engine; TensorRT API and usage; Intel OpenVINO; Installing OpenVINO; Model conversion; Model inference; Summary; Chapter 7: Caffe2 at the Edge and in the cloud; Caffe2 at the edge on Raspberry Pi; Raspberry Pi; Installing Raspbian; Building Caffe2 on Raspbian; Caffe2 in the cloud using containers; Installing Docker; Installing nvidia-docker; Running Caffe2 containers; Caffe2 model visualization; Visualization using Caffe2 net_drawer
▼a Caffe2 by Facebook is a popular and relatively lightweight deep learning framework. Caffe2 is known for speed, accuracy and high efficiency in training neural networks. Caffe2 is widely used in mobile apps. This book is a fast paced guide that will teach you how to train and deploy deep learning models with Caffe2 on resource constrained platforms.
▼a Print version record.
▼a Added to collection customer.56279.3
▼a Learning.
▼a Learning.
▼2 fast
▼0 (OCoLC)fst00994826
▼a Electronic books.
▼i Print version:
▼a Nanjappa, Ashwin.
▼t Caffe2 Quick Start Guide : Modular and Scalable Deep Learning Made Easy.
▼d Birmingham : Packt Publishing, Limited, ©2019,
▼z 9781789137750
▼3 EBSCOhost
▼u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2153715
▼a Askews and Holts Library Services
▼b ASKH
▼n AH36368404
▼a ProQuest Ebook Central
▼b EBLB
▼n EBL5784231
▼a YBP Library Services
▼b YANK
▼n 300576227
▼a EBSCOhost
▼b EBSC
▼n 2153715
▼a 강리원
▼a eBook
▼a 92
▼b N$T
| 자료유형 : | eBook |
|---|---|
| ISBN : | 1789138264 |
| ISBN : | 9781789138269 |
| 개인저자 : | Nanjappa, Ashwin. |
| 서명/저자사항 : | Caffe2 Quick Start Guide: Modular and Scalable Deep Learning Made Easy. |
| 발행사항 : | Birmingham: Packt Publishing, Limited, 2019. |
| 형태사항 : | 1 online resource (127 pages). |
| 일반주기 : | Visualization using Netron |
| 내용주기 : | Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Introduction and Installation; Introduction to deep learning; AI; ML; Deep learning; Introduction to Caffe2; Caffe2 and PyTorch; Hardware requirements; Software requirements; Building and installing Caffe2; Installing dependencies; Installing acceleration libraries; Building Caffe2; Installing Caffe2; Testing the Caffe2 Python API; Testing the Caffe2 C++ API; Summary; Chapter 2: Composing Networks; Operators; Example -- the MatMul operator; Difference between layers and operators |
| 내용주기 : | Example -- a fully connected operatorBuilding a computation graph; Initializing Caffe2; Composing the model network; Sigmoid operator; Softmax operator; Adding input blobs to the workspace; Running the network; Building a multilayer perceptron neural network; MNIST problem; Building a MNIST MLP network; Initializing global constants; Composing network layers; ReLU layer; Set weights of network layers; Running the network; Summary; Chapter 3: Training Networks; Introduction to training; Components of a neural network; Structure of a neural network; Weights of a neural network; Training process |
| 내용주기 : | Gradient descent variantsLeNet network; Convolution layer; Pooling layer; Training data; Building LeNet; Layer 1 -- Convolution; Layer 2 -- Max-pooling; Layers 3 and 4 -- Convolution and max-pooling; Layers 5 and 6 -- Fully connected and ReLU; Layer 7 and 8 -- Fully connected and Softmax; Training layers; Loss layer; Optimization layers; Accuracy layer; Summary; Chapter 4: Working with Caffe; The relationship between Caffe and Caffe2; Introduction to AlexNet; Building and installing Caffe; Installing Caffe prerequisites; Building Caffe; Caffe model file formats; Prototxt file; Caffemodel file |
| 내용주기 : | Downloading Caffe model filesCaffe2 model file formats; predict_net file; init_net file; Converting a Caffe model to Caffe2; Converting a Caffe2 model to Caffe; Summary; Chapter 5: Working with Other Frameworks; Open Neural Network Exchange; Installing ONNX; ONNX format; ONNX IR; ONNX operators; ONNX in Caffe2; Exporting the Caffe2 model to ONNX; Using the ONNX model in Caffe2; Visualizing the ONNX model; Summary; Chapter 6: Deploying Models to Accelerators for Inference; Inference engines; NVIDIA TensorRT; Installing TensorRT; Using TensorRT |
| 내용주기 : | Importing a pre-trained network or creating a networkBuilding an optimized engine from the network; Inference using execution context of an engine; TensorRT API and usage; Intel OpenVINO; Installing OpenVINO; Model conversion; Model inference; Summary; Chapter 7: Caffe2 at the Edge and in the cloud; Caffe2 at the edge on Raspberry Pi; Raspberry Pi; Installing Raspbian; Building Caffe2 on Raspbian; Caffe2 in the cloud using containers; Installing Docker; Installing nvidia-docker; Running Caffe2 containers; Caffe2 model visualization; Visualization using Caffe2 net_drawer |
| 요약 : | Caffe2 by Facebook is a popular and relatively lightweight deep learning framework. Caffe2 is known for speed, accuracy and high efficiency in training neural networks. Caffe2 is widely used in mobile apps. This book is a fast paced guide that will teach you how to train and deploy deep learning models with Caffe2 on resource constrained platforms. |
| 일반주제명 : | Learning. -- |
| 일반주제명 : | Learning. -- |
| 기타형태 저록 : | Print version: Nanjappa, Ashwin. Caffe2 Quick Start Guide : Modular and Scalable Deep Learning Made Easy. Birmingham : Packt Publishing, Limited, ©2019, 9781789137750 |
| 언어 | 영어 |
| URL : |
|---|
서평쓰기