- 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.
- 用“芯”探核:龍芯派開(kāi)發(fā)實(shí)戰(zhàn)
- Learning SQL Server Reporting Services 2012
- 施耐德SoMachine控制器應(yīng)用及編程指南
- 計(jì)算機(jī)組裝與維護(hù)(第3版)
- STM32嵌入式技術(shù)應(yīng)用開(kāi)發(fā)全案例實(shí)踐
- 計(jì)算機(jī)組裝維修與外設(shè)配置(高等職業(yè)院校教改示范教材·計(jì)算機(jī)系列)
- 筆記本電腦維修300問(wèn)
- Python Machine Learning Blueprints
- FreeSWITCH Cookbook
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)
- Deep Learning with Keras
- 基于S5PV210處理器的嵌入式開(kāi)發(fā)完全攻略
- 分布式存儲(chǔ)系統(tǒng):核心技術(shù)、系統(tǒng)實(shí)現(xiàn)與Go項(xiàng)目實(shí)戰(zhàn)
- 電腦組裝與硬件維修從入門(mén)到精通
- 51單片機(jī)應(yīng)用開(kāi)發(fā)從入門(mén)到精通