- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 197字
- 2021-06-24 16:43:23
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 first time the application is run, the ML.NET version of the model is trained with the images and tags.tsv file (to be reviewed in the next section)."
A block of code is set as follows:
public void Classify(string imagePath)
{
var result = _prediction.Predict(imagePath);
ImageClassification = $"Image ({imagePath}) is a picture of {result.PredictedLabelValue} with a confidence of {result.Score.Max().ToString("P2")}";
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
dotnet --version
3.0.100
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Firstly, ensure that .NET desktop development, Universal Windows Platform Development, and ASP.NET and web development are checked."
- 零基礎PHP學習筆記
- 摩登創客:與智能手機和平板電腦共舞
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Instant QlikView 11 Application Development
- R的極客理想:工具篇
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- HTML5從入門到精通(第4版)
- 常用工具軟件立體化教程(微課版)
- 深入淺出React和Redux
- Python全棧數據工程師養成攻略(視頻講解版)
- Python3.5從零開始學
- Web前端應用開發技術
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Unity 2018 Augmented Reality Projects