- Hands-On Deep Learning for Images with TensorFlow
- Will Ballard
- 317字
- 2021-07-16 18:17:22
What this book covers
Chapter 1, Machine Learning Toolkit, looks into installing Docker, setting up a machine learning Docker file, sharing data back with your host computer, and running a REST service to provide the environment.
Chapter 2, Image Data, teaches MNIST digits, how to acquire them, how tensors are really just multidimensional arrays, and how we can encode image data and categorical or classification data as a tensor. Then, we have a quick review and a cookbook approach to consider dimensions and tensors, in order to get data prepared for machine learning.
Chapter 3, Classical Neural Network, covers an awful lot of material! We see the structure of the classical, or dense, neural network. We learn about activation, nonlinearity, and softmax. We then set up testing and training data and learn how to construct the network with Dropout and Flatten. We also learn all about solvers, or how machine actually learns. We then explore hyperparameters, and finally, we fine-tune our model by means of grid search.
Chapter 4, A Convolutional Neural Network, teaches you convolutions, which are a loosely connected way of moving over an image to extract features. Then we learn about pooling, which summarizes the most important features. We will build a convolutional neural network using these techniques and we combine many layers of convolution and pooling in order to generate a deep neural network.
Chapter 5, An Image Classification Server, uses a Swagger API definition to create a REST API model, which then declaratively generates the Python framework in order for us to serve that API. Then, we create a Docker container that captures not only our running code (that is, our service) but also our pre-trained machine learning model. This then forms a package so that we are able to deploy and use our container. Finally, we use this container to serve and make predictions.
- Creating Dynamic UI with Android Fragments
- 數(shù)字道路技術(shù)架構(gòu)與建設(shè)指南
- Linux運(yùn)維之道(第2版)
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實(shí)戰(zhàn)
- 硬件產(chǎn)品經(jīng)理成長手記(全彩)
- Practical Machine Learning with R
- 基于Proteus仿真的51單片機(jī)應(yīng)用
- 新編電腦組裝與硬件維修從入門到精通
- Angular 6 by Example
- Building Machine Learning Systems with Python
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機(jī)端程序設(shè)計(jì)
- Instant Website Touch Integration
- 嵌入式系統(tǒng)設(shè)計(jì)大學(xué)教程(第2版)
- Zabbix 4 Network Monitoring
- Learning Less.js