Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Can CNN train separately instead of learning everything at one time?
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear friends,
Like our human brain, we can first learn (train) the handwriting 0 and 1. After the traing (and test) accuray is good enough, we only need to study (traing) the hardwriting 2, Instead of cleaning all of learned memory, and relearn handwirting data 0,1, and 2 at the same time.
So, my question is, can CNN do the same thing? Can CNN learn something new, but keep the previous memory ? If yes, the efficiency could be high. Right now, I have to give all of data at the same time, the efficieny is very very low. Please advise me.
댓글 수: 0
답변 (1개)
Greg Heath
2019년 6월 1일
I try to have the order of inputs as random and uncorrelated as possible. Otherwise the probability of extensive learning/unlearning is too high..
Thank you for formally accepting my answer
Greg
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!