- Neural Networks with R
- Giuseppe Ciaburro Balaji Venkateswaran
- 132字
- 2021-08-20 10:25:14
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The line in R includes the neuralnet() library in our program."
Any command-line input or output is written as follows:
mydata=read.csv('Squares.csv',sep=",",header=TRUE)
mydata
attach(mydata)
names(mydata)
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "A reference page in the Help browser."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- 程序員面試筆試寶典(第3版)
- Mastering Zabbix(Second Edition)
- Yocto for Raspberry Pi
- Kotlin從基礎到實戰
- 機器學習與R語言實戰
- Bootstrap 4 Cookbook
- Visual FoxPro 6.0程序設計
- 小程序從0到1:微信全棧工程師一本通
- PHP+MySQL Web應用開發教程
- JavaScript Concurrency
- Microsoft Dynamics GP 2013 Cookbook
- Expert Cube Development with SSAS Multidimensional Models
- Spring MVC Blueprints
- Python數據分析與挖掘實戰(第2版)
- Selenium自動化測試實戰:基于Python