Community Profile

photo

Son Nguyen


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Machine Learning

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


[Neural network] How does neural network calculate output from net.IW, net.LW, net.b ?
Example I have a trained neural network as following clear all clc [ x, t ] = simplefit_dataset; net = feedfo...

9 years ago | 2 answers | 0

2

answers

Question


[NEURAL NETWORK] How can I make MSE be the same in different trying times ?
The Mean Square Error (MSE) turns out to be different each time I train the network. _net = feedforwardnet(10,'trainlm'); ...

9 years ago | 2 answers | 0

2

answers