필터 지우기
필터 지우기

how to train input in nn

조회 수: 1 (최근 30일)
Tulips
Tulips 2012년 5월 14일
hi Mr expert, can u explain me how to train inputs in neural network?im currently working on road signs recognition. Do I need to compile a database of road signs ? i simply cant understand the ways. Im not ask u the method to recgonize road signs but asking u the ways.pls explain in details.Thank you for spending ur time explain it.

채택된 답변

Walter Roberson
Walter Roberson 2012년 5월 14일
You do not need a database of road signs. You can use instead a description of exactly what to look for in each sign to distinguish it from all the other kinds of sign.
For example, "eccentricity 0 (circle), outer circle 2% of sign diameter, outer circle is green, inside outer circle is unbroken white" might perhaps be the description for a "parking is allowed here" sign. The description for a sign that indicates "no left turn on weekday mornings" might be much more complex, especially as it might occur in the negative (left turn crossed out) or in the positive by omission (only straight ahead is shown on sign.)
If you have an exact description of each road sign, you might still need a NN to figure out whether the street is washed on the 16th of even numbered months or of odd numbered months.
Individual aspects such as a colored circle around the outside of a sign are known as "features", and it is usually easier to describe each sign by its features and then use some kind of processing routine (such as a NN) to figure out what to look for to distinguish a particular sign from all other similar signs.
  댓글 수: 5
Walter Roberson
Walter Roberson 2012년 5월 14일
Not unless you don't mind confusing camel crossing signs with elk crossing signs.
http://en.wikipedia.org/wiki/Traffic_signs
Tulips
Tulips 2012년 5월 15일
Sir, if u dont mind can u explained deeply.erm..I still dont get what u mean with ur statement above?:(
my bad:(

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by