pixel-prediction
There are 4 repositories under pixel-prediction topic.
bennyschmidt/next-token-prediction
Next-token prediction in JavaScript — build fast language and diffusion models.
NitishMutha/RNN-pixel-prediction
In-painting: Implement LSTM based pixel prediction to predict the missing pixel in an image
X-rayLaser/generative-rnn
This repository is made as supplementary material for a tutorial. The tutorial shows how to use Recurrent Neural Nets as generative models.
UgurCan222/A-Different-Approach--Image-Enhancement-with-Imputation-and-Regression-Methods
This experimental work presents a different approach to increase the size and quality of an image by adding a blank pixel around each pixel in an image, enlarging the image, breaking it into parts, and generating these blank pixels by predicting them with models.