美文网首页
Neural Networks

Neural Networks

作者: 钱晓缺 | 来源:发表于2020-07-07 11:47 被阅读0次

    神级网络算法:

    1. Multilayer Feed-Forward Neural Network

    Including input layer, hidden layer, output layers

    Every layers is informed by unites.

    Input layers is inputted by training data set.

     2. Designing

    1) confirm the numbers of layers

    2)normalize input values between 1 and 0;

    3) If the input values are discrete type, we can make every input as the characteristic value.

    For instance, there is red, blue and yellow, three colors.

    If red is characteristic value, so a0 is regarded as red and a0=1, a1 and a2 are both 0;

    it can solve classification and regression.

    相关文章

      网友评论

          本文标题:Neural Networks

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