English 中文(简体)
神经网络和图像处理
原标题:Neural Networks and Image Processing to Shoot Caterpillars w/ Lasers

我有些是一位业余农民,我有一个珍贵的mato子种植场。 近来,我发现,我的珍贵植物是罪恶曼纽拉·库因克马库卡塔(也称为“托马 Horn”)所实施阴谋的受害者(

在粉碎我看到的最后一线虫时,我认为,如果我使用一个与我的计算机连接的网络,并有一个运行方案,那么,能否使用某种应用来监测我的珍贵植物? 这些害虫是高尚的,对我天真的眼睛来说非常困难。

我看到了利用人工神经网络(ANN)进行的各种研究,例如承认人们的脸谱等,因此也许有可能把害虫放在有线电视新闻网的位置上。

我有几个问题,但我想提出一些建议。

(1) 不同的无线电视新闻网在进行分类时是否有好之处? 多层探测器是否比Hopfield好? 或者这是否是一个答案不明的问题?

2) 为什么有几种不同的启动功能可以在有线电视新闻网使用? 烟雾、高代谢物、继功能等 谁知道什么职能可以选择?

3) 如果我对一个分支的植物群/虫有形象,我认为我可以培训一个神经网络,以寻找一些分行,这些分行很薄,在很短的时期内就得起,然后又一片.。 我有一个问题,即各分支机构跨越各地。 是否有预处理步骤可以用图像来区分理由和背景因素? 我想孤立各个分支,以便在某个时候通过网络运行。 是否有某种ice变算法?

任何关于图书或文章等模式识别和图像处理的良好点也将受到高度赞赏。

Sincerely, mj

Tomato Horns在撰写本电子邮件时受到伤害。

问题回答

机器学习的良好规则是:更好的特征是更好的算法。 一、如果你将原始图像的指数(directly)输入你的分类器,结果将是差的,不管你使用什么学习算法。 如果你先处理与“散射存在”密切相关的形象和特征,那么大多数算法将做体面的工作。

因此,从计算机远景任务开始,并不注重网络的地形。

这些小的uck子是否经常流动? 如果是的话,如果该工厂处于相当静态的状态(没有风能或其他能够移动的力量),那么找到移动的简单过滤器就足够了。 这将绕过任何学习算法的需要,而这种算法往往难以训练和实施。





相关问题
Resources for Image Recognition

I am looking for a recommendation for an introduction to image processing algorithms (face and shape recognition, etc.) and wondered if anyone had an good recommendations, either for books, ...

Good reference book for digital image processing? [closed]

I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well. Thanks

Python Tesseract can t recognize this font

I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...

What s the quickest way to parallelize code?

I have an image processing routine that I believe could be made very parallel very quickly. Each pixel needs to have roughly 2k operations done on it in a way that doesn t depend on the operations ...

Computing object statistics from the second central moments

I m currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I m still struggling with the implementation of a few parts. I had ...

Viola-Jones face detection claims 180k features

I ve been implementing an adaptation of Viola-Jones face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...

热门标签