- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 113字
- 2021-07-02 13:38:41
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: "Use the loadmat() function from scipy to retrieve the voxels."
A block of code is set as follows:
import scipy.io as io
voxels = io.loadmat("path to .mat file")['instance']
Any command-line input or output is written as follows:
pip install -r requirements.txt
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.
推薦閱讀
- Hands-On Graph Analytics with Neo4j
- CSS全程指南
- 空間傳感器網(wǎng)絡(luò)復(fù)雜區(qū)域智能監(jiān)測技術(shù)
- PHP開發(fā)手冊
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會學(xué)的理論與方法
- Java Web整合開發(fā)全程指南
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 變頻器、軟啟動器及PLC實用技術(shù)260問
- 網(wǎng)絡(luò)脆弱性掃描產(chǎn)品原理及應(yīng)用
- 經(jīng)典Java EE企業(yè)應(yīng)用實戰(zhàn)
- 智能鼠原理與制作(進(jìn)階篇)
- 生成對抗網(wǎng)絡(luò)項目實戰(zhàn)
- Natural Language Processing and Computational Linguistics
- 深度學(xué)習(xí)原理與 TensorFlow實踐
- PostgreSQL 10 High Performance