From a1ece17043512863eb3e31273e643eb409812dda Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 12 Sep 2023 18:41:22 +0530 Subject: [PATCH] notebook added --- mnist.ipynb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/mnist.ipynb b/mnist.ipynb index e69de29..70f11da 100644 --- a/mnist.ipynb +++ b/mnist.ipynb @@ -0,0 +1,36 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import torch\n", + "from torch import nn\n", + "import torch.nn.functional as F" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "python_main", + "language": "python", + "name": "python_main" + }, + "language_info": { + "name": "python", + "version": "3.11.0" + }, + "orig_nbformat": 4 + }, + "nbformat": 4, + "nbformat_minor": 2 +}