A library for dynamic network architectures, including Deep Belief Networks and other configurable neural network structures. Version 0.4.3 supports Python 3.8+, focuses on flexible network building and training utilities. Release cadence is irregular.
pip install dynamic-network-architecturesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and train a Deep Belief Network with random data.
Update to use simple integers for layer sizes, e.g., layers=[784, 500, 200].
Replace n_gibbs_steps with chain_length: model.generate(n_samples, chain_length=10).
Convert numpy arrays to torch tensors before calling fit().