- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 149字
- 2021-06-10 19:30:09
Building a machine learning application
Machine learning applications, especially those focused on classification, usually follow the same high-level workflow that's shown in the following diagram. The workflow is comprised of two phases—training the classifier and the classification of new instances. Both phases share common steps, as shown here:
First, we use a set of training data, select a representative subset as the training set, preprocess the missing data, and extract its features. A selected supervised learning algorithm is used to train a model, which is deployed in the second phase. The second phase puts a new data instance through the same preprocessing and feature extraction procedure and applies the learned model to obtain the instance label. If you are able to collect new labelled data, periodically rerun the learning phase to retrain the model and replace the old one with the retrained one in the classification phase.
- 高效能辦公必修課:Word圖文處理
- 集成架構中型系統
- Splunk 7 Essentials(Third Edition)
- 面向STEM的mBlock智能機器人創新課程
- 極簡AI入門:一本書讀懂人工智能思維與應用
- PyTorch Deep Learning Hands-On
- Blender Compositing and Post Processing
- Learning Azure Cosmos DB
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- Hands-On Reactive Programming with Reactor
- Windows Server 2008 R2活動目錄內幕
- 簡明學中文版Photoshop
- 重估:人工智能與賦能社會
- Photoshop CS4數碼照片處理入門、進階與提高
- EJB JPA數據庫持久層開發實踐詳解