Skip to content

Solve data association problem using boltzmann machine

License

Notifications You must be signed in to change notification settings

I3aer/Boltzmann-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boltzmann-Machine

Boltzmann machine to solve the data association problem. BM is a symetrically interconnected network of neuron-like units. Those units make stochastic decisions whether to be on or off . This means that the Boltzmann machine accepts or rejects the elemental hypotheses represented by their units at each iteration. The aim of the Boltzmann machine is to find probable configuration of units by minimizing an energy function. Thus, it will have a stationary distribution which is equal to the distribution over valid joint association events. To this end, the Boltzmann machine uses the simulated annealing schedule. The Boltzmann machines are stacked to form a parallel computational organization. This leads to the computationally efficient and accurate solutions to constraint satisfaction tasks.

About

Solve data association problem using boltzmann machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages