- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 175字
- 2021-06-10 19:41:43
Finding patterns
A very simple approach to identifying a given image containing the number 0 (or not) can be solved by storing images of all the numbers and comparing every image in order to identify a good match. This will be a tricky and tedious process, since computers do math literally. Until we have an exact match of the input image with the one in our repository, we will not find a match. From a computer's perspective, an image will be seen as a two-dimensional array of pixels with a number at every position. Let's see an example of this with the number 0:
The diagram on the left within the preceding diagram is in our repository, while the one on the right is the input image, which is a slightly deformed/hand written version of number 0. Upon verification, the computer will try to match all pixel values. However, when there is no exact value match at the pixel level, the number 0 won't be identified. This is where we need a CNN to help.
- 筆記本電腦使用、維護與故障排除實戰(zhàn)
- 24小時學會電腦組裝與維護
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應用
- FPGA從入門到精通(實戰(zhàn)篇)
- Learning AngularJS Animations
- Linux運維之道(第2版)
- 施耐德SoMachine控制器應用及編程指南
- 硬件產品經理手冊:手把手構建智能硬件產品
- 3ds Max Speed Modeling for 3D Artists
- 計算機組裝與維護(第3版)
- Source SDK Game Development Essentials
- Istio服務網格技術解析與實踐
- 新編電腦組裝與硬件維修從入門到精通
- Python Machine Learning Blueprints
- Blender 3D By Example