I want to understand the structure of a fully connected Boltzmann machine. I know that it is a generative network and that it has visible and hidden nodes. Do I understand correctly that the visible nodes in a Boltzmann machine are those to which I feed input data, and from which I receive the result of the network, that is, the generated data?
I found the following description of a fully connected Boltzmann machine: https://medium.com/@soumallya160/a-complete-guide-to-boltzmann-machine-deep-learning-7f7ce29b9e09 It says: "We have to fed into the hidden nodes". I'm not sure I understand this phrase correctly in the context of the guide.