美文网首页
网络结构设计时的结构要点

网络结构设计时的结构要点

作者: 提着木剑走天下 | 来源:发表于2019-02-16 20:37 被阅读0次
    1. How did I preprocess my data? How will that affect the model?
    2. How to choose optimizer? Evaluate its pros and cons.
    3. Overfitting and Underfitting:
    • if overfitting, adding dropout or max pooling can help. You can report can describe how dropout or max pooling improved the model.
    • if underfitting, you can report how adding more convolution or fully connected layers helped.
    1. How to decide the number and type of layers?
    2. How to tune the hyperparameters? Sound knowledge of Linear Algebra, Probability & Statistics and Multivariate Calculus can help you a lot in narrowing down your choices.
    3. How to train and evaluate the model? What is the metric? How do I set the benchmark?

    相关文章

      网友评论

          本文标题:网络结构设计时的结构要点

          本文链接:https://www.haomeiwen.com/subject/ohiieqtx.html