Info

此问题已关闭。 请重新打开它进行编辑或回答。

how to define weights to create basic gates

1 次查看(过去 30 天)
Newman
Newman 2016-2-28
关闭: MATLAB Answer Bot 2021-8-20
hello i want to know how should I proceed with defining weights while creating neural net.For eg for creating a NOT gate I generally assign a higher negative weight to the variable of which i want to calculate the compliment;x and x0(bias input =1) have weights -30 and 10 respectively .
So the sigmoid function will be g(10 -30x)
where g(x)=1/(1+e^-x)
This is just for one simple gate. How to proceed for complex gates or even the other basic gates such as AND ,NAND etc?....feed forward techniques can be used for complex network of gates but still how to make the basic ones?

回答(0 个)

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by