Will the network structure be too complex to perform parameter learning?
Will the network structure be too complex to perform parameter learning?
After obtaining the network structure through Bayesian search, I tried to use parameter learning, but the software crashed directly. Is it because the network structure is too complicated? There are a total of 87 nodes in the network, and each point is set to have less than 5 parent nodes.
-
- Site Admin
- Posts: 1450
- Joined: Mon Nov 26, 2007 5:51 pm
Re: Will the network structure be too complex to perform parameter learning?
I suspect one or more nodes are based on a data column(s) with very large number of distinct values. If your data file has a unique identifier column, do not include it.