- F# for Machine Learning Essentials
- Sudipta Mukherjee
- 83字
- 2021-07-16 13:07:01
Chapter 2. Linear Regression
"Honey! How much will gasoline cost next year?"
Linear regression is a technique to predict the value of a feature/attribute in a continuous range. It is similar to classification in a way that both types of algorithms solve a similar problem. But classification yields a discrete value as the tag while regression tries to predict a real value. In this chapter, you will learn how linear regression works and how it can be used in real-life settings.
推薦閱讀
- Java程序設計(慕課版)
- Python 深度學習
- C語言程序設計(第2版)
- 編寫高質量代碼:改善C程序代碼的125個建議
- BeagleBone Robotic Projects(Second Edition)
- 零基礎學HTML+CSS第2版
- Visual Basic 程序設計實踐教程
- Visual Basic程序設計實驗指導及考試指南
- Thymeleaf 3完全手冊
- HTML5+CSS+JavaScript深入學習實錄
- Practical Linux Security Cookbook
- Maya Programming with Python Cookbook
- A/B 測試:創新始于試驗
- 米思齊實戰手冊:Arduino圖形化編程指南
- Python High Performance(Second Edition)