Neural Quines

Neural Quines

Code on Github: https://github.com/evanfletcher42/neural-quines Quines are programs that take no input and output their own source code. Can we do something like that with a neural network? Specifically: Can we train a neural network to output its own weights? We are effectively looking for fixpoints, where f(x, W) = W, such that f is a neural network constructed out of […]