- Machine Learning with Swift
- Alexander Sosnovshchenko
- 118字
- 2021-06-24 18:54:50
Getting to know your data
For many years, researchers argued about what is more important: data or algorithms. But now, it looks like the importance of data over algorithms is generally accepted among ML specialists. In most cases, we can assume that the one who has better data usually beats those with more advanced algorithms. Garbage in, garbage out—this rule holds true in ML more than anywhere else. To succeed in this domain, one need not only have data, but also needs to know his data and know what to do with it.
ML datasets are usually composed from individual observations, called samples, cases, or data points. In the simplest case, each sample has several features.
推薦閱讀
- Windows phone 7.5 application development with F#
- Linux KVM虛擬化架構實戰指南
- 基于ARM的嵌入式系統和物聯網開發
- 嵌入式系統設計教程
- VCD、DVD原理與維修
- Apple Motion 5 Cookbook
- 筆記本電腦應用技巧
- OpenGL Game Development By Example
- 單片機開發與典型工程項目實例詳解
- 基于Proteus仿真的51單片機應用
- Source SDK Game Development Essentials
- Java Deep Learning Cookbook
- Python Machine Learning Blueprints
- 電腦橫機使用與維修
- Spring Security 3.x Cookbook