Basic Neural Network in Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 13

  • @doddyardana2147
    @doddyardana2147 3 ปีที่แล้ว

    How to make prediction equation with several input neuron in artificial neural network?Can we use the bias value, weight from ANN with MAtlab analysis?

  • @jegatheshwaran1971
    @jegatheshwaran1971 4 ปีที่แล้ว +1

    Can you pls provide the idea for preparation excel for preceptron neural networks

    • @predictivemodeler
      @predictivemodeler  4 ปีที่แล้ว

      Not sure I understood the question, can you elaborate?

  • @EnsariYILDIRIM
    @EnsariYILDIRIM 4 ปีที่แล้ว

    Tanh or sigmoid functions are very useful for binary output problems. Well, in case of a polinomial output, which activation function do you supposed to use?

    • @greenief9097
      @greenief9097 3 ปีที่แล้ว

      You can use the same activation functions for outputs greater than 2. The activation function will essentially turn on or off for each potential output in the list of possible outputs

  • @prasadsanap8422
    @prasadsanap8422 4 ปีที่แล้ว

    Great Explanation!

  • @namyam3840
    @namyam3840 4 ปีที่แล้ว

    Thank you sir! great explanation . . but would you explain me something about the Tanh(a) and Tanh(b) functions, why and how are they initialized to 1.72 and 0.67 respectively ? Is it must to initialize it? If yes, how?

    • @predictivemodeler
      @predictivemodeler  4 ปีที่แล้ว +2

      Thanks! The short answer is that it is a heurisitic choice. This choice is discussed in a paper by LeCun, "Generalization and Network Design", 1989. It has to do with making the equations a little simpler, and the overall second derivative of the hyperbolic function is a pleasing (well, to some!) +1 to -1. This choice is thought to improve convergence of the learning process.

  • @carlosmerino6554
    @carlosmerino6554 3 ปีที่แล้ว

    Is the file available?

  • @MrAlipatik
    @MrAlipatik 8 หลายเดือนก่อน

    Thank you