From 8335dfcb784b7a0f3051b96d08822df22e0ed354 Mon Sep 17 00:00:00 2001 From: Max Kleiner Date: Mon, 13 Mar 2023 17:13:59 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6741fd6f..5c338b5a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ Although these examples require deeper understanding about neural networks, they * [Gradient Ascent](https://github.com/joaopauloschuler/neural-api/tree/master/examples/GradientAscent) - Visualizing patterns from inner neurons in image classification

* [Artificial Art](https://github.com/joaopauloschuler/neural-api/tree/master/examples/VisualGAN) - Let a neural network produce art via a generative adversarial network

* [Super Resolution](https://github.com/joaopauloschuler/neural-api/tree/master/examples/SuperResolution) - A neural network learns how to increase image resolution

+in maXbox and Lazarus: +![lazarus_maxbox_superresolution3](https://user-images.githubusercontent.com/3393121/224761196-9eb8ff9f-3c84-4f61-9c9e-a9aee5b8b709.png) + * [Autoencoder](https://github.com/joaopauloschuler/neural-api/tree/master/examples/VisualAutoencoder) - Shows an autoencoder built with hyperbolic tangents and trained with [Tiny ImageNet 200](https://tiny-imagenet.herokuapp.com/).

There are also some [older code examples](https://sourceforge.net/p/cai/svncode/HEAD/tree/trunk/lazarus/experiments/) that you can look at.