- 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.
推薦閱讀
- C++面向對象程序設計(第三版)
- C語言程序設計
- Hands-On JavaScript High Performance
- Python數據分析從0到1
- Python完全自學教程
- Mastering JBoss Enterprise Application Platform 7
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Anaconda數據科學實戰
- STM8實戰
- 人人都能開發RPA機器人:UiPath從入門到實戰
- C語言從入門到精通
- 計算機應用基礎案例教程(第二版)
- Responsive Web Design with jQuery
- Mastering Unity 2017 Game Development with C#(Second Edition)