how to obtain weights and biases for two outputs

3 次查看(过去 30 天)
hello everyone
I have an excel sheet of data (numbers) in which i have 5 inputs and 2 outputs .around 400 patterns.
how to train the network depending on the inputs and output i have in order to obtain the 5 weights and the 2 bias

回答(1 个)

Vinayak Choyyan
Vinayak Choyyan 2022-10-18
Hi,
As per my understanding you are trying to train a network with 5 inputs and 2 outputs. You also have a dataset containing 400 rows of data.
There are various kinds of neural networks, each specialising in the type of data it can learn well. For example, a simple fully connected neural network will be good at predicting output values from given set of input values, like in your case. But a fully connected neural network will have a lot more weights and biases than you requested.
With only 5 weights and 2 bias, the network will hardly be able to learn the dataset. You could refer to the following links to learn more about neural networks.
Alternately you could also Google neural networks and find countless blogs and YouTube videos.

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by