Demonstration with deep belief network
Budget: $30 – $250 USD
The project is to use a dbn to generate sample images after being trained on the MNIST dataset.
The program should contain a function like this
def function(input_vector):
return generated_image, neuron_heatmap.
An example neuron activation heatmap is attached. I can provide code for this visualization. The input vector corresponds to the fixed bottom layer of the rbm, which is used to generate the image.
The program should contain a function like this
def function(input_vector):
return generated_image, neuron_heatmap.
An example neuron activation heatmap is attached. I can provide code for this visualization. The input vector corresponds to the fixed bottom layer of the rbm, which is used to generate the image.