Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyD committed Sep 14, 2021
1 parent 6d2ed41 commit 34880e2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,28 @@ Creating digits with deep generative models!
- [Code](https://github.com/Mind-the-Pineapple/Autoregressive-models/blob/master/1%20-%20Autoregressive%20Models%20-%20PixelCNN/pixelCNN.py)
- [Paper -> Pixel Recurrent Neural Networks](https://arxiv.org/abs/1601.06759)

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

<br>
<br>
<h1 align="center"> 2. Modelling Coloured Images </h1>
<img align="right" width="500x" src="https://raw.githubusercontent.com/Mind-the-Pineapple/Autoregressive-models/master/2%20-%20Modelling%20data%20with%20multiple%20channels/figures/PixelcnnRGB.png">


Extending the model to the full colour spectrum
- [PixelCNN - RGB Medium Story](https://blog.usejournal.com/modelling-coloured-images-acd0ebde0102)
- [Google Colab](https://colab.research.google.com/gist/PedroFerreiradaCosta/a770317efa23f36b3c5009a9f21169f3/pixelcnn-rgb.ipynb?authuser=1#scrollTo=deJgSHmOBGfk)
- [Code](https://github.com/Mind-the-Pineapple/Autoregressive-models/blob/master/2%20-%20Modelling%20data%20with%20multiple%20channels/pixelCNN_RGB.py)
- [Paper -> Pixel Recurrddent Neural Networks](https://arxiv.org/abs/1601.06759)

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

<h1 align="center"> 3 -  PixelCNN's Blind Spot and how to fix it </h1>
<br>
<br>
<br>
<h1 align="center"> 3. PixelCNN's Blind Spot and how to fix it </h1>
<img align="right" width="500x" src="https://raw.githubusercontent.com/Mind-the-Pineapple/Autoregressive-models/master/3%20-%20PixelCNNs%20Blind%20spot%20and%20Gated%20PixelCNNs/figures/results.png">

Creating digits with deep generative models!
How to fix the Pixel CNN's blind spot
- [PixelCNN Medium Story](https://towardsdatascience.com/pixelcnns-blind-spot-84e19a3797b9)
- [Google Colab](https://colab.research.google.com/github/Mind-the-Pineapple/Autoregressive-models/blob/master/3%20-%20PixelCNNs%20Blind%20spot%20and%20Gated%20PixelCNNs/PixelCNN_Blind_spot.ipynb)
- [Code](https://github.com/Mind-the-Pineapple/Autoregressive-models/blob/master/3%20-%20PixelCNNs%20Blind%20spot%20and%20Gated%20PixelCNNs/pixelcnn_blind_spot.py)

- [Paper -> Gated PixelCNNs](https://arxiv.org/abs/1606.05328)

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

0 comments on commit 34880e2

Please sign in to comment.