- Machine Learning for OpenCV
- Michael Beyeler
- 96字
- 2021-07-02 19:47:24
Classifying iris species using logistic regression
Another famous dataset in the world of machine learning is called the Iris dataset. The Iris dataset contains measurements of 150 iris flowers from three different species: setosa, versicolor, and viriginica. These measurements include the length and width of the petals, and the length and width of the sepals, all measured in centimeters:

An iris flower
Our goal is to build a machine learning model that can learn the measurements of these iris flowers, whose species are known, so that we can predict the species for a new iris flower.
推薦閱讀
- UML和模式應用(原書第3版)
- JavaScript 從入門到項目實踐(超值版)
- Android 9 Development Cookbook(Third Edition)
- x86匯編語言:從實模式到保護模式(第2版)
- Python貝葉斯分析(第2版)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Visual C#.NET Web應用程序設計
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- JavaScript從入門到精通(視頻實戰版)
- Shopify Application Development
- 少兒編程輕松學(全2冊)
- Java核心編程
- 一覽眾山小:ASP.NET Web開發修行實錄
- C/C++程序設計教程:面向對象分冊