Download MonaLisa Free Java Code
Description
Learning to generate an image of the Mona Lisa, pixel by pixel, using a deep neural network.
Source Files
The download file MonaLisa-master.zip has the following entries.
.classpath// ww w . j a v a2 s .c om
.gitignore
.project
LICENSE
README.md
core.jar
data/Mona Lisa.jpg
src/com/evolvingstuff/App.java
src/com/evolvingstuff/agent/IAgentSupervised.java
src/com/evolvingstuff/agent/IFeedforwardLayer.java
src/com/evolvingstuff/agent/IdentityNeuron.java
src/com/evolvingstuff/agent/Layer.java
src/com/evolvingstuff/agent/LayeredNetwork.java
src/com/evolvingstuff/agent/Neuron.java
src/com/evolvingstuff/agent/RectifiedLinearNeuron.java
src/com/evolvingstuff/evaluator/IInteractiveEvaluatorSupervised.java
src/com/evolvingstuff/task/MonaLisa.java
src/com/evolvingstuff/util/util.java
Download
Click the following link to download MonaLisa-master.zip.
MonaLisa-master.zip