- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 119字
- 2021-07-02 18:53:26
Important Elements in Machine Learning
In this chapter, we're going to discuss some important elements and approaches which span through all machine learning topics and also create a philosophical foundation for many common techniques. First of all, it's useful to understand the mathematical foundation of data formats and prediction functions. In most algorithms, these concepts are treated in different ways, but the goal is always the same. More recent techniques, such as deep learning, extensively use energy/loss functions, just like the one described in this chapter, and even if there are slight differences, a good machine learning result is normally associated with the choice of the best loss function and the usage of the right algorithm to minimize it.
推薦閱讀
- SoapUI Cookbook
- 編程卓越之道(卷3):軟件工程化
- Java程序設(shè)計與計算思維
- Java Web開發(fā)技術(shù)教程
- jQuery開發(fā)基礎(chǔ)教程
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- Building RESTful Python Web Services
- R用戶Python學(xué)習(xí)指南:數(shù)據(jù)科學(xué)方法
- 運維前線:一線運維專家的運維方法、技巧與實踐
- C語言程序設(shè)計實訓(xùn)教程與水平考試指導(dǎo)
- Python程序設(shè)計開發(fā)寶典
- 現(xiàn)代CPU性能分析與優(yōu)化
- Implementing Microsoft Dynamics NAV(Third Edition)
- 虛擬現(xiàn)實建模與編程(SketchUp+OSG開發(fā)技術(shù))
- Python Automation Cookbook