- Mastering Machine Learning for Penetration Testing
- Chiheb Chebbi
- 182字
- 2021-06-25 21:03:01
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "First, check your Python version with the python --version command."
A block of code is set as follows:
from keras import [what_to_use]
from keras.models import Sequential
from keras.layers import Dense
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
model = Sequential()
# N = number of neurons
# V = number of variable
model.add(Dense(N, input_dim=V, activation='relu'))
# S = number of neurons in the 2nd layer
model.add(Dense(S, activation='relu'))
model.add(Dense(1, activation='sigmoid')) # 1 output
Any command-line input or output is written as follows:
>>> import tensorflow as tf
>>> Message = tf.constant("Hello, world!")
>>> sess = tf.Session()
>>> print(sess.run(Message))
Bold: Indicates a new term, an important word, or words that you see onscreen.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- SEO 20日
- 異構(gòu)基因共表達(dá)網(wǎng)絡(luò)的分析方法
- 物聯(lián)網(wǎng)安全與深度學(xué)習(xí)技術(shù)
- 網(wǎng)絡(luò)創(chuàng)新指數(shù)研究
- Go Web Scraping Quick Start Guide
- NB-IoT物聯(lián)網(wǎng)技術(shù)解析與案例詳解
- 電力物聯(lián)網(wǎng)工程技術(shù)原理與應(yīng)用
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- 網(wǎng)絡(luò)環(huán)境中基于用戶視角的信息質(zhì)量評價研究
- 面向5G-Advanced的關(guān)鍵技術(shù)
- 通信十年:擁抱互聯(lián)網(wǎng)
- jQuery Mobile Web Development Essentials
- 物聯(lián)網(wǎng)與智能家居
- 圖神經(jīng)網(wǎng)絡(luò)前沿
- 物聯(lián)網(wǎng)與智慧農(nóng)業(yè)