官术网_书友最值得收藏!

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: "In addition, we load the true labels into Y_train and Y_test respectively and perform a one-hot encoding on them."

A block of code is set as follows:

from keras.models import Sequential
model = Sequential()
model.add(Dense(12, input_dim=8, kernel_initializer='random_uniform'))

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

# 10 outputs
# final stage is softmax
model = Sequential()
model.add(Dense(NB_CLASSES, input_shape=(RESHAPED,)))
model.add(Activation('softmax'))
model.summary()

Any command-line input or output is written as follows:

pip install quiver_engine

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: "Our simple net started with an accuracy of 92.22%, which means that about eight handwritten characters out of 100 are not correctly recognized."

Warnings or important notes appear in a box like this.

Tips and tricks appear like this.

主站蜘蛛池模板: 西贡区| 青田县| 平塘县| 大邑县| 蓝田县| 天津市| 绥滨县| 资溪县| 南乐县| 金坛市| 垦利县| 肥乡县| 宽甸| 顺义区| 静宁县| 汝州市| 灵武市| 南乐县| 定襄县| 蕲春县| 兴和县| 崇左市| 中阳县| 江永县| 张家港市| 滦平县| 宜州市| 肃北| 莲花县| 九龙县| 双鸭山市| 榆中县| 化德县| 富裕县| 鹤壁市| 清远市| 六枝特区| 新晃| 丽江市| 靖安县| 句容市|