- 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."
- 深入淺出Electron:原理、工程與實踐
- SQL學習指南(第3版)
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Java持續交付
- Web Application Development with MEAN
- C語言程序設計學習指導與習題解答
- ANSYS Fluent 二次開發指南
- Instant Nancy Web Development
- Vue.js 2 Web Development Projects
- 詳解MATLAB圖形繪制技術
- Creating Data Stories with Tableau Public
- Clojure High Performance Programming(Second Edition)
- 軟件測試技術
- Isomorphic Go
- 每個人的Python:數學、算法和游戲編程訓練營