- Machine Learning for Developers
- Rodolfo Bonnin
- 162字
- 2021-07-02 15:46:41
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, path names, dummy URLs, user input, and Twitter handles are shown as follows: "Let's generate a large number of events of a Bernoulli distribution using np and graph the tendency of this distribution."
A block of code is set as follows:
def mean(sampleset): #Definition header for the mean function
total=0
for element in sampleset:
total=total+element
return total/len(sampleset)
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: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- HoloLens Beginner's Guide
- Apache Spark 2.x Machine Learning Cookbook
- FreeSWITCH 1.6 Cookbook
- Production Ready OpenStack:Recipes for Successful Environments
- 低代碼平臺開發實踐:基于React
- 用戶體驗可視化指南
- Java Web應用開發給力起飛
- scikit-learn Cookbook(Second Edition)
- Android 游戲開發大全(第二版)
- 計算機應用基礎(Windows 7+Office 2010)
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- 情境微課開發(第2版)
- Serverless從入門到進階:架構、原理與實踐
- Python編程:從入門到實踐(第2版)
- 軟件測試