Skip to content

Commit

Permalink
adding links to notebooks by @zaidalyafeai
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 27, 2019
1 parent 35db4a1 commit 2f5545c
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 25 deletions.
45 changes: 45 additions & 0 deletions _data/guides.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,51 @@
]
},

"maskrcnn": {
"title": "Object segmentation",
"description": "Identifying and segmenting objects with Mask-RCNN",
"category": "python",
"link":"https://github.com/zaidalyafeai/Notebooks/blob/master/Mask_RCNN.ipynb",
"thumb":"/images/guides_thumbs/maskrcnn.jpg",
"summary":[
"Segmenting objects from images with Mask-RCNN",
"Background removal"
]
},
"quickdraw": {
"title": "QuickDraw dataset",
"description": "Working with Google's QuickDraw dataset",
"category": "python",
"link":"https://github.com/zaidalyafeai/Notebooks/blob/master/QuickDraw10.ipynb",
"thumb":"/images/guides_thumbs/quickdraw.jpg",
"summary":[
"Loading sketches from Google's QuickDraw dataset",
"Basic QuickDraw classifier in Keras"
]
},
"autoencoders": {
"title": "Autoencoders",
"description": "Training simple autoencoders to reconstruct sketches",
"category": "python",
"link":"https://github.com/zaidalyafeai/Notebooks/blob/master/AutoEncoders.ipynb",
"thumb":"/images/guides_thumbs/autoencoders.jpg",
"summary":[
"Training an autoencoder on the QuickDraw dataset",
"Generating latent space interplations from autencoders"
]
},
"biggan2": {
"title": "BigGAN tricks",
"description": "A selection of tricks for working with BigGANs",
"category": "python",
"link":"https://github.com/zaidalyafeai/Notebooks/blob/master/BigGanEx.ipynb",
"thumb":"/images/guides_thumbs/biggan2.jpg",
"summary":[
"Linear and hyperspherical latent space interpolation",
"Modulating background while holding foreground constant in generation",
"Working with truncation"
]
},

"AudioClassifier": {
"title": "Audio classifier",
Expand Down
5 changes: 4 additions & 1 deletion _pages/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ redirect_from: /guides2/
</div>



{% include guide_preview.md name="Contribute" %}

{% include guide_preview.md name="fundamentals" %}
Expand All @@ -97,6 +96,7 @@ redirect_from: /guides2/
{% include guide_preview.md name="keras-classification" %}
{% include guide_preview.md name="cnn" %}
{% include guide_preview.md name="transfer-learning" %}
{% include guide_preview.md name="quickdraw" %}
{% include guide_preview.md name="rnn" %}
{% include guide_preview.md name="seq2seq" %}
{% include guide_preview.md name="image-search" %}
Expand All @@ -108,10 +108,13 @@ redirect_from: /guides2/
{% include guide_preview.md name="neural-painter" %}
{% include guide_preview.md name="word2vec" %}
{% include guide_preview.md name="eigenfaces" %}
{% include guide_preview.md name="autoencoders" %}
{% include guide_preview.md name="neural-synth" %}
{% include guide_preview.md name="qlearn" %}
{% include guide_preview.md name="qnets" %}
{% include guide_preview.md name="biggan" %}
{% include guide_preview.md name="biggan2" %}
{% include guide_preview.md name="maskrcnn" %}

{% include guide_preview.md name="AudioClassifier" %}
{% include guide_preview.md name="AudioTSNEViewer" %}
Expand Down
24 changes: 0 additions & 24 deletions classes/itp-S19/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,27 +171,3 @@ <h2>


</script>

<!--
Runway
im2txt
darknet + objection detection
densecap
The collective imagination
- artworks and projects made
- [optional] Linear regression
- [optional] kNN
Recurrent neural networks
"RNNs, LSTMs, GRUs, NTMs
"sequence-to-sequence models
"char-rnn
https://github.com/ml4a/ml4a-guides/tree/master/notebooks/recurrent_neural_networks.ipynb
seq https://github.com/ml4a/ml4a-guides/tree/master/notebooks/sequence_to_sequence.ipynb
https://ml5js.org/docs/LSTMGenerator
-->
Binary file added images/guides_thumbs/autoencoders.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guides_thumbs/biggan2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guides_thumbs/maskrcnn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guides_thumbs/quickdraw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f5545c

Please sign in to comment.