首页 > 其他 > 详细

DTU DeepLearning: exercise 6

时间:2019-10-18 16:57:03      阅读:68      评论:0      收藏:0      [点我收藏+]
Hi everyone, I‘m a little confused about 6.1_exercise_4, the relationship between network selection (FFNN, CNN, RNN) and input types (image, margin, shape, texture). As my understanding, CNN is a type of FFNN, and image classification can be conducted by CNN. What about the other three features?  Does each feature has a special relation with a network structure? I just don‘t get the point. Thanks in advance for your help.
 
Today

new messages
The way I see it is that you use the CNN to preprocess the image and save the output from that as features. Same for the RNN but with other features. Finally, you collect all the features and feed them through one or more linear layers.

Does batch_size have any affects in results quality? how to set the optimal batch size and number of iterations?
1. the batch size, a : the number of training data feed into neural network once.
2. the number of iterations, b : how many time we should feed into NN. 
a*b = the number of training examples. 
 
 
 
 

DTU DeepLearning: exercise 6

原文:https://www.cnblogs.com/dulun/p/11698471.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!