diff --git a/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb b/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb index 83b60022b4..715857b235 100644 --- a/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb +++ b/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb @@ -46,8 +46,6 @@ "\n", "The primary task is to reconstruct output images based on a compressed representation of the inputs. This task teaches the network which details to throw away while still producing images that are similar to the inputs.\n", "\n", - " \n", - "\n", "A fictitious *MNIST cognitive task* bundles more elaborate tasks such as removing noise from images, guessing occluded parts, and recovering original image orientation. We use the handwritten digits from the MNIST dataset since it is easier to identify similar images or issues with reconstructions than in other types of data, such as spiking data time series.\n", "\n", " \n",