- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 89字
- 2021-07-02 12:46:19
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: "The variable named Defaultin2yrs is the output variable that we need to predict."
A block of code is set as follows:
data['DebtRatio_newoutlier']=np.where(data['DebtRatio']>1,1,0)
data['DebtRatio']=np.where(data['DebtRatio']>1,1,data['DebtRatio'])
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.
推薦閱讀
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Learning Apex Programming
- SpringMVC+MyBatis快速開(kāi)發(fā)與項(xiàng)目實(shí)戰(zhàn)
- 控糖控脂健康餐
- 征服RIA
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 精通Linux(第2版)
- Visual FoxPro程序設(shè)計(jì)
- PySpark Cookbook
- Babylon.js Essentials
- 零基礎(chǔ)學(xué)C語(yǔ)言程序設(shè)計(jì)
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫(kù)
- 寫(xiě)給青少年的人工智能(Python版·微課視頻版)
- 從零開(kāi)始學(xué)Unity游戲開(kāi)發(fā):場(chǎng)景+角色+腳本+交互+體驗(yàn)+效果+發(fā)布
- MySQL從入門(mén)到精通