From 96bedb5c81b220393d829b7efc382204a0ed749e Mon Sep 17 00:00:00 2001 From: Eduardo Cueto Mendoza Date: Thu, 30 Apr 2020 15:39:59 -0600 Subject: [PATCH] [MOD] name of new jupyter notebook --- Untitled.ipynb => Combination_Code.ipynb | 0 Convolutional_NN.ipynb | 32 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+) rename Untitled.ipynb => Combination_Code.ipynb (100%) create mode 100644 Convolutional_NN.ipynb diff --git a/Untitled.ipynb b/Combination_Code.ipynb similarity index 100% rename from Untitled.ipynb rename to Combination_Code.ipynb diff --git a/Convolutional_NN.ipynb b/Convolutional_NN.ipynb new file mode 100644 index 0000000..35eac67 --- /dev/null +++ b/Convolutional_NN.ipynb @@ -0,0 +1,32 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +}