- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 231字
- 2021-08-13 15:34:30
Neural networks in R
We will build several neural networks in this section. First, we will use the neuralnet package to create a neural network model that we can visualize. We will also use the nnet and RSNNS (Bergmeir, C., and Benítez, J. M. (2012)) packages. These are standard R packages and can be installed by the install.packages command or from the packages pane in RStudio. Although it is possible to use the nnet package directly, we are going to use it through the caret package, which is short for Classification and Regression Training. The caret package provides a standardized interface to work with many machine learning (ML) models in R, and also has some useful features for validation and performance assessment that we will use in this chapter and the next.
For our first examples of building neural networks, we will use the MNIST dataset, which is a classic classification problem: recognizing handwritten digits based on pictures. The data can be downloaded from the Apache MXNet site (https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/data/mnist_csv.zip). It is in the CSV format, where each column of the dataset, or feature, represents a pixel from the image. Each image has 784 pixels (28 x 28) and the pixels are in grayscale and range from 0 to 255. The first column contains the digit label, and the rest are pixel values, to be used for classification.
- Python GUI Programming:A Complete Reference Guide
- 計(jì)算機(jī)組裝與系統(tǒng)配置
- 現(xiàn)代辦公設(shè)備使用與維護(hù)
- Learning Stencyl 3.x Game Development Beginner's Guide
- 筆記本電腦維修不是事兒(第2版)
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實(shí)踐
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 基于PROTEUS的電路設(shè)計(jì)、仿真與制板
- 3D Printing Blueprints
- Intel FPGA權(quán)威設(shè)計(jì)指南:基于Quartus Prime Pro 19集成開發(fā)環(huán)境
- Blender 3D By Example
- Corona SDK Mobile Game Development:Beginner's Guide
- Learning Less.js
- Zabbix 4 Network Monitoring
- The Machine Learning Workshop