Feeds
已回答
Problem with Perceptron in Matlab (Different Activationfunctions)
Found the solution by myself: clear; % Input Layer o1 = 0.1; o2 = 0.1; o3 = 0.1; % Hidden Layer o4 = ...
Problem with Perceptron in Matlab (Different Activationfunctions)
Found the solution by myself: clear; % Input Layer o1 = 0.1; o2 = 0.1; o3 = 0.1; % Hidden Layer o4 = ...
8 years 前 | 0
提问
Problem with Perceptron in Matlab (Different Activationfunctions)
Hello, I'am about to learn how Neural Network works. Let me be clear about this: I dont want to use any built in functions. I...
8 years 前 | 1 个回答 | 0