From 9901eb050548290f44daeb74720657e6e5636fd6 Mon Sep 17 00:00:00 2001 From: Shivaditya Shivganesh <53160903+sshivaditya2019@users.noreply.github.com> Date: Tue, 2 Mar 2021 08:34:48 +0530 Subject: [PATCH] Created notebook --- SimpleAutoEncoder.ipynb | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 SimpleAutoEncoder.ipynb diff --git a/SimpleAutoEncoder.ipynb b/SimpleAutoEncoder.ipynb new file mode 100644 index 0000000..75d8da2 --- /dev/null +++ b/SimpleAutoEncoder.ipynb @@ -0,0 +1,40 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "name": "SimpleAutoEncoder.ipynb", + "provenance": [], + "collapsed_sections": [], + "authorship_tag": "ABX9TyMBHhj1J8cAOy++EnTVi1ct", + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "code", + "metadata": { + "id": "xu2l53Rx5F8-" + }, + "source": [ + "" + ], + "execution_count": null, + "outputs": [] + } + ] +} \ No newline at end of file