- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 160字
- 2021-06-10 19:41:37
Supervised learning
With supervised learning, your main task is to develop a function that maps inputs to outputs. For example, if you have input variables (x) and an output variable (y), then you can use an algorithm to learn the mapping function from the input to the output:
y = f(x)
The goal is to approximate the mapping function so well that when you have new input data (x), you can predict the output variables (y) for it.
For example, you have a bunch of fruits and baskets. You have started labeling the fruits and baskets as apple, banana, strawberry, etc., When you are done with labeling all the fruits into their corresponding baskets, now your job is to label the new fruit that comes in. You have already learnt all the fruits and their details by labeling them. Based on the previous experience you can now label the new fruit based on its attributes like color, size and pattern.
- FPGA從入門到精通(實戰篇)
- Deep Learning with PyTorch
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- Mastering Manga Studio 5
- VCD、DVD原理與維修
- Large Scale Machine Learning with Python
- Spring Cloud微服務架構實戰
- Source SDK Game Development Essentials
- 筆記本電腦維修實踐教程
- “硬”核:硬件產品成功密碼
- The Artificial Intelligence Infrastructure Workshop
- Spring Security 3.x Cookbook
- Hands-On Embedded Programming with C++17
- 實戰Alibaba Sentinel:深度解析微服務高并發流量治理
- Sketchbook Pro Digital Painting Essentials